ak3ra commited on
Commit
87295fb
·
1 Parent(s): 28d18d6

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MCG-NJU/videomae-base-finetuned-kinetics",
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": "back_pain",
16
+ "1": "chest_pain",
17
+ "2": "falling_down",
18
+ "3": "hand_waving",
19
+ "4": "headache",
20
+ "5": "nausea_vomiting",
21
+ "6": "neck_pain",
22
+ "7": "sit_down",
23
+ "8": "sneeze_cough",
24
+ "9": "staggering",
25
+ "10": "stand_up"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "back_pain": 0,
32
+ "chest_pain": 1,
33
+ "falling_down": 2,
34
+ "hand_waving": 3,
35
+ "headache": 4,
36
+ "nausea_vomiting": 5,
37
+ "neck_pain": 6,
38
+ "sit_down": 7,
39
+ "sneeze_cough": 8,
40
+ "staggering": 9,
41
+ "stand_up": 10
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "model_type": "videomae",
45
+ "norm_pix_loss": false,
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_frames": 16,
49
+ "num_hidden_layers": 12,
50
+ "patch_size": 16,
51
+ "problem_type": "single_label_classification",
52
+ "qkv_bias": true,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.28.0.dev0",
55
+ "tubelet_size": 2,
56
+ "use_mean_pooling": true
57
+ }
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:e4d0abe77ad762d375379f4b26e25feb1f94d039f101d704e5f08d2f994ad1aa
3
+ size 345006581
runs/Jun08_21-00-26_cn-g023/1686272432.8124664/events.out.tfevents.1686272432.cn-g023 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da1358b286581d05569165cd65d61ed8521f8baacb4eb14c0cf3078a9856f2b6
3
+ size 5633
runs/Jun08_21-00-26_cn-g023/events.out.tfevents.1686272432.cn-g023 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53cc075c413f51adad271090fd4be4f7d9e093606c6513377163e85631747341
3
+ size 18028
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2270599d6b2580cc8ed1cc1f9147eaca0d3c7daba948327243f35ed894e3cb06
3
+ size 3643