VinayReddyPulyala
commited on
Commit
•
c47f636
1
Parent(s):
c566b96
Training in progress, step 200
Browse files- config.json +431 -0
- preprocessor_config.json +25 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,431 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dandelin/vilt-b32-mlm",
|
3 |
+
"architectures": [
|
4 |
+
"ViltForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.0,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "shadows",
|
12 |
+
"1": "security",
|
13 |
+
"2": "beagle",
|
14 |
+
"3": "yes",
|
15 |
+
"4": "brick",
|
16 |
+
"5": "snowboarder",
|
17 |
+
"6": "skiing",
|
18 |
+
"7": "unknown",
|
19 |
+
"8": "zoo",
|
20 |
+
"9": "chopsticks",
|
21 |
+
"10": "curtains",
|
22 |
+
"11": "6",
|
23 |
+
"12": "desert",
|
24 |
+
"13": "snowboard",
|
25 |
+
"14": "lanyard",
|
26 |
+
"15": "woman",
|
27 |
+
"16": "lying down",
|
28 |
+
"17": "red and yellow",
|
29 |
+
"18": "giraffe",
|
30 |
+
"19": "church",
|
31 |
+
"20": "2",
|
32 |
+
"21": "down",
|
33 |
+
"22": "tired",
|
34 |
+
"23": "bicycle",
|
35 |
+
"24": "birthday",
|
36 |
+
"25": "jeep",
|
37 |
+
"26": "purple",
|
38 |
+
"27": "on road",
|
39 |
+
"28": "pink",
|
40 |
+
"29": "little girl",
|
41 |
+
"30": "9:35",
|
42 |
+
"31": "cup",
|
43 |
+
"32": "cloudy",
|
44 |
+
"33": "curtain",
|
45 |
+
"34": "cross",
|
46 |
+
"35": "out",
|
47 |
+
"36": "door",
|
48 |
+
"37": "stripes",
|
49 |
+
"38": "sun",
|
50 |
+
"39": "wedding",
|
51 |
+
"40": "net",
|
52 |
+
"41": "tower",
|
53 |
+
"42": "doughnut",
|
54 |
+
"43": "car",
|
55 |
+
"44": "8:35",
|
56 |
+
"45": "lady",
|
57 |
+
"46": "on street",
|
58 |
+
"47": "bus",
|
59 |
+
"48": "smiling",
|
60 |
+
"49": "blue and white",
|
61 |
+
"50": "sleeping",
|
62 |
+
"51": "big ben",
|
63 |
+
"52": "plastic",
|
64 |
+
"53": "2013",
|
65 |
+
"54": "donut",
|
66 |
+
"55": "no",
|
67 |
+
"56": "happy",
|
68 |
+
"57": "lg",
|
69 |
+
"58": "chair",
|
70 |
+
"59": "giraffes",
|
71 |
+
"60": "bicycles",
|
72 |
+
"61": "fashion",
|
73 |
+
"62": "wine",
|
74 |
+
"63": "black and white",
|
75 |
+
"64": "tan",
|
76 |
+
"65": "talking",
|
77 |
+
"66": "suv",
|
78 |
+
"67": "girl",
|
79 |
+
"68": "tv",
|
80 |
+
"69": "right",
|
81 |
+
"70": "neon",
|
82 |
+
"71": "clock",
|
83 |
+
"72": "beige",
|
84 |
+
"73": "nothing",
|
85 |
+
"74": "women",
|
86 |
+
"75": "smile",
|
87 |
+
"76": "at table",
|
88 |
+
"77": "8",
|
89 |
+
"78": "calico",
|
90 |
+
"79": "resting",
|
91 |
+
"80": "talking on phone",
|
92 |
+
"81": "windows",
|
93 |
+
"82": "human",
|
94 |
+
"83": "watching",
|
95 |
+
"84": "necklace",
|
96 |
+
"85": "hair",
|
97 |
+
"86": "protection",
|
98 |
+
"87": "large",
|
99 |
+
"88": "natural",
|
100 |
+
"89": "outside",
|
101 |
+
"90": "low",
|
102 |
+
"91": "hawaii",
|
103 |
+
"92": "2010",
|
104 |
+
"93": "table",
|
105 |
+
"94": "snow",
|
106 |
+
"95": "not there",
|
107 |
+
"96": "small",
|
108 |
+
"97": "shadow",
|
109 |
+
"98": "wine tasting",
|
110 |
+
"99": "tabby",
|
111 |
+
"100": "clear",
|
112 |
+
"101": "many",
|
113 |
+
"102": "snowboarding",
|
114 |
+
"103": "trees",
|
115 |
+
"104": "backpack",
|
116 |
+
"105": "park",
|
117 |
+
"106": "style",
|
118 |
+
"107": "walking",
|
119 |
+
"108": "brown",
|
120 |
+
"109": "bricks",
|
121 |
+
"110": "in car",
|
122 |
+
"111": "air",
|
123 |
+
"112": "crossing",
|
124 |
+
"113": "hat",
|
125 |
+
"114": "solid",
|
126 |
+
"115": "street",
|
127 |
+
"116": "forest",
|
128 |
+
"117": "exit",
|
129 |
+
"118": "yellow",
|
130 |
+
"119": "leather",
|
131 |
+
"120": "gray",
|
132 |
+
"121": "bedroom",
|
133 |
+
"122": "they aren't",
|
134 |
+
"123": "full",
|
135 |
+
"124": "skateboarding",
|
136 |
+
"125": "clock tower",
|
137 |
+
"126": "camera",
|
138 |
+
"127": "white",
|
139 |
+
"128": "blue",
|
140 |
+
"129": "0",
|
141 |
+
"130": "plain",
|
142 |
+
"131": "person",
|
143 |
+
"132": "not sure",
|
144 |
+
"133": "4",
|
145 |
+
"134": "don't know",
|
146 |
+
"135": "shrimp",
|
147 |
+
"136": "shelter",
|
148 |
+
"137": "canopy",
|
149 |
+
"138": "7:35",
|
150 |
+
"139": "red and blue",
|
151 |
+
"140": "white and blue",
|
152 |
+
"141": "platform",
|
153 |
+
"142": "7:45",
|
154 |
+
"143": "sky",
|
155 |
+
"144": "roof",
|
156 |
+
"145": "fence",
|
157 |
+
"146": "king",
|
158 |
+
"147": "skier",
|
159 |
+
"148": "10",
|
160 |
+
"149": "window",
|
161 |
+
"150": "crown",
|
162 |
+
"151": "sidewalk",
|
163 |
+
"152": "double",
|
164 |
+
"153": "train",
|
165 |
+
"154": "soccer ball",
|
166 |
+
"155": "green",
|
167 |
+
"156": "dirt",
|
168 |
+
"157": "gray and black",
|
169 |
+
"158": "name tag",
|
170 |
+
"159": "cat",
|
171 |
+
"160": "bike rack",
|
172 |
+
"161": "monitor",
|
173 |
+
"162": "7",
|
174 |
+
"163": "man",
|
175 |
+
"164": "5",
|
176 |
+
"165": "shade",
|
177 |
+
"166": "queen",
|
178 |
+
"167": "wall",
|
179 |
+
"168": "stand",
|
180 |
+
"169": "skateboard",
|
181 |
+
"170": "cage",
|
182 |
+
"171": "africa",
|
183 |
+
"172": "3",
|
184 |
+
"173": "french",
|
185 |
+
"174": "arrow",
|
186 |
+
"175": "soccer",
|
187 |
+
"176": "woods",
|
188 |
+
"177": "orange",
|
189 |
+
"178": "laying down",
|
190 |
+
"179": "ice cream",
|
191 |
+
"180": "bikes",
|
192 |
+
"181": "tent",
|
193 |
+
"182": "plate",
|
194 |
+
"183": "2000",
|
195 |
+
"184": "ground",
|
196 |
+
"185": "picnic table",
|
197 |
+
"186": "boy",
|
198 |
+
"187": "black",
|
199 |
+
"188": "screen",
|
200 |
+
"189": "dog",
|
201 |
+
"190": "white and black",
|
202 |
+
"191": "blonde",
|
203 |
+
"192": "can't tell",
|
204 |
+
"193": "ball",
|
205 |
+
"194": "station",
|
206 |
+
"195": "red",
|
207 |
+
"196": "rack",
|
208 |
+
"197": "1",
|
209 |
+
"198": "photographer"
|
210 |
+
},
|
211 |
+
"image_size": 384,
|
212 |
+
"initializer_range": 0.02,
|
213 |
+
"intermediate_size": 3072,
|
214 |
+
"label2id": {
|
215 |
+
"0": 129,
|
216 |
+
"1": 197,
|
217 |
+
"10": 148,
|
218 |
+
"2": 20,
|
219 |
+
"2000": 183,
|
220 |
+
"2010": 92,
|
221 |
+
"2013": 53,
|
222 |
+
"3": 172,
|
223 |
+
"4": 133,
|
224 |
+
"5": 164,
|
225 |
+
"6": 11,
|
226 |
+
"7": 162,
|
227 |
+
"7:35": 138,
|
228 |
+
"7:45": 142,
|
229 |
+
"8": 77,
|
230 |
+
"8:35": 44,
|
231 |
+
"9:35": 30,
|
232 |
+
"africa": 171,
|
233 |
+
"air": 111,
|
234 |
+
"arrow": 174,
|
235 |
+
"at table": 76,
|
236 |
+
"backpack": 104,
|
237 |
+
"ball": 193,
|
238 |
+
"beagle": 2,
|
239 |
+
"bedroom": 121,
|
240 |
+
"beige": 72,
|
241 |
+
"bicycle": 23,
|
242 |
+
"bicycles": 60,
|
243 |
+
"big ben": 51,
|
244 |
+
"bike rack": 160,
|
245 |
+
"bikes": 180,
|
246 |
+
"birthday": 24,
|
247 |
+
"black": 187,
|
248 |
+
"black and white": 63,
|
249 |
+
"blonde": 191,
|
250 |
+
"blue": 128,
|
251 |
+
"blue and white": 49,
|
252 |
+
"boy": 186,
|
253 |
+
"brick": 4,
|
254 |
+
"bricks": 109,
|
255 |
+
"brown": 108,
|
256 |
+
"bus": 47,
|
257 |
+
"cage": 170,
|
258 |
+
"calico": 78,
|
259 |
+
"camera": 126,
|
260 |
+
"can't tell": 192,
|
261 |
+
"canopy": 137,
|
262 |
+
"car": 43,
|
263 |
+
"cat": 159,
|
264 |
+
"chair": 58,
|
265 |
+
"chopsticks": 9,
|
266 |
+
"church": 19,
|
267 |
+
"clear": 100,
|
268 |
+
"clock": 71,
|
269 |
+
"clock tower": 125,
|
270 |
+
"cloudy": 32,
|
271 |
+
"cross": 34,
|
272 |
+
"crossing": 112,
|
273 |
+
"crown": 150,
|
274 |
+
"cup": 31,
|
275 |
+
"curtain": 33,
|
276 |
+
"curtains": 10,
|
277 |
+
"desert": 12,
|
278 |
+
"dirt": 156,
|
279 |
+
"dog": 189,
|
280 |
+
"don't know": 134,
|
281 |
+
"donut": 54,
|
282 |
+
"door": 36,
|
283 |
+
"double": 152,
|
284 |
+
"doughnut": 42,
|
285 |
+
"down": 21,
|
286 |
+
"exit": 117,
|
287 |
+
"fashion": 61,
|
288 |
+
"fence": 145,
|
289 |
+
"forest": 116,
|
290 |
+
"french": 173,
|
291 |
+
"full": 123,
|
292 |
+
"giraffe": 18,
|
293 |
+
"giraffes": 59,
|
294 |
+
"girl": 67,
|
295 |
+
"gray": 120,
|
296 |
+
"gray and black": 157,
|
297 |
+
"green": 155,
|
298 |
+
"ground": 184,
|
299 |
+
"hair": 85,
|
300 |
+
"happy": 56,
|
301 |
+
"hat": 113,
|
302 |
+
"hawaii": 91,
|
303 |
+
"human": 82,
|
304 |
+
"ice cream": 179,
|
305 |
+
"in car": 110,
|
306 |
+
"jeep": 25,
|
307 |
+
"king": 146,
|
308 |
+
"lady": 45,
|
309 |
+
"lanyard": 14,
|
310 |
+
"large": 87,
|
311 |
+
"laying down": 178,
|
312 |
+
"leather": 119,
|
313 |
+
"lg": 57,
|
314 |
+
"little girl": 29,
|
315 |
+
"low": 90,
|
316 |
+
"lying down": 16,
|
317 |
+
"man": 163,
|
318 |
+
"many": 101,
|
319 |
+
"monitor": 161,
|
320 |
+
"name tag": 158,
|
321 |
+
"natural": 88,
|
322 |
+
"necklace": 84,
|
323 |
+
"neon": 70,
|
324 |
+
"net": 40,
|
325 |
+
"no": 55,
|
326 |
+
"not sure": 132,
|
327 |
+
"not there": 95,
|
328 |
+
"nothing": 73,
|
329 |
+
"on road": 27,
|
330 |
+
"on street": 46,
|
331 |
+
"orange": 177,
|
332 |
+
"out": 35,
|
333 |
+
"outside": 89,
|
334 |
+
"park": 105,
|
335 |
+
"person": 131,
|
336 |
+
"photographer": 198,
|
337 |
+
"picnic table": 185,
|
338 |
+
"pink": 28,
|
339 |
+
"plain": 130,
|
340 |
+
"plastic": 52,
|
341 |
+
"plate": 182,
|
342 |
+
"platform": 141,
|
343 |
+
"protection": 86,
|
344 |
+
"purple": 26,
|
345 |
+
"queen": 166,
|
346 |
+
"rack": 196,
|
347 |
+
"red": 195,
|
348 |
+
"red and blue": 139,
|
349 |
+
"red and yellow": 17,
|
350 |
+
"resting": 79,
|
351 |
+
"right": 69,
|
352 |
+
"roof": 144,
|
353 |
+
"screen": 188,
|
354 |
+
"security": 1,
|
355 |
+
"shade": 165,
|
356 |
+
"shadow": 97,
|
357 |
+
"shadows": 0,
|
358 |
+
"shelter": 136,
|
359 |
+
"shrimp": 135,
|
360 |
+
"sidewalk": 151,
|
361 |
+
"skateboard": 169,
|
362 |
+
"skateboarding": 124,
|
363 |
+
"skier": 147,
|
364 |
+
"skiing": 6,
|
365 |
+
"sky": 143,
|
366 |
+
"sleeping": 50,
|
367 |
+
"small": 96,
|
368 |
+
"smile": 75,
|
369 |
+
"smiling": 48,
|
370 |
+
"snow": 94,
|
371 |
+
"snowboard": 13,
|
372 |
+
"snowboarder": 5,
|
373 |
+
"snowboarding": 102,
|
374 |
+
"soccer": 175,
|
375 |
+
"soccer ball": 154,
|
376 |
+
"solid": 114,
|
377 |
+
"stand": 168,
|
378 |
+
"station": 194,
|
379 |
+
"street": 115,
|
380 |
+
"stripes": 37,
|
381 |
+
"style": 106,
|
382 |
+
"sun": 38,
|
383 |
+
"suv": 66,
|
384 |
+
"tabby": 99,
|
385 |
+
"table": 93,
|
386 |
+
"talking": 65,
|
387 |
+
"talking on phone": 80,
|
388 |
+
"tan": 64,
|
389 |
+
"tent": 181,
|
390 |
+
"they aren't": 122,
|
391 |
+
"tired": 22,
|
392 |
+
"tower": 41,
|
393 |
+
"train": 153,
|
394 |
+
"trees": 103,
|
395 |
+
"tv": 68,
|
396 |
+
"unknown": 7,
|
397 |
+
"walking": 107,
|
398 |
+
"wall": 167,
|
399 |
+
"watching": 83,
|
400 |
+
"wedding": 39,
|
401 |
+
"white": 127,
|
402 |
+
"white and black": 190,
|
403 |
+
"white and blue": 140,
|
404 |
+
"window": 149,
|
405 |
+
"windows": 81,
|
406 |
+
"wine": 62,
|
407 |
+
"wine tasting": 98,
|
408 |
+
"woman": 15,
|
409 |
+
"women": 74,
|
410 |
+
"woods": 176,
|
411 |
+
"yellow": 118,
|
412 |
+
"yes": 3,
|
413 |
+
"zoo": 8
|
414 |
+
},
|
415 |
+
"layer_norm_eps": 1e-12,
|
416 |
+
"max_image_length": -1,
|
417 |
+
"max_position_embeddings": 40,
|
418 |
+
"modality_type_vocab_size": 2,
|
419 |
+
"model_type": "vilt",
|
420 |
+
"num_attention_heads": 12,
|
421 |
+
"num_channels": 3,
|
422 |
+
"num_hidden_layers": 12,
|
423 |
+
"num_images": -1,
|
424 |
+
"patch_size": 32,
|
425 |
+
"qkv_bias": true,
|
426 |
+
"tie_word_embeddings": false,
|
427 |
+
"torch_dtype": "float32",
|
428 |
+
"transformers_version": "4.33.2",
|
429 |
+
"type_vocab_size": 2,
|
430 |
+
"vocab_size": 30522
|
431 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_pad": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "ViltFeatureExtractor",
|
7 |
+
"image_mean": [
|
8 |
+
0.5,
|
9 |
+
0.5,
|
10 |
+
0.5
|
11 |
+
],
|
12 |
+
"image_processor_type": "ViltImageProcessor",
|
13 |
+
"image_std": [
|
14 |
+
0.5,
|
15 |
+
0.5,
|
16 |
+
0.5
|
17 |
+
],
|
18 |
+
"processor_class": "ViltProcessor",
|
19 |
+
"resample": 3,
|
20 |
+
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": {
|
22 |
+
"shortest_edge": 384
|
23 |
+
},
|
24 |
+
"size_divisor": 32
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba9fe84286ac22158121f41bf6b1d4bf59ce056d96e09c8c13a85d6562bb0bc8
|
3 |
+
size 452412637
|
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,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"model_max_length": 40,
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"processor_class": "ViltProcessor",
|
9 |
+
"sep_token": "[SEP]",
|
10 |
+
"strip_accents": null,
|
11 |
+
"tokenize_chinese_chars": true,
|
12 |
+
"tokenizer_class": "BertTokenizer",
|
13 |
+
"unk_token": "[UNK]"
|
14 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:670175ebf2e8a8a1e13e3846ab0a242e611215eea3e60c3215acd939c7ee43e0
|
3 |
+
size 4027
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|