nijatzeynalov
commited on
Commit
•
3f97f46
1
Parent(s):
294a033
Upload folder using huggingface_hub
Browse files- config.json +396 -0
- model.safetensors +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +56 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,396 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google-bert/bert-base-multilingual-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "satisfied",
|
14 |
+
"1": "grateful",
|
15 |
+
"2": "disappointed",
|
16 |
+
"3": "communication",
|
17 |
+
"4": "thrilled",
|
18 |
+
"5": "worried",
|
19 |
+
"6": "unsure",
|
20 |
+
"7": "confusing",
|
21 |
+
"8": "concerned",
|
22 |
+
"9": "confused",
|
23 |
+
"10": "impressed",
|
24 |
+
"11": "pleased",
|
25 |
+
"12": "marketing",
|
26 |
+
"13": "time-consuming",
|
27 |
+
"14": "expensive",
|
28 |
+
"15": "simple process",
|
29 |
+
"16": "hopeful",
|
30 |
+
"17": "looking\\_to\\_rent",
|
31 |
+
"18": "bright",
|
32 |
+
"19": "delivery",
|
33 |
+
"20": "dissatisfied",
|
34 |
+
"21": "bored",
|
35 |
+
"22": "training",
|
36 |
+
"23": "small",
|
37 |
+
"24": "delighted",
|
38 |
+
"25": "excited",
|
39 |
+
"26": "great",
|
40 |
+
"27": "considering",
|
41 |
+
"28": "positive",
|
42 |
+
"29": "frustrating",
|
43 |
+
"30": "energy",
|
44 |
+
"31": "competitive\\_pricing",
|
45 |
+
"32": "frustrated",
|
46 |
+
"33": "hesitant",
|
47 |
+
"34": "cost",
|
48 |
+
"35": "customer support",
|
49 |
+
"36": "outdoor",
|
50 |
+
"37": "loyalty program",
|
51 |
+
"38": "amazed",
|
52 |
+
"39": "reliable",
|
53 |
+
"40": "issues",
|
54 |
+
"41": "skeptical",
|
55 |
+
"42": "advanced",
|
56 |
+
"43": "relieved",
|
57 |
+
"44": "happy",
|
58 |
+
"45": "design",
|
59 |
+
"46": "business",
|
60 |
+
"47": "disorganized",
|
61 |
+
"48": "durable",
|
62 |
+
"49": "reputation",
|
63 |
+
"50": "availability",
|
64 |
+
"51": "maintain",
|
65 |
+
"52": "eco-friendly",
|
66 |
+
"53": "tech-savvy",
|
67 |
+
"54": "negative",
|
68 |
+
"55": "unsatisfied",
|
69 |
+
"56": "interested",
|
70 |
+
"57": "variety",
|
71 |
+
"58": "quick",
|
72 |
+
"59": "complicated",
|
73 |
+
"60": "difficult",
|
74 |
+
"61": "surprised",
|
75 |
+
"62": "angry",
|
76 |
+
"63": "customized",
|
77 |
+
"64": "not\\_impressed",
|
78 |
+
"65": "reliability",
|
79 |
+
"66": "neutral",
|
80 |
+
"67": "customizable",
|
81 |
+
"68": "considering\\_rental",
|
82 |
+
"69": "curious",
|
83 |
+
"70": "concert",
|
84 |
+
"71": "exploring",
|
85 |
+
"72": "branding",
|
86 |
+
"73": "flexibility",
|
87 |
+
"74": "easy-to-use",
|
88 |
+
"75": "easy",
|
89 |
+
"76": "struggled",
|
90 |
+
"77": "perfect",
|
91 |
+
"78": "high-resolution",
|
92 |
+
"79": "technical\\_issues",
|
93 |
+
"80": "seamless",
|
94 |
+
"81": "ease-of-use",
|
95 |
+
"82": "discount",
|
96 |
+
"83": "variety\\_designs",
|
97 |
+
"84": "remotely",
|
98 |
+
"85": "on-time delivery",
|
99 |
+
"86": "poor",
|
100 |
+
"87": "replacement",
|
101 |
+
"88": "sports-fan",
|
102 |
+
"89": "seeking\\_advice",
|
103 |
+
"90": "compatible",
|
104 |
+
"91": "annoyed",
|
105 |
+
"92": "helpful",
|
106 |
+
"93": "unmaintained",
|
107 |
+
"94": "on-time",
|
108 |
+
"95": "attractive",
|
109 |
+
"96": "appreciative",
|
110 |
+
"97": "not-bright",
|
111 |
+
"98": "versatile",
|
112 |
+
"99": "size\\_options",
|
113 |
+
"100": "high-quality",
|
114 |
+
"101": "unhappy",
|
115 |
+
"102": "upset",
|
116 |
+
"103": "in\\_market",
|
117 |
+
"104": "easy\\_rental\\_process",
|
118 |
+
"105": "prompt",
|
119 |
+
"106": "delivery\\_installation",
|
120 |
+
"107": "flexible",
|
121 |
+
"108": "smooth",
|
122 |
+
"109": "confident",
|
123 |
+
"110": "budget",
|
124 |
+
"111": "pleasant",
|
125 |
+
"112": "satisfaction\\_guarantee",
|
126 |
+
"113": "sports",
|
127 |
+
"114": "unresponsive",
|
128 |
+
"115": "great\\_success",
|
129 |
+
"116": "theater",
|
130 |
+
"117": "management",
|
131 |
+
"118": "instructions",
|
132 |
+
"119": "convenient",
|
133 |
+
"120": "user-friendly",
|
134 |
+
"121": "enjoyable",
|
135 |
+
"122": "technology",
|
136 |
+
"123": "affordable",
|
137 |
+
"124": "unfriendly",
|
138 |
+
"125": "quality",
|
139 |
+
"126": "damaged",
|
140 |
+
"127": "customer\\_support",
|
141 |
+
"128": "loved",
|
142 |
+
"129": "straightforward",
|
143 |
+
"130": "multilingual",
|
144 |
+
"131": "cautious",
|
145 |
+
"132": "excellent",
|
146 |
+
"133": "efficient",
|
147 |
+
"134": "late",
|
148 |
+
"135": "user\\_friendly",
|
149 |
+
"136": "reasonable",
|
150 |
+
"137": "great\\_experience",
|
151 |
+
"138": "customer service",
|
152 |
+
"139": "weather-resistant",
|
153 |
+
"140": "rental-package",
|
154 |
+
"141": "setup",
|
155 |
+
"142": "returning\\_customer",
|
156 |
+
"143": "advertising",
|
157 |
+
"144": "thankful",
|
158 |
+
"145": "festival",
|
159 |
+
"146": "professional",
|
160 |
+
"147": "malfunction",
|
161 |
+
"148": "investment",
|
162 |
+
"149": "flexible\\_options",
|
163 |
+
"150": "unhelpful",
|
164 |
+
"151": "different_environments",
|
165 |
+
"152": "education",
|
166 |
+
"153": "meeting",
|
167 |
+
"154": "encountered",
|
168 |
+
"155": "ease",
|
169 |
+
"156": "excellent\\_customer\\_service",
|
170 |
+
"157": "innovative",
|
171 |
+
"158": "interested\\_in\\_services",
|
172 |
+
"159": "modernize",
|
173 |
+
"160": "competitive pricing",
|
174 |
+
"161": "commend",
|
175 |
+
"162": "indifferent",
|
176 |
+
"163": "beneficial",
|
177 |
+
"164": "sad",
|
178 |
+
"165": "clear",
|
179 |
+
"166": "experience",
|
180 |
+
"167": "brightness",
|
181 |
+
"168": "maintenance",
|
182 |
+
"169": "website",
|
183 |
+
"170": "looking",
|
184 |
+
"171": "anxious",
|
185 |
+
"172": "inconvenient",
|
186 |
+
"173": "need",
|
187 |
+
"174": "lifespan",
|
188 |
+
"175": "retail",
|
189 |
+
"176": "technical\\_support",
|
190 |
+
"177": "unimpressed",
|
191 |
+
"178": "recommend",
|
192 |
+
"179": "customer-service"
|
193 |
+
},
|
194 |
+
"initializer_range": 0.02,
|
195 |
+
"intermediate_size": 3072,
|
196 |
+
"label2id": {
|
197 |
+
"advanced": 42,
|
198 |
+
"advertising": 143,
|
199 |
+
"affordable": 123,
|
200 |
+
"amazed": 38,
|
201 |
+
"angry": 62,
|
202 |
+
"annoyed": 91,
|
203 |
+
"anxious": 171,
|
204 |
+
"appreciative": 96,
|
205 |
+
"attractive": 95,
|
206 |
+
"availability": 50,
|
207 |
+
"beneficial": 163,
|
208 |
+
"bored": 21,
|
209 |
+
"branding": 72,
|
210 |
+
"bright": 18,
|
211 |
+
"brightness": 167,
|
212 |
+
"budget": 110,
|
213 |
+
"business": 46,
|
214 |
+
"cautious": 131,
|
215 |
+
"clear": 165,
|
216 |
+
"commend": 161,
|
217 |
+
"communication": 3,
|
218 |
+
"compatible": 90,
|
219 |
+
"competitive pricing": 160,
|
220 |
+
"competitive\\_pricing": 31,
|
221 |
+
"complicated": 59,
|
222 |
+
"concerned": 8,
|
223 |
+
"concert": 70,
|
224 |
+
"confident": 109,
|
225 |
+
"confused": 9,
|
226 |
+
"confusing": 7,
|
227 |
+
"considering": 27,
|
228 |
+
"considering\\_rental": 68,
|
229 |
+
"convenient": 119,
|
230 |
+
"cost": 34,
|
231 |
+
"curious": 69,
|
232 |
+
"customer service": 138,
|
233 |
+
"customer support": 35,
|
234 |
+
"customer-service": 179,
|
235 |
+
"customer\\_support": 127,
|
236 |
+
"customizable": 67,
|
237 |
+
"customized": 63,
|
238 |
+
"damaged": 126,
|
239 |
+
"delighted": 24,
|
240 |
+
"delivery": 19,
|
241 |
+
"delivery\\_installation": 106,
|
242 |
+
"design": 45,
|
243 |
+
"different_environments": 151,
|
244 |
+
"difficult": 60,
|
245 |
+
"disappointed": 2,
|
246 |
+
"discount": 82,
|
247 |
+
"disorganized": 47,
|
248 |
+
"dissatisfied": 20,
|
249 |
+
"durable": 48,
|
250 |
+
"ease": 155,
|
251 |
+
"ease-of-use": 81,
|
252 |
+
"easy": 75,
|
253 |
+
"easy-to-use": 74,
|
254 |
+
"easy\\_rental\\_process": 104,
|
255 |
+
"eco-friendly": 52,
|
256 |
+
"education": 152,
|
257 |
+
"efficient": 133,
|
258 |
+
"encountered": 154,
|
259 |
+
"energy": 30,
|
260 |
+
"enjoyable": 121,
|
261 |
+
"excellent": 132,
|
262 |
+
"excellent\\_customer\\_service": 156,
|
263 |
+
"excited": 25,
|
264 |
+
"expensive": 14,
|
265 |
+
"experience": 166,
|
266 |
+
"exploring": 71,
|
267 |
+
"festival": 145,
|
268 |
+
"flexibility": 73,
|
269 |
+
"flexible": 107,
|
270 |
+
"flexible\\_options": 149,
|
271 |
+
"frustrated": 32,
|
272 |
+
"frustrating": 29,
|
273 |
+
"grateful": 1,
|
274 |
+
"great": 26,
|
275 |
+
"great\\_experience": 137,
|
276 |
+
"great\\_success": 115,
|
277 |
+
"happy": 44,
|
278 |
+
"helpful": 92,
|
279 |
+
"hesitant": 33,
|
280 |
+
"high-quality": 100,
|
281 |
+
"high-resolution": 78,
|
282 |
+
"hopeful": 16,
|
283 |
+
"impressed": 10,
|
284 |
+
"in\\_market": 103,
|
285 |
+
"inconvenient": 172,
|
286 |
+
"indifferent": 162,
|
287 |
+
"innovative": 157,
|
288 |
+
"instructions": 118,
|
289 |
+
"interested": 56,
|
290 |
+
"interested\\_in\\_services": 158,
|
291 |
+
"investment": 148,
|
292 |
+
"issues": 40,
|
293 |
+
"late": 134,
|
294 |
+
"lifespan": 174,
|
295 |
+
"looking": 170,
|
296 |
+
"looking\\_to\\_rent": 17,
|
297 |
+
"loved": 128,
|
298 |
+
"loyalty program": 37,
|
299 |
+
"maintain": 51,
|
300 |
+
"maintenance": 168,
|
301 |
+
"malfunction": 147,
|
302 |
+
"management": 117,
|
303 |
+
"marketing": 12,
|
304 |
+
"meeting": 153,
|
305 |
+
"modernize": 159,
|
306 |
+
"multilingual": 130,
|
307 |
+
"need": 173,
|
308 |
+
"negative": 54,
|
309 |
+
"neutral": 66,
|
310 |
+
"not-bright": 97,
|
311 |
+
"not\\_impressed": 64,
|
312 |
+
"on-time": 94,
|
313 |
+
"on-time delivery": 85,
|
314 |
+
"outdoor": 36,
|
315 |
+
"perfect": 77,
|
316 |
+
"pleasant": 111,
|
317 |
+
"pleased": 11,
|
318 |
+
"poor": 86,
|
319 |
+
"positive": 28,
|
320 |
+
"professional": 146,
|
321 |
+
"prompt": 105,
|
322 |
+
"quality": 125,
|
323 |
+
"quick": 58,
|
324 |
+
"reasonable": 136,
|
325 |
+
"recommend": 178,
|
326 |
+
"reliability": 65,
|
327 |
+
"reliable": 39,
|
328 |
+
"relieved": 43,
|
329 |
+
"remotely": 84,
|
330 |
+
"rental-package": 140,
|
331 |
+
"replacement": 87,
|
332 |
+
"reputation": 49,
|
333 |
+
"retail": 175,
|
334 |
+
"returning\\_customer": 142,
|
335 |
+
"sad": 164,
|
336 |
+
"satisfaction\\_guarantee": 112,
|
337 |
+
"satisfied": 0,
|
338 |
+
"seamless": 80,
|
339 |
+
"seeking\\_advice": 89,
|
340 |
+
"setup": 141,
|
341 |
+
"simple process": 15,
|
342 |
+
"size\\_options": 99,
|
343 |
+
"skeptical": 41,
|
344 |
+
"small": 23,
|
345 |
+
"smooth": 108,
|
346 |
+
"sports": 113,
|
347 |
+
"sports-fan": 88,
|
348 |
+
"straightforward": 129,
|
349 |
+
"struggled": 76,
|
350 |
+
"surprised": 61,
|
351 |
+
"tech-savvy": 53,
|
352 |
+
"technical\\_issues": 79,
|
353 |
+
"technical\\_support": 176,
|
354 |
+
"technology": 122,
|
355 |
+
"thankful": 144,
|
356 |
+
"theater": 116,
|
357 |
+
"thrilled": 4,
|
358 |
+
"time-consuming": 13,
|
359 |
+
"training": 22,
|
360 |
+
"unfriendly": 124,
|
361 |
+
"unhappy": 101,
|
362 |
+
"unhelpful": 150,
|
363 |
+
"unimpressed": 177,
|
364 |
+
"unmaintained": 93,
|
365 |
+
"unresponsive": 114,
|
366 |
+
"unsatisfied": 55,
|
367 |
+
"unsure": 6,
|
368 |
+
"upset": 102,
|
369 |
+
"user-friendly": 120,
|
370 |
+
"user\\_friendly": 135,
|
371 |
+
"variety": 57,
|
372 |
+
"variety\\_designs": 83,
|
373 |
+
"versatile": 98,
|
374 |
+
"weather-resistant": 139,
|
375 |
+
"website": 169,
|
376 |
+
"worried": 5
|
377 |
+
},
|
378 |
+
"layer_norm_eps": 1e-12,
|
379 |
+
"max_position_embeddings": 512,
|
380 |
+
"model_type": "bert",
|
381 |
+
"num_attention_heads": 12,
|
382 |
+
"num_hidden_layers": 12,
|
383 |
+
"pad_token_id": 0,
|
384 |
+
"pooler_fc_size": 768,
|
385 |
+
"pooler_num_attention_heads": 12,
|
386 |
+
"pooler_num_fc_layers": 3,
|
387 |
+
"pooler_size_per_head": 128,
|
388 |
+
"pooler_type": "first_token_transform",
|
389 |
+
"position_embedding_type": "absolute",
|
390 |
+
"problem_type": "single_label_classification",
|
391 |
+
"torch_dtype": "float32",
|
392 |
+
"transformers_version": "4.36.1",
|
393 |
+
"type_vocab_size": 2,
|
394 |
+
"use_cache": true,
|
395 |
+
"vocab_size": 105879
|
396 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7c2b16ee3f6fd92e6115b2815382591dbb57d265ff5071056c9e23f2a0bd064
|
3 |
+
size 670002896
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"max_length": 512,
|
49 |
+
"model_max_length": 512,
|
50 |
+
"pad_token": "[PAD]",
|
51 |
+
"sep_token": "[SEP]",
|
52 |
+
"strip_accents": null,
|
53 |
+
"tokenize_chinese_chars": true,
|
54 |
+
"tokenizer_class": "BertTokenizer",
|
55 |
+
"unk_token": "[UNK]"
|
56 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|