vcapurro commited on
Commit
6207f18
1 Parent(s): f308c4a

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "ApplyEyeMakeup": 0,
31
+ "ApplyLipstick": 1,
32
+ "Archery": 2,
33
+ "BabyCrawling": 3,
34
+ "BalanceBeam": 4,
35
+ "BandMarching": 5,
36
+ "BaseballPitch": 6,
37
+ "Basketball": 7,
38
+ "BasketballDunk": 8,
39
+ "BenchPress": 9
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "model_type": "videomae",
43
+ "norm_pix_loss": true,
44
+ "num_attention_heads": 12,
45
+ "num_channels": 3,
46
+ "num_frames": 16,
47
+ "num_hidden_layers": 12,
48
+ "patch_size": 16,
49
+ "problem_type": "single_label_classification",
50
+ "qkv_bias": true,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.26.1",
53
+ "tubelet_size": 2,
54
+ "use_mean_pooling": false
55
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "feature_extractor_type": "VideoMAEFeatureExtractor",
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "VideoMAEImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:408a4bc63f4f821883847cd83fc2f2b772d0890c300c073e0e411d0e0848195f
3
+ size 345003509
runs/Mar07_21-39-15_1128b98203bc/1678225689.897072/events.out.tfevents.1678225689.1128b98203bc.388.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:900776af3ce384f5d891c3b41b28141637839fc244dfaf847b2f8544c685aaff
3
+ size 5731
runs/Mar07_21-39-15_1128b98203bc/1678225742.9252064/events.out.tfevents.1678225742.1128b98203bc.388.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff76c6dc6db1be7e476d68fafef23226dc6c8313ee65e64bc1cf50dd7ba5712
3
+ size 5731
runs/Mar07_21-39-15_1128b98203bc/events.out.tfevents.1678225689.1128b98203bc.388.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88f40f0b4a366c37440f9ca910626bec6ec43ea8803f95d7cb0edee3cba621e
3
+ size 8986
runs/Mar07_21-49-55_1128b98203bc/1678225808.2241447/events.out.tfevents.1678225808.1128b98203bc.388.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cafcd0788826c2379072ae7339fca3e36d0ab3696bd6b2136b069f4b0e12b2b
3
+ size 5731
runs/Mar07_21-49-55_1128b98203bc/events.out.tfevents.1678225808.1128b98203bc.388.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87fd0d6b30970cdd7b53b807bbdd5f4044b38c6298d3a624fdfe4451da23be61
3
+ size 4512
runs/Mar07_21-51-38_1128b98203bc/1678225924.6974235/events.out.tfevents.1678225924.1128b98203bc.388.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128395e8423d262a7b4ed9d28dafc2a64dcde8e19a9d156c03cebb2f27ab85af
3
+ size 5731
runs/Mar07_21-51-38_1128b98203bc/1678226107.079794/events.out.tfevents.1678226107.1128b98203bc.388.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46a0bd59b2f97bf5ab2aa59e99d67b2e27c07212a1ca9b2d5a7f04587b5b029
3
+ size 5731
runs/Mar07_21-51-38_1128b98203bc/events.out.tfevents.1678225924.1128b98203bc.388.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fcf094318111c6c5e2b685fef42afb403d7271cd4dfbdf5b7f368617c1761f
3
+ size 4511
runs/Mar07_21-51-38_1128b98203bc/events.out.tfevents.1678226107.1128b98203bc.388.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46144c24d2eafff604ef00da0d0b0fe396a42267c23d381439367ac7ec0c2c79
3
+ size 4511
runs/Mar07_21-58-15_1128b98203bc/1678226305.2177122/events.out.tfevents.1678226305.1128b98203bc.388.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4df9cd387a12ba1fc4547346e05128fb04dacad0b961a0265e57026db113387
3
+ size 5731
runs/Mar07_21-58-15_1128b98203bc/1678226359.9462075/events.out.tfevents.1678226359.1128b98203bc.388.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb57bab5610e06a2699d0745b99ce2a2a450079ed716b1b9cc56b185bbc2721
3
+ size 5731
runs/Mar07_21-58-15_1128b98203bc/events.out.tfevents.1678226305.1128b98203bc.388.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71532efc0658e1ccefb273fb3ff24173f1a77e8664595102058b6ec2e0867d8b
3
+ size 11622
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fc09f2ecd4901a3f90be9ff73972ae3ed870abdae2e429b11ef752141634263
3
+ size 3515