upload 7 files
Browse files- added_tokens.json +3 -0
- config.json +175 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +10 -0
- tokenizer.json +0 -0
- tokenizer_config.json +17 -0
- vocab.txt +0 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"[AGT]": 30522
|
| 3 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 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": "brand|location",
|
| 13 |
+
"1": "checkout|other",
|
| 14 |
+
"10": "discount|shipping",
|
| 15 |
+
"11": "do_not_respond",
|
| 16 |
+
"12": "escalation",
|
| 17 |
+
"13": "escalation|email",
|
| 18 |
+
"14": "escalation|order_modification",
|
| 19 |
+
"15": "escalation|partner",
|
| 20 |
+
"16": "escalation|phone",
|
| 21 |
+
"17": "goodbye",
|
| 22 |
+
"18": "goodbye|upsell",
|
| 23 |
+
"19": "media",
|
| 24 |
+
"2": "discount",
|
| 25 |
+
"20": "order",
|
| 26 |
+
"21": "order|issue",
|
| 27 |
+
"22": "order|modification",
|
| 28 |
+
"23": "order|online",
|
| 29 |
+
"24": "order|other",
|
| 30 |
+
"25": "order|query_order_number",
|
| 31 |
+
"26": "order|size",
|
| 32 |
+
"27": "order|status",
|
| 33 |
+
"28": "order|store",
|
| 34 |
+
"29": "order|through_phone",
|
| 35 |
+
"3": "discount|better",
|
| 36 |
+
"30": "order|try",
|
| 37 |
+
"31": "order|upsell",
|
| 38 |
+
"32": "order|wholesale",
|
| 39 |
+
"33": "other",
|
| 40 |
+
"34": "other|how",
|
| 41 |
+
"35": "partner",
|
| 42 |
+
"36": "payment",
|
| 43 |
+
"37": "price",
|
| 44 |
+
"38": "price|price_match",
|
| 45 |
+
"39": "product",
|
| 46 |
+
"4": "discount|how_to",
|
| 47 |
+
"40": "product|availability",
|
| 48 |
+
"41": "product|dimension",
|
| 49 |
+
"42": "product|manufacture",
|
| 50 |
+
"43": "product|material",
|
| 51 |
+
"44": "product|recommendation",
|
| 52 |
+
"45": "restock",
|
| 53 |
+
"46": "restock|other",
|
| 54 |
+
"47": "return|cost",
|
| 55 |
+
"48": "return|exchange",
|
| 56 |
+
"49": "return|fee",
|
| 57 |
+
"5": "discount|in_store",
|
| 58 |
+
"50": "return|how",
|
| 59 |
+
"51": "return|other",
|
| 60 |
+
"52": "return|policy",
|
| 61 |
+
"53": "return|refund",
|
| 62 |
+
"54": "rewards",
|
| 63 |
+
"55": "sale",
|
| 64 |
+
"56": "sell",
|
| 65 |
+
"57": "service",
|
| 66 |
+
"58": "shipping|cost",
|
| 67 |
+
"59": "shipping|destination",
|
| 68 |
+
"6": "discount|issue",
|
| 69 |
+
"60": "shipping|express",
|
| 70 |
+
"61": "shipping|international",
|
| 71 |
+
"62": "shipping|location",
|
| 72 |
+
"63": "shipping|other",
|
| 73 |
+
"64": "shipping|po_box",
|
| 74 |
+
"65": "shipping|policy",
|
| 75 |
+
"66": "shipping|sate",
|
| 76 |
+
"67": "shipping|state",
|
| 77 |
+
"68": "shipping|timing",
|
| 78 |
+
"69": "store",
|
| 79 |
+
"7": "discount|other",
|
| 80 |
+
"70": "store|location",
|
| 81 |
+
"71": "subscription",
|
| 82 |
+
"72": "warranty",
|
| 83 |
+
"8": "discount|retroactive",
|
| 84 |
+
"9": "discount|service"
|
| 85 |
+
},
|
| 86 |
+
"initializer_range": 0.02,
|
| 87 |
+
"label2id": {
|
| 88 |
+
"brand|location": 0,
|
| 89 |
+
"checkout|other": 1,
|
| 90 |
+
"discount": 2,
|
| 91 |
+
"discount|better": 3,
|
| 92 |
+
"discount|how_to": 4,
|
| 93 |
+
"discount|in_store": 5,
|
| 94 |
+
"discount|issue": 6,
|
| 95 |
+
"discount|other": 7,
|
| 96 |
+
"discount|retroactive": 8,
|
| 97 |
+
"discount|service": 9,
|
| 98 |
+
"discount|shipping": 10,
|
| 99 |
+
"do_not_respond": 11,
|
| 100 |
+
"escalation": 12,
|
| 101 |
+
"escalation|email": 13,
|
| 102 |
+
"escalation|order_modification": 14,
|
| 103 |
+
"escalation|partner": 15,
|
| 104 |
+
"escalation|phone": 16,
|
| 105 |
+
"goodbye": 17,
|
| 106 |
+
"goodbye|upsell": 18,
|
| 107 |
+
"media": 19,
|
| 108 |
+
"order": 20,
|
| 109 |
+
"order|issue": 21,
|
| 110 |
+
"order|modification": 22,
|
| 111 |
+
"order|online": 23,
|
| 112 |
+
"order|other": 24,
|
| 113 |
+
"order|query_order_number": 25,
|
| 114 |
+
"order|size": 26,
|
| 115 |
+
"order|status": 27,
|
| 116 |
+
"order|store": 28,
|
| 117 |
+
"order|through_phone": 29,
|
| 118 |
+
"order|try": 30,
|
| 119 |
+
"order|upsell": 31,
|
| 120 |
+
"order|wholesale": 32,
|
| 121 |
+
"other": 33,
|
| 122 |
+
"other|how": 34,
|
| 123 |
+
"partner": 35,
|
| 124 |
+
"payment": 36,
|
| 125 |
+
"price": 37,
|
| 126 |
+
"price|price_match": 38,
|
| 127 |
+
"product": 39,
|
| 128 |
+
"product|availability": 40,
|
| 129 |
+
"product|dimension": 41,
|
| 130 |
+
"product|manufacture": 42,
|
| 131 |
+
"product|material": 43,
|
| 132 |
+
"product|recommendation": 44,
|
| 133 |
+
"restock": 45,
|
| 134 |
+
"restock|other": 46,
|
| 135 |
+
"return|cost": 47,
|
| 136 |
+
"return|exchange": 48,
|
| 137 |
+
"return|fee": 49,
|
| 138 |
+
"return|how": 50,
|
| 139 |
+
"return|other": 51,
|
| 140 |
+
"return|policy": 52,
|
| 141 |
+
"return|refund": 53,
|
| 142 |
+
"rewards": 54,
|
| 143 |
+
"sale": 55,
|
| 144 |
+
"sell": 56,
|
| 145 |
+
"service": 57,
|
| 146 |
+
"shipping|cost": 58,
|
| 147 |
+
"shipping|destination": 59,
|
| 148 |
+
"shipping|express": 60,
|
| 149 |
+
"shipping|international": 61,
|
| 150 |
+
"shipping|location": 62,
|
| 151 |
+
"shipping|other": 63,
|
| 152 |
+
"shipping|po_box": 64,
|
| 153 |
+
"shipping|policy": 65,
|
| 154 |
+
"shipping|sate": 66,
|
| 155 |
+
"shipping|state": 67,
|
| 156 |
+
"shipping|timing": 68,
|
| 157 |
+
"store": 69,
|
| 158 |
+
"store|location": 70,
|
| 159 |
+
"subscription": 71,
|
| 160 |
+
"warranty": 72
|
| 161 |
+
},
|
| 162 |
+
"max_position_embeddings": 512,
|
| 163 |
+
"model_type": "distilbert",
|
| 164 |
+
"n_heads": 12,
|
| 165 |
+
"n_layers": 6,
|
| 166 |
+
"pad_token_id": 0,
|
| 167 |
+
"problem_type": "single_label_classification",
|
| 168 |
+
"qa_dropout": 0.1,
|
| 169 |
+
"seq_classif_dropout": 0.2,
|
| 170 |
+
"sinusoidal_pos_embds": false,
|
| 171 |
+
"tie_weights_": true,
|
| 172 |
+
"torch_dtype": "float32",
|
| 173 |
+
"transformers_version": "4.25.1",
|
| 174 |
+
"vocab_size": 30523
|
| 175 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b989e4f6f886a585add4e128a96d93778dab770f30bd8cfd0e8f20ea11e291a
|
| 3 |
+
size 268075761
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"[AGT]"
|
| 4 |
+
],
|
| 5 |
+
"cls_token": "[CLS]",
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"pad_token": "[PAD]",
|
| 8 |
+
"sep_token": "[SEP]",
|
| 9 |
+
"unk_token": "[UNK]"
|
| 10 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"[AGT]"
|
| 4 |
+
],
|
| 5 |
+
"cls_token": "[CLS]",
|
| 6 |
+
"do_lower_case": true,
|
| 7 |
+
"mask_token": "[MASK]",
|
| 8 |
+
"model_max_length": 512,
|
| 9 |
+
"name_or_path": "distilbert-base-uncased",
|
| 10 |
+
"pad_token": "[PAD]",
|
| 11 |
+
"sep_token": "[SEP]",
|
| 12 |
+
"special_tokens_map_file": null,
|
| 13 |
+
"strip_accents": null,
|
| 14 |
+
"tokenize_chinese_chars": true,
|
| 15 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 16 |
+
"unk_token": "[UNK]"
|
| 17 |
+
}
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|