rang0708 commited on
Commit
35d8a31
·
1 Parent(s): eca7d19

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": 189,
16
+ "1": 194,
17
+ "2": 192,
18
+ "3": 188,
19
+ "4": 187,
20
+ "5": 190,
21
+ "6": 191,
22
+ "7": 193,
23
+ "8": 198
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "187": 4,
30
+ "188": 3,
31
+ "189": 0,
32
+ "190": 5,
33
+ "191": 6,
34
+ "192": 2,
35
+ "193": 7,
36
+ "194": 1,
37
+ "198": 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.36.0",
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:e028954cddf1bb2c54508337b6496124fd282ad555eac0234336b1ed17fbfd8c
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/Dec12_08-05-20_main1/events.out.tfevents.1702368334.main1.520.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e982e8e7d657b175ed58edb19d511ae165f4ba4813d371753148e98531c8693c
3
+ size 5552
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8a986159e4fa7532b01247aaee3cc68bd2f60701590e43f13a3cf0f9a5f7311
3
+ size 4271