ambarishnarayan commited on
Commit
645056d
1 Parent(s): 3fb1c2d

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "BenchPress",
16
+ "1": "BreastStroke",
17
+ "2": "CleanAndJerk",
18
+ "3": "Diving",
19
+ "4": "FrontCrawl",
20
+ "5": "JumpingJack",
21
+ "6": "Lunges",
22
+ "7": "PullUps",
23
+ "8": "PushUps"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "BenchPress": 0,
30
+ "BreastStroke": 1,
31
+ "CleanAndJerk": 2,
32
+ "Diving": 3,
33
+ "FrontCrawl": 4,
34
+ "JumpingJack": 5,
35
+ "Lunges": 6,
36
+ "PullUps": 7,
37
+ "PushUps": 8
38
+ },
39
+ "layer_norm_eps": 1e-12,
40
+ "model_type": "videomae",
41
+ "norm_pix_loss": true,
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_frames": 16,
45
+ "num_hidden_layers": 12,
46
+ "patch_size": 16,
47
+ "problem_type": "single_label_classification",
48
+ "qkv_bias": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.35.2",
51
+ "tubelet_size": 2,
52
+ "use_mean_pooling": false
53
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8032bb4216dbd0cd77c3e44b51ca74ddb08e4579c5573558ee38e616bdcf0c33
3
+ size 344958908
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
+ }
runs/Dec04_02-32-32_bb178348f7e5/events.out.tfevents.1701657171.bb178348f7e5.2523.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead5c9e2b6dd41a15dde4fe5a76854301f87164505a4a5ab81dace1618f02475
3
+ size 9344
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56890f6ae96a2c4cb1b151efb3ae1dd3c2b7e34a43d8444ff527a4c4ef3e3581
3
+ size 4600