Erikellerx commited on
Commit
6cec43c
1 Parent(s): 022b1fb

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ApplyEyeMakeup",
16
+ "1": "ApplyLipstick",
17
+ "2": "Archery",
18
+ "3": "BabyCrawling",
19
+ "4": "BalanceBeam",
20
+ "5": "BandMarching",
21
+ "6": "BasketballDunk",
22
+ "7": "BlowDryHair",
23
+ "8": "BlowingCandles",
24
+ "9": "BodyWeightSquats",
25
+ "10": "Bowling",
26
+ "11": "BoxingPunchingBag",
27
+ "12": "BoxingSpeedBag",
28
+ "13": "BrushingTeeth",
29
+ "14": "CliffDiving",
30
+ "15": "CricketBowling",
31
+ "16": "CricketShot",
32
+ "17": "CuttingInKitchen",
33
+ "18": "FieldHockeyPenalty",
34
+ "19": "FloorGymnastics",
35
+ "20": "FrisbeeCatch",
36
+ "21": "FrontCrawl",
37
+ "22": "Haircut",
38
+ "23": "HammerThrow",
39
+ "24": "Hammering",
40
+ "25": "HandStandPushups",
41
+ "26": "HandstandWalking",
42
+ "27": "HeadMassage",
43
+ "28": "IceDancing",
44
+ "29": "Knitting",
45
+ "30": "LongJump",
46
+ "31": "MoppingFloor",
47
+ "32": "ParallelBars",
48
+ "33": "PlayingCello",
49
+ "34": "PlayingDaf",
50
+ "35": "PlayingDhol",
51
+ "36": "PlayingFlute",
52
+ "37": "PlayingSitar",
53
+ "38": "Rafting",
54
+ "39": "ShavingBeard",
55
+ "40": "Shotput",
56
+ "41": "SkyDiving",
57
+ "42": "SoccerPenalty",
58
+ "43": "StillRings",
59
+ "44": "SumoWrestling",
60
+ "45": "Surfing",
61
+ "46": "TableTennisShot",
62
+ "47": "Typing",
63
+ "48": "UnevenBars",
64
+ "49": "WallPushups",
65
+ "50": "WritingOnBoard"
66
+ },
67
+ "image_size": 224,
68
+ "initializer_range": 0.02,
69
+ "intermediate_size": 3072,
70
+ "label2id": {
71
+ "ApplyEyeMakeup": 0,
72
+ "ApplyLipstick": 1,
73
+ "Archery": 2,
74
+ "BabyCrawling": 3,
75
+ "BalanceBeam": 4,
76
+ "BandMarching": 5,
77
+ "BasketballDunk": 6,
78
+ "BlowDryHair": 7,
79
+ "BlowingCandles": 8,
80
+ "BodyWeightSquats": 9,
81
+ "Bowling": 10,
82
+ "BoxingPunchingBag": 11,
83
+ "BoxingSpeedBag": 12,
84
+ "BrushingTeeth": 13,
85
+ "CliffDiving": 14,
86
+ "CricketBowling": 15,
87
+ "CricketShot": 16,
88
+ "CuttingInKitchen": 17,
89
+ "FieldHockeyPenalty": 18,
90
+ "FloorGymnastics": 19,
91
+ "FrisbeeCatch": 20,
92
+ "FrontCrawl": 21,
93
+ "Haircut": 22,
94
+ "HammerThrow": 23,
95
+ "Hammering": 24,
96
+ "HandStandPushups": 25,
97
+ "HandstandWalking": 26,
98
+ "HeadMassage": 27,
99
+ "IceDancing": 28,
100
+ "Knitting": 29,
101
+ "LongJump": 30,
102
+ "MoppingFloor": 31,
103
+ "ParallelBars": 32,
104
+ "PlayingCello": 33,
105
+ "PlayingDaf": 34,
106
+ "PlayingDhol": 35,
107
+ "PlayingFlute": 36,
108
+ "PlayingSitar": 37,
109
+ "Rafting": 38,
110
+ "ShavingBeard": 39,
111
+ "Shotput": 40,
112
+ "SkyDiving": 41,
113
+ "SoccerPenalty": 42,
114
+ "StillRings": 43,
115
+ "SumoWrestling": 44,
116
+ "Surfing": 45,
117
+ "TableTennisShot": 46,
118
+ "Typing": 47,
119
+ "UnevenBars": 48,
120
+ "WallPushups": 49,
121
+ "WritingOnBoard": 50
122
+ },
123
+ "layer_norm_eps": 1e-12,
124
+ "model_type": "videomae",
125
+ "norm_pix_loss": true,
126
+ "num_attention_heads": 12,
127
+ "num_channels": 3,
128
+ "num_frames": 16,
129
+ "num_hidden_layers": 12,
130
+ "patch_size": 16,
131
+ "problem_type": "single_label_classification",
132
+ "qkv_bias": true,
133
+ "torch_dtype": "float32",
134
+ "transformers_version": "4.37.1",
135
+ "tubelet_size": 2,
136
+ "use_mean_pooling": false
137
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:735858a17767aadbc8e7a59c89ee09ab79f21794ec96c549c5effabbfa7dddef
3
+ size 345088108
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.485,
12
+ 0.456,
13
+ 0.406
14
+ ],
15
+ "image_processor_type": "VideoMAEImageProcessor",
16
+ "image_std": [
17
+ 0.229,
18
+ 0.224,
19
+ 0.225
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 224
25
+ }
26
+ }
runs/Feb23_01-11-57_Erikellerx/events.out.tfevents.1708668719.Erikellerx.9744.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbe963da2264a9fd4c96cd7600c2db61f9438e19671fe53a56eb178f72714c13
3
+ size 7017
runs/Feb23_01-16-28_Erikellerx/events.out.tfevents.1708668990.Erikellerx.43700.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836af7e0cd23338a21d76be7b04a4cdb6986c257619a012fe063f1fec8bf1870
3
+ size 7017
runs/Feb23_01-17-09_Erikellerx/events.out.tfevents.1708669031.Erikellerx.41236.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c575d85715602bfea8bb376c61313e380c0785a83e613613dc17ab845f1a815
3
+ size 7017
runs/Feb23_01-17-58_Erikellerx/events.out.tfevents.1708669084.Erikellerx.41236.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce302921ed36af154b2d1c5612c7e5c76cc8907ef3c5c17ddd83777914db7f04
3
+ size 7018
runs/Feb23_01-18-16_Erikellerx/events.out.tfevents.1708669103.Erikellerx.41236.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cb5d829a90113a8f3a15ae8bd08145d9627d29652e7edba21054625e2cfa463
3
+ size 8095
runs/Feb23_01-37-42_Erikellerx/events.out.tfevents.1708670264.Erikellerx.42868.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d5ee57cb31335473ab09a3ad79cf1aa1fe32d970d1a1645df735feb83f4eddf
3
+ size 7017
runs/Feb23_01-39-14_Erikellerx/events.out.tfevents.1708670356.Erikellerx.22700.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0525a68770a41b32941258559ae845d8c09839d25b254b7e62977e4b07bd0915
3
+ size 20335
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28d4985e79fa0e0f91496d34dbec34ffac952ff49b89f5e42c4017a82bbb2a3a
3
+ size 4728