Commit
·
c46dc8c
1
Parent(s):
82bac52
Upload DistilBertForSequenceClassification
Browse files- config.json +55 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "./model/intent_detection/",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"hidden_dim": 3072,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "cancel order",
|
| 13 |
+
"1": "change order",
|
| 14 |
+
"2": "change shipping address",
|
| 15 |
+
"3": "check cancellation",
|
| 16 |
+
"4": "check invoice",
|
| 17 |
+
"5": "check payment methods",
|
| 18 |
+
"6": "check refund policy",
|
| 19 |
+
"7": "complaint",
|
| 20 |
+
"8": "contact customer service",
|
| 21 |
+
"9": "contact human agent",
|
| 22 |
+
"10": "create account",
|
| 23 |
+
"11": "delete account",
|
| 24 |
+
"12": "delivery options",
|
| 25 |
+
"13": "delivery period",
|
| 26 |
+
"14": "edit account",
|
| 27 |
+
"15": "get invoice",
|
| 28 |
+
"16": "get refund",
|
| 29 |
+
"17": "subscription",
|
| 30 |
+
"18": "payment issue",
|
| 31 |
+
"19": "place order",
|
| 32 |
+
"20": "recover password",
|
| 33 |
+
"21": "registration problems",
|
| 34 |
+
"22": "review",
|
| 35 |
+
"23": "set up shipping address",
|
| 36 |
+
"24": "switch account",
|
| 37 |
+
"25": "track order",
|
| 38 |
+
"26": "track refund"
|
| 39 |
+
},
|
| 40 |
+
"initializer_range": 0.02,
|
| 41 |
+
"label2id": null,
|
| 42 |
+
"max_position_embeddings": 512,
|
| 43 |
+
"model_type": "distilbert",
|
| 44 |
+
"n_heads": 12,
|
| 45 |
+
"n_layers": 6,
|
| 46 |
+
"pad_token_id": 0,
|
| 47 |
+
"problem_type": "single_label_classification",
|
| 48 |
+
"qa_dropout": 0.1,
|
| 49 |
+
"seq_classif_dropout": 0.2,
|
| 50 |
+
"sinusoidal_pos_embds": false,
|
| 51 |
+
"tie_weights_": true,
|
| 52 |
+
"torch_dtype": "float32",
|
| 53 |
+
"transformers_version": "4.31.0",
|
| 54 |
+
"vocab_size": 30522
|
| 55 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:041c74aa9a98c0e6f4d0b66fe0d744e9f50d32ecebecb2760da28d836f2836d0
|
| 3 |
+
size 267930989
|