meermoazzam41 commited on
Commit
e1312dc
·
1 Parent(s): cf0ca81

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Drinking",
16
+ "1": "drinking",
17
+ "2": "holding_someone_on_back",
18
+ "3": "smooking",
19
+ "4": "standing_on_chair_or_table_or_stepladder"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Drinking": 0,
26
+ "drinking": 1,
27
+ "holding_someone_on_back": 2,
28
+ "smooking": 3,
29
+ "standing_on_chair_or_table_or_stepladder": 4
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "model_type": "videomae",
33
+ "norm_pix_loss": true,
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_frames": 16,
37
+ "num_hidden_layers": 12,
38
+ "patch_size": 16,
39
+ "problem_type": "single_label_classification",
40
+ "qkv_bias": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.28.0",
43
+ "tubelet_size": 2,
44
+ "use_mean_pooling": false
45
+ }
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:8a38815befba936f1a03e255ac74ee841120689ea25d6add1dee0c96af92f6d9
3
+ size 344988149
runs/May23_16-00-26_84f78b10cc50/1684857654.362938/events.out.tfevents.1684857654.84f78b10cc50.426.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dfff01a006698e139da6c1aa40c859a0a29462de93927725a353c4970433fa1
3
+ size 5985
runs/May23_16-00-26_84f78b10cc50/events.out.tfevents.1684857654.84f78b10cc50.426.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78c3acca7e7bba3b1af93ae8f251a1f3639f815f012636a55ebb99f1441dbc29
3
+ size 5177
runs/May23_16-25-03_84f78b10cc50/1684859123.2689233/events.out.tfevents.1684859123.84f78b10cc50.7737.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1265cbdf26eeee6f8c9010163ef18c2cc977f33226e61231b50a38f2c34f560
3
+ size 5985
runs/May23_16-25-03_84f78b10cc50/events.out.tfevents.1684859123.84f78b10cc50.7737.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18acc50243e465801e9d7abd900435b62e1a3e7108465111640d317292023add
3
+ size 5023
runs/May23_16-37-42_84f78b10cc50/1684859880.2212365/events.out.tfevents.1684859880.84f78b10cc50.10857.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a19f5b90a01ec6ca4a8eef0683a0ed7f42e998d74d6bc747a17de3cbf84575
3
+ size 5985
runs/May23_16-37-42_84f78b10cc50/events.out.tfevents.1684859880.84f78b10cc50.10857.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9235fa0b3c799eecdbb8d164fb73a41276c5b86eddf298ae998ab583600c37d
3
+ size 5185
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a82ffb490977ed2fc08f5fb849123089c7b03049877a668cc7e6a6c3199e6cd
3
+ size 3707