beingbatman commited on
Commit
1de39fc
·
verified ·
1 Parent(s): 3381f7f

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +10 -10
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,23 +1,23 @@
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": "0",
16
  "1": "1"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
- "intermediate_size": 3072,
21
  "label2id": {
22
  "0": 0,
23
  "1": 1
@@ -25,15 +25,15 @@
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
27
  "norm_pix_loss": true,
28
- "num_attention_heads": 12,
29
  "num_channels": 3,
30
  "num_frames": 16,
31
- "num_hidden_layers": 12,
32
  "patch_size": 16,
33
  "problem_type": "single_label_classification",
34
  "qkv_bias": true,
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.46.2",
37
  "tubelet_size": 2,
38
- "use_mean_pooling": false
39
  }
 
1
  {
2
+ "_name_or_path": "MCG-NJU/videomae-large-finetuned-kinetics",
3
  "architectures": [
4
  "VideoMAEForVideoClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 512,
8
+ "decoder_intermediate_size": 2048,
9
+ "decoder_num_attention_heads": 8,
10
+ "decoder_num_hidden_layers": 12,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 1024,
14
  "id2label": {
15
  "0": "0",
16
  "1": "1"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
+ "intermediate_size": 4096,
21
  "label2id": {
22
  "0": 0,
23
  "1": 1
 
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
27
  "norm_pix_loss": true,
28
+ "num_attention_heads": 16,
29
  "num_channels": 3,
30
  "num_frames": 16,
31
+ "num_hidden_layers": 24,
32
  "patch_size": 16,
33
  "problem_type": "single_label_classification",
34
  "qkv_bias": true,
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.46.2",
37
  "tubelet_size": 2,
38
+ "use_mean_pooling": true
39
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac71f253208355ebdf2f2078cd4cc008af09da2b14217970f0c3355ce0890afd
3
- size 344937368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f1dbed82493d91e33a78b0ef0aad3449071caa71ac79f564e6cb7e553a4a9d
3
+ size 1215496208
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9eed42fa7df335fd51cf40373b4d6bceeed3a10af4ee3dcdb543c8487a59235
3
  size 4859
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26aa13c0416a4d1cc12c562bd4ab59637ff15b8749cf551cfd1314400b61c93
3
  size 4859