latif98 commited on
Commit
06c0494
1 Parent(s): ed63d7f

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MCG-NJU/videomae-base",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 384,
8
+ "decoder_intermediate_size": 1536,
9
+ "decoder_num_attention_heads": 6,
10
+ "decoder_num_hidden_layers": 4,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "0",
16
+ "1": "1",
17
+ "2": "2",
18
+ "3": "3",
19
+ "4": "4",
20
+ "5": "5",
21
+ "6": "6",
22
+ "7": "7",
23
+ "8": "8",
24
+ "9": "9",
25
+ "10": "10",
26
+ "11": "A",
27
+ "12": "B",
28
+ "13": "C",
29
+ "14": "D",
30
+ "15": "E",
31
+ "16": "F",
32
+ "17": "G",
33
+ "18": "H",
34
+ "19": "I",
35
+ "20": "J",
36
+ "21": "K",
37
+ "22": "L",
38
+ "23": "M",
39
+ "24": "N",
40
+ "25": "O",
41
+ "26": "P",
42
+ "27": "Q",
43
+ "28": "R",
44
+ "29": "S",
45
+ "30": "T",
46
+ "31": "U",
47
+ "32": "V",
48
+ "33": "W",
49
+ "34": "X",
50
+ "35": "Y",
51
+ "36": "Z",
52
+ "37": "3g",
53
+ "38": "4g",
54
+ "39": "accident",
55
+ "40": "accompany",
56
+ "41": "action",
57
+ "42": "address",
58
+ "43": "advantage",
59
+ "44": "advertise",
60
+ "45": "age",
61
+ "46": "aim",
62
+ "47": "alchol",
63
+ "48": "alcholic",
64
+ "49": "almond",
65
+ "50": "app",
66
+ "51": "applause",
67
+ "52": "applicant",
68
+ "53": "application",
69
+ "54": "association",
70
+ "55": "attitude",
71
+ "56": "automatic",
72
+ "57": "avalanche",
73
+ "58": "back",
74
+ "59": "background",
75
+ "60": "balance",
76
+ "61": "ban",
77
+ "62": "bill",
78
+ "63": "birth",
79
+ "64": "birthday",
80
+ "65": "borrow",
81
+ "66": "braille",
82
+ "67": "branch",
83
+ "68": "cheque",
84
+ "69": "christianity",
85
+ "70": "cockroach",
86
+ "71": "coin",
87
+ "72": "communication",
88
+ "73": "course",
89
+ "74": "crayon",
90
+ "75": "creeper",
91
+ "76": "deaf",
92
+ "77": "detail",
93
+ "78": "drunk",
94
+ "79": "economical",
95
+ "80": "engagement",
96
+ "81": "feeling",
97
+ "82": "frog",
98
+ "83": "fun",
99
+ "84": "future",
100
+ "85": "gain",
101
+ "86": "garage",
102
+ "87": "garbage",
103
+ "88": "gender",
104
+ "89": "gift",
105
+ "90": "globe",
106
+ "91": "go_together",
107
+ "92": "government",
108
+ "93": "habit",
109
+ "94": "hail",
110
+ "95": "hang",
111
+ "96": "haze",
112
+ "97": "hello",
113
+ "98": "hero",
114
+ "99": "hinduism",
115
+ "100": "hobby",
116
+ "101": "housefly",
117
+ "102": "hug",
118
+ "103": "hungry",
119
+ "104": "immediate",
120
+ "105": "important",
121
+ "106": "individual",
122
+ "107": "internet",
123
+ "108": "joke",
124
+ "109": "judaism",
125
+ "110": "king",
126
+ "111": "lack",
127
+ "112": "leave",
128
+ "113": "level",
129
+ "114": "lift",
130
+ "115": "local",
131
+ "116": "middle",
132
+ "117": "mosquito",
133
+ "118": "mouse",
134
+ "119": "now",
135
+ "120": "paisa",
136
+ "121": "parallel",
137
+ "122": "parking",
138
+ "123": "past",
139
+ "124": "power",
140
+ "125": "prescription",
141
+ "126": "process",
142
+ "127": "profit",
143
+ "128": "promotion",
144
+ "129": "queen",
145
+ "130": "query",
146
+ "131": "rat",
147
+ "132": "reason",
148
+ "133": "record",
149
+ "134": "regular",
150
+ "135": "restrain",
151
+ "136": "reverse",
152
+ "137": "right",
153
+ "138": "road",
154
+ "139": "rule",
155
+ "140": "rupee",
156
+ "141": "service",
157
+ "142": "sheep",
158
+ "143": "simultaneous",
159
+ "144": "situation",
160
+ "145": "success",
161
+ "146": "suicide",
162
+ "147": "tied_up",
163
+ "148": "top",
164
+ "149": "tour",
165
+ "150": "trip",
166
+ "151": "visa",
167
+ "152": "vision",
168
+ "153": "voice",
169
+ "154": "way",
170
+ "155": "zebra_crossing",
171
+ "156": "zoo"
172
+ },
173
+ "image_size": 224,
174
+ "initializer_range": 0.02,
175
+ "intermediate_size": 3072,
176
+ "label2id": {
177
+ "0": 0,
178
+ "1": 1,
179
+ "10": 10,
180
+ "2": 2,
181
+ "3": 3,
182
+ "3g": 37,
183
+ "4": 4,
184
+ "4g": 38,
185
+ "5": 5,
186
+ "6": 6,
187
+ "7": 7,
188
+ "8": 8,
189
+ "9": 9,
190
+ "A": 11,
191
+ "B": 12,
192
+ "C": 13,
193
+ "D": 14,
194
+ "E": 15,
195
+ "F": 16,
196
+ "G": 17,
197
+ "H": 18,
198
+ "I": 19,
199
+ "J": 20,
200
+ "K": 21,
201
+ "L": 22,
202
+ "M": 23,
203
+ "N": 24,
204
+ "O": 25,
205
+ "P": 26,
206
+ "Q": 27,
207
+ "R": 28,
208
+ "S": 29,
209
+ "T": 30,
210
+ "U": 31,
211
+ "V": 32,
212
+ "W": 33,
213
+ "X": 34,
214
+ "Y": 35,
215
+ "Z": 36,
216
+ "accident": 39,
217
+ "accompany": 40,
218
+ "action": 41,
219
+ "address": 42,
220
+ "advantage": 43,
221
+ "advertise": 44,
222
+ "age": 45,
223
+ "aim": 46,
224
+ "alchol": 47,
225
+ "alcholic": 48,
226
+ "almond": 49,
227
+ "app": 50,
228
+ "applause": 51,
229
+ "applicant": 52,
230
+ "application": 53,
231
+ "association": 54,
232
+ "attitude": 55,
233
+ "automatic": 56,
234
+ "avalanche": 57,
235
+ "back": 58,
236
+ "background": 59,
237
+ "balance": 60,
238
+ "ban": 61,
239
+ "bill": 62,
240
+ "birth": 63,
241
+ "birthday": 64,
242
+ "borrow": 65,
243
+ "braille": 66,
244
+ "branch": 67,
245
+ "cheque": 68,
246
+ "christianity": 69,
247
+ "cockroach": 70,
248
+ "coin": 71,
249
+ "communication": 72,
250
+ "course": 73,
251
+ "crayon": 74,
252
+ "creeper": 75,
253
+ "deaf": 76,
254
+ "detail": 77,
255
+ "drunk": 78,
256
+ "economical": 79,
257
+ "engagement": 80,
258
+ "feeling": 81,
259
+ "frog": 82,
260
+ "fun": 83,
261
+ "future": 84,
262
+ "gain": 85,
263
+ "garage": 86,
264
+ "garbage": 87,
265
+ "gender": 88,
266
+ "gift": 89,
267
+ "globe": 90,
268
+ "go_together": 91,
269
+ "government": 92,
270
+ "habit": 93,
271
+ "hail": 94,
272
+ "hang": 95,
273
+ "haze": 96,
274
+ "hello": 97,
275
+ "hero": 98,
276
+ "hinduism": 99,
277
+ "hobby": 100,
278
+ "housefly": 101,
279
+ "hug": 102,
280
+ "hungry": 103,
281
+ "immediate": 104,
282
+ "important": 105,
283
+ "individual": 106,
284
+ "internet": 107,
285
+ "joke": 108,
286
+ "judaism": 109,
287
+ "king": 110,
288
+ "lack": 111,
289
+ "leave": 112,
290
+ "level": 113,
291
+ "lift": 114,
292
+ "local": 115,
293
+ "middle": 116,
294
+ "mosquito": 117,
295
+ "mouse": 118,
296
+ "now": 119,
297
+ "paisa": 120,
298
+ "parallel": 121,
299
+ "parking": 122,
300
+ "past": 123,
301
+ "power": 124,
302
+ "prescription": 125,
303
+ "process": 126,
304
+ "profit": 127,
305
+ "promotion": 128,
306
+ "queen": 129,
307
+ "query": 130,
308
+ "rat": 131,
309
+ "reason": 132,
310
+ "record": 133,
311
+ "regular": 134,
312
+ "restrain": 135,
313
+ "reverse": 136,
314
+ "right": 137,
315
+ "road": 138,
316
+ "rule": 139,
317
+ "rupee": 140,
318
+ "service": 141,
319
+ "sheep": 142,
320
+ "simultaneous": 143,
321
+ "situation": 144,
322
+ "success": 145,
323
+ "suicide": 146,
324
+ "tied_up": 147,
325
+ "top": 148,
326
+ "tour": 149,
327
+ "trip": 150,
328
+ "visa": 151,
329
+ "vision": 152,
330
+ "voice": 153,
331
+ "way": 154,
332
+ "zebra_crossing": 155,
333
+ "zoo": 156
334
+ },
335
+ "layer_norm_eps": 1e-12,
336
+ "model_type": "videomae",
337
+ "norm_pix_loss": true,
338
+ "num_attention_heads": 12,
339
+ "num_channels": 3,
340
+ "num_frames": 16,
341
+ "num_hidden_layers": 12,
342
+ "patch_size": 16,
343
+ "problem_type": "single_label_classification",
344
+ "qkv_bias": true,
345
+ "torch_dtype": "float32",
346
+ "transformers_version": "4.40.0",
347
+ "tubelet_size": 2,
348
+ "use_mean_pooling": false
349
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020e8cffdf9732feb0c72cec8cc1e86ebd74d86e17bc184d1ae07207d65e901c
3
+ size 345414164
preprocessor_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "videos",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "return_tensors",
15
+ "data_format",
16
+ "input_data_format"
17
+ ],
18
+ "crop_size": {
19
+ "height": 224,
20
+ "width": 224
21
+ },
22
+ "do_center_crop": true,
23
+ "do_normalize": true,
24
+ "do_rescale": true,
25
+ "do_resize": true,
26
+ "image_mean": [
27
+ 0.485,
28
+ 0.456,
29
+ 0.406
30
+ ],
31
+ "image_processor_type": "VideoMAEImageProcessor",
32
+ "image_std": [
33
+ 0.229,
34
+ 0.224,
35
+ 0.225
36
+ ],
37
+ "resample": 2,
38
+ "rescale_factor": 0.00392156862745098,
39
+ "size": {
40
+ "shortest_edge": 224
41
+ }
42
+ }
runs/Apr24_20-05-06_blackhorse/events.out.tfevents.1713969402.blackhorse.9061.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a81e3f6419c889266223b808e2edc32ac4eaf55db6ec9dbf727c8faf7ed4780
3
+ size 17517
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cef7e4ad59b2d28caa5e122ea76a9390eabf00e06e810c1f2d3525803bbb265
3
+ size 5048