akshatchugh3 commited on
Commit
4c5e34a
·
verified ·
1 Parent(s): a86c5da

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "BaseballPitch",
22
+ "7": "Basketball",
23
+ "8": "BasketballDunk",
24
+ "9": "BenchPress",
25
+ "10": "Biking",
26
+ "11": "Billiards",
27
+ "12": "BlowDryHair",
28
+ "13": "BlowingCandles",
29
+ "14": "BodyWeightSquats",
30
+ "15": "Bowling",
31
+ "16": "BoxingPunchingBag",
32
+ "17": "BoxingSpeedBag",
33
+ "18": "BreastStroke",
34
+ "19": "BrushingTeeth",
35
+ "20": "CleanAndJerk",
36
+ "21": "CliffDiving",
37
+ "22": "CricketBowling",
38
+ "23": "CricketShot",
39
+ "24": "CuttingInKitchen",
40
+ "25": "Diving",
41
+ "26": "Drumming",
42
+ "27": "Fencing",
43
+ "28": "FieldHockeyPenalty",
44
+ "29": "FloorGymnastics"
45
+ },
46
+ "image_size": 224,
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 3072,
49
+ "label2id": {
50
+ "ApplyEyeMakeup": 0,
51
+ "ApplyLipstick": 1,
52
+ "Archery": 2,
53
+ "BabyCrawling": 3,
54
+ "BalanceBeam": 4,
55
+ "BandMarching": 5,
56
+ "BaseballPitch": 6,
57
+ "Basketball": 7,
58
+ "BasketballDunk": 8,
59
+ "BenchPress": 9,
60
+ "Biking": 10,
61
+ "Billiards": 11,
62
+ "BlowDryHair": 12,
63
+ "BlowingCandles": 13,
64
+ "BodyWeightSquats": 14,
65
+ "Bowling": 15,
66
+ "BoxingPunchingBag": 16,
67
+ "BoxingSpeedBag": 17,
68
+ "BreastStroke": 18,
69
+ "BrushingTeeth": 19,
70
+ "CleanAndJerk": 20,
71
+ "CliffDiving": 21,
72
+ "CricketBowling": 22,
73
+ "CricketShot": 23,
74
+ "CuttingInKitchen": 24,
75
+ "Diving": 25,
76
+ "Drumming": 26,
77
+ "Fencing": 27,
78
+ "FieldHockeyPenalty": 28,
79
+ "FloorGymnastics": 29
80
+ },
81
+ "layer_norm_eps": 1e-12,
82
+ "model_type": "videomae",
83
+ "norm_pix_loss": true,
84
+ "num_attention_heads": 12,
85
+ "num_channels": 3,
86
+ "num_frames": 16,
87
+ "num_hidden_layers": 12,
88
+ "patch_size": 16,
89
+ "problem_type": "single_label_classification",
90
+ "qkv_bias": true,
91
+ "torch_dtype": "float32",
92
+ "transformers_version": "4.47.1",
93
+ "tubelet_size": 2,
94
+ "use_mean_pooling": false
95
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111977198730aef8714d6c0727595dff482c64f27d565c78c90be92900d7340a
3
+ size 345023504
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/Jan08_18-46-08_5a3016f64bbf/events.out.tfevents.1736362020.5a3016f64bbf.332.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936929c5e5143b9ca26dda8d657bf12ca84f77ebbf9b166e403642dc21f4c5fe
3
+ size 9769
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea8cb572a8ee2088510f114483db05c305676d675989eee6700693fc2b69ce26
3
+ size 5368