Shawon16 commited on
Commit
e3feeb9
·
verified ·
1 Parent(s): 68bff18

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +150 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +26 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "aam",
14
+ "1": "aaple",
15
+ "2": "ac",
16
+ "3": "aids",
17
+ "4": "alu",
18
+ "5": "anaros",
19
+ "6": "angur",
20
+ "7": "apartment",
21
+ "8": "attio",
22
+ "9": "audio cassette",
23
+ "10": "ayna",
24
+ "11": "baandej",
25
+ "12": "baat",
26
+ "13": "baba",
27
+ "14": "balti",
28
+ "15": "balu",
29
+ "16": "bhai",
30
+ "17": "biscuts",
31
+ "18": "bon",
32
+ "19": "boroi",
33
+ "20": "bottam",
34
+ "21": "bou",
35
+ "22": "cake",
36
+ "23": "capsule",
37
+ "24": "cha",
38
+ "25": "chacha",
39
+ "26": "chachi",
40
+ "27": "chadar",
41
+ "28": "chal",
42
+ "29": "chikissha",
43
+ "30": "chini",
44
+ "31": "chips",
45
+ "32": "chiruni",
46
+ "33": "chocolate",
47
+ "34": "chokh utha",
48
+ "35": "chosma",
49
+ "36": "churi",
50
+ "37": "clip",
51
+ "38": "cream",
52
+ "39": "dada",
53
+ "40": "dadi",
54
+ "41": "daeitto",
55
+ "42": "dal",
56
+ "43": "debor",
57
+ "44": "denadar",
58
+ "45": "dengue",
59
+ "46": "doctor",
60
+ "47": "dongson",
61
+ "48": "dulavai",
62
+ "49": "durbol",
63
+ "50": "jomoj",
64
+ "51": "juta",
65
+ "52": "konna",
66
+ "53": "maa",
67
+ "54": "tattha",
68
+ "55": "toothpaste",
69
+ "56": "tshirt",
70
+ "57": "tubelight",
71
+ "58": "tupi",
72
+ "59": "tv"
73
+ },
74
+ "image_size": 224,
75
+ "initializer_range": 0.02,
76
+ "intermediate_size": 3072,
77
+ "label2id": {
78
+ "aam": 0,
79
+ "aaple": 1,
80
+ "ac": 2,
81
+ "aids": 3,
82
+ "alu": 4,
83
+ "anaros": 5,
84
+ "angur": 6,
85
+ "apartment": 7,
86
+ "attio": 8,
87
+ "audio cassette": 9,
88
+ "ayna": 10,
89
+ "baandej": 11,
90
+ "baat": 12,
91
+ "baba": 13,
92
+ "balti": 14,
93
+ "balu": 15,
94
+ "bhai": 16,
95
+ "biscuts": 17,
96
+ "bon": 18,
97
+ "boroi": 19,
98
+ "bottam": 20,
99
+ "bou": 21,
100
+ "cake": 22,
101
+ "capsule": 23,
102
+ "cha": 24,
103
+ "chacha": 25,
104
+ "chachi": 26,
105
+ "chadar": 27,
106
+ "chal": 28,
107
+ "chikissha": 29,
108
+ "chini": 30,
109
+ "chips": 31,
110
+ "chiruni": 32,
111
+ "chocolate": 33,
112
+ "chokh utha": 34,
113
+ "chosma": 35,
114
+ "churi": 36,
115
+ "clip": 37,
116
+ "cream": 38,
117
+ "dada": 39,
118
+ "dadi": 40,
119
+ "daeitto": 41,
120
+ "dal": 42,
121
+ "debor": 43,
122
+ "denadar": 44,
123
+ "dengue": 45,
124
+ "doctor": 46,
125
+ "dongson": 47,
126
+ "dulavai": 48,
127
+ "durbol": 49,
128
+ "jomoj": 50,
129
+ "juta": 51,
130
+ "konna": 52,
131
+ "maa": 53,
132
+ "tattha": 54,
133
+ "toothpaste": 55,
134
+ "tshirt": 56,
135
+ "tubelight": 57,
136
+ "tupi": 58,
137
+ "tv": 59
138
+ },
139
+ "layer_norm_eps": 1e-06,
140
+ "model_type": "timesformer",
141
+ "num_attention_heads": 12,
142
+ "num_channels": 3,
143
+ "num_frames": 8,
144
+ "num_hidden_layers": 12,
145
+ "patch_size": 16,
146
+ "problem_type": "single_label_classification",
147
+ "qkv_bias": true,
148
+ "torch_dtype": "float32",
149
+ "transformers_version": "4.44.2"
150
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89cebd7f28cd8b21b586fd1d9bcb3e3876957214735b95512532f386d1ca56fd
3
+ size 485250680
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:710dee5e70d380eb49c85f13003a6606c1c2247616191f6f318e423f35464bf6
3
+ size 5368