Shawon16 commited on
Commit
d3f8844
·
verified ·
1 Parent(s): 6d0106b

Training in progress, epoch 0

Browse files
Files changed (4) hide show
  1. config.json +230 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +26 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/timesformer-base-finetuned-k400",
3
+ "architectures": [
4
+ "TimesformerForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "attention_type": "divided_space_time",
8
+ "drop_path_rate": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "accident",
14
+ "1": "africa",
15
+ "2": "all",
16
+ "3": "apple",
17
+ "4": "basketball",
18
+ "5": "bed",
19
+ "6": "before",
20
+ "7": "bird",
21
+ "8": "birthday",
22
+ "9": "black",
23
+ "10": "blue",
24
+ "11": "book",
25
+ "12": "bowling",
26
+ "13": "brown",
27
+ "14": "but",
28
+ "15": "can",
29
+ "16": "candy",
30
+ "17": "chair",
31
+ "18": "change",
32
+ "19": "cheat",
33
+ "20": "city",
34
+ "21": "clothes",
35
+ "22": "color",
36
+ "23": "computer",
37
+ "24": "cook",
38
+ "25": "cool",
39
+ "26": "corn",
40
+ "27": "cousin",
41
+ "28": "cow",
42
+ "29": "dance",
43
+ "30": "dark",
44
+ "31": "deaf",
45
+ "32": "decide",
46
+ "33": "doctor",
47
+ "34": "dog",
48
+ "35": "drink",
49
+ "36": "eat",
50
+ "37": "enjoy",
51
+ "38": "family",
52
+ "39": "fine",
53
+ "40": "finish",
54
+ "41": "fish",
55
+ "42": "forget",
56
+ "43": "full",
57
+ "44": "give",
58
+ "45": "go",
59
+ "46": "graduate",
60
+ "47": "hat",
61
+ "48": "hearing",
62
+ "49": "help",
63
+ "50": "hot",
64
+ "51": "how",
65
+ "52": "jacket",
66
+ "53": "kiss",
67
+ "54": "language",
68
+ "55": "last",
69
+ "56": "later",
70
+ "57": "letter",
71
+ "58": "like",
72
+ "59": "man",
73
+ "60": "many",
74
+ "61": "medicine",
75
+ "62": "meet",
76
+ "63": "mother",
77
+ "64": "need",
78
+ "65": "no",
79
+ "66": "now",
80
+ "67": "orange",
81
+ "68": "paint",
82
+ "69": "paper",
83
+ "70": "pink",
84
+ "71": "pizza",
85
+ "72": "play",
86
+ "73": "pull",
87
+ "74": "purple",
88
+ "75": "right",
89
+ "76": "same",
90
+ "77": "school",
91
+ "78": "secretary",
92
+ "79": "shirt",
93
+ "80": "short",
94
+ "81": "son",
95
+ "82": "study",
96
+ "83": "table",
97
+ "84": "tall",
98
+ "85": "tell",
99
+ "86": "thanksgiving",
100
+ "87": "thin",
101
+ "88": "thursday",
102
+ "89": "time",
103
+ "90": "walk",
104
+ "91": "want",
105
+ "92": "what",
106
+ "93": "white",
107
+ "94": "who",
108
+ "95": "woman",
109
+ "96": "work",
110
+ "97": "wrong",
111
+ "98": "year",
112
+ "99": "yes"
113
+ },
114
+ "image_size": 224,
115
+ "initializer_range": 0.02,
116
+ "intermediate_size": 3072,
117
+ "label2id": {
118
+ "accident": 0,
119
+ "africa": 1,
120
+ "all": 2,
121
+ "apple": 3,
122
+ "basketball": 4,
123
+ "bed": 5,
124
+ "before": 6,
125
+ "bird": 7,
126
+ "birthday": 8,
127
+ "black": 9,
128
+ "blue": 10,
129
+ "book": 11,
130
+ "bowling": 12,
131
+ "brown": 13,
132
+ "but": 14,
133
+ "can": 15,
134
+ "candy": 16,
135
+ "chair": 17,
136
+ "change": 18,
137
+ "cheat": 19,
138
+ "city": 20,
139
+ "clothes": 21,
140
+ "color": 22,
141
+ "computer": 23,
142
+ "cook": 24,
143
+ "cool": 25,
144
+ "corn": 26,
145
+ "cousin": 27,
146
+ "cow": 28,
147
+ "dance": 29,
148
+ "dark": 30,
149
+ "deaf": 31,
150
+ "decide": 32,
151
+ "doctor": 33,
152
+ "dog": 34,
153
+ "drink": 35,
154
+ "eat": 36,
155
+ "enjoy": 37,
156
+ "family": 38,
157
+ "fine": 39,
158
+ "finish": 40,
159
+ "fish": 41,
160
+ "forget": 42,
161
+ "full": 43,
162
+ "give": 44,
163
+ "go": 45,
164
+ "graduate": 46,
165
+ "hat": 47,
166
+ "hearing": 48,
167
+ "help": 49,
168
+ "hot": 50,
169
+ "how": 51,
170
+ "jacket": 52,
171
+ "kiss": 53,
172
+ "language": 54,
173
+ "last": 55,
174
+ "later": 56,
175
+ "letter": 57,
176
+ "like": 58,
177
+ "man": 59,
178
+ "many": 60,
179
+ "medicine": 61,
180
+ "meet": 62,
181
+ "mother": 63,
182
+ "need": 64,
183
+ "no": 65,
184
+ "now": 66,
185
+ "orange": 67,
186
+ "paint": 68,
187
+ "paper": 69,
188
+ "pink": 70,
189
+ "pizza": 71,
190
+ "play": 72,
191
+ "pull": 73,
192
+ "purple": 74,
193
+ "right": 75,
194
+ "same": 76,
195
+ "school": 77,
196
+ "secretary": 78,
197
+ "shirt": 79,
198
+ "short": 80,
199
+ "son": 81,
200
+ "study": 82,
201
+ "table": 83,
202
+ "tall": 84,
203
+ "tell": 85,
204
+ "thanksgiving": 86,
205
+ "thin": 87,
206
+ "thursday": 88,
207
+ "time": 89,
208
+ "walk": 90,
209
+ "want": 91,
210
+ "what": 92,
211
+ "white": 93,
212
+ "who": 94,
213
+ "woman": 95,
214
+ "work": 96,
215
+ "wrong": 97,
216
+ "year": 98,
217
+ "yes": 99
218
+ },
219
+ "layer_norm_eps": 1e-06,
220
+ "model_type": "timesformer",
221
+ "num_attention_heads": 12,
222
+ "num_channels": 3,
223
+ "num_frames": 8,
224
+ "num_hidden_layers": 12,
225
+ "patch_size": 16,
226
+ "problem_type": "single_label_classification",
227
+ "qkv_bias": true,
228
+ "torch_dtype": "float32",
229
+ "transformers_version": "4.44.0"
230
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b91d24b5f5497344816ea91634285122d3e86dd63a6f2e1bfad61a527f3b08
3
+ size 485373720
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.45,
12
+ 0.45,
13
+ 0.45
14
+ ],
15
+ "image_processor_type": "VideoMAEImageProcessor",
16
+ "image_std": [
17
+ 0.225,
18
+ 0.225,
19
+ 0.225
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 224
25
+ }
26
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac636f278449580a5d0bebcba5da786f1729ed276dab7486b0b8600d33da0b77
3
+ size 4783