NiiCole commited on
Commit
887c301
·
1 Parent(s): d67a9c3

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NiiCole/timesformer-base-finetuned-k400-finetuned-ucf101-subset",
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": "YoYo",
14
+ "1": "BrushingTeeth",
15
+ "2": "Typing",
16
+ "3": "PlayingTabla",
17
+ "4": "BlowDryHair",
18
+ "5": "ApplyLipstick",
19
+ "6": "MoppingFloor",
20
+ "7": "Haircut",
21
+ "8": "ParallelBars",
22
+ "9": "HammerThrow",
23
+ "10": "WallPushups",
24
+ "11": "Surfing",
25
+ "12": "SoccerPenalty",
26
+ "13": "PlayingPiano",
27
+ "14": "Diving",
28
+ "15": "Mixing",
29
+ "16": "PlayingCello",
30
+ "17": "HandstandWalking",
31
+ "18": "PlayingViolin",
32
+ "19": "TableTennisShot",
33
+ "20": "JumpingJack",
34
+ "21": "Hammering",
35
+ "22": "BoxingPunchingBag",
36
+ "23": "Biking",
37
+ "24": "PlayingDaf",
38
+ "25": "Archery",
39
+ "26": "BabyCrawling",
40
+ "27": "BodyWeightSquats",
41
+ "28": "Bowling",
42
+ "29": "BreastStroke",
43
+ "30": "FieldHockeyPenalty",
44
+ "31": "GolfSwing",
45
+ "32": "HighJump",
46
+ "33": "HorseRace",
47
+ "34": "HulaHoop",
48
+ "35": "IceDancing",
49
+ "36": "PlayingDhol",
50
+ "37": "PlayingGuitar",
51
+ "38": "PullUps",
52
+ "39": "PushUps",
53
+ "40": "Shotput",
54
+ "41": "Skiing",
55
+ "42": "SkyDiving",
56
+ "43": "SoccerJuggling",
57
+ "44": "SumoWrestling",
58
+ "45": "Swing",
59
+ "46": "TennisSwing",
60
+ "47": "UnevenBars",
61
+ "48": "VolleyballSpiking",
62
+ "49": "WritingOnBoard"
63
+ },
64
+ "image_size": 224,
65
+ "initializer_range": 0.02,
66
+ "intermediate_size": 3072,
67
+ "label2id": {
68
+ "ApplyLipstick": 5,
69
+ "Archery": 25,
70
+ "BabyCrawling": 26,
71
+ "Biking": 23,
72
+ "BlowDryHair": 4,
73
+ "BodyWeightSquats": 27,
74
+ "Bowling": 28,
75
+ "BoxingPunchingBag": 22,
76
+ "BreastStroke": 29,
77
+ "BrushingTeeth": 1,
78
+ "Diving": 14,
79
+ "FieldHockeyPenalty": 30,
80
+ "GolfSwing": 31,
81
+ "Haircut": 7,
82
+ "HammerThrow": 9,
83
+ "Hammering": 21,
84
+ "HandstandWalking": 17,
85
+ "HighJump": 32,
86
+ "HorseRace": 33,
87
+ "HulaHoop": 34,
88
+ "IceDancing": 35,
89
+ "JumpingJack": 20,
90
+ "Mixing": 15,
91
+ "MoppingFloor": 6,
92
+ "ParallelBars": 8,
93
+ "PlayingCello": 16,
94
+ "PlayingDaf": 24,
95
+ "PlayingDhol": 36,
96
+ "PlayingGuitar": 37,
97
+ "PlayingPiano": 13,
98
+ "PlayingTabla": 3,
99
+ "PlayingViolin": 18,
100
+ "PullUps": 38,
101
+ "PushUps": 39,
102
+ "Shotput": 40,
103
+ "Skiing": 41,
104
+ "SkyDiving": 42,
105
+ "SoccerJuggling": 43,
106
+ "SoccerPenalty": 12,
107
+ "SumoWrestling": 44,
108
+ "Surfing": 11,
109
+ "Swing": 45,
110
+ "TableTennisShot": 19,
111
+ "TennisSwing": 46,
112
+ "Typing": 2,
113
+ "UnevenBars": 47,
114
+ "VolleyballSpiking": 48,
115
+ "WallPushups": 10,
116
+ "WritingOnBoard": 49,
117
+ "YoYo": 0
118
+ },
119
+ "layer_norm_eps": 1e-06,
120
+ "model_type": "timesformer",
121
+ "num_attention_heads": 12,
122
+ "num_channels": 3,
123
+ "num_frames": 8,
124
+ "num_hidden_layers": 12,
125
+ "patch_size": 16,
126
+ "problem_type": "single_label_classification",
127
+ "qkv_bias": true,
128
+ "torch_dtype": "float32",
129
+ "transformers_version": "4.31.0"
130
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:462c4c19ac16b5b6d190c20d91a365100e92e823ab5ac656470e9a54cf532743
3
+ size 490166777
runs/Oct11_09-40-27_continualai-vps/events.out.tfevents.1697017240.continualai-vps.1836164.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:622570b96011b884dc400d356c482f22d3c07e0aba7159247f55aa686801d094
3
+ size 24684
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a85049577e33cf09c80e4523926f9773f56ea54c98b185081618668528d201
3
+ size 4091