leandroZanatta27
commited on
Commit
•
f5fd520
1
Parent(s):
be5e244
Training in progress, epoch 0
Browse files- config.json +9 -9
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "MCG-NJU/videomae-
|
3 |
"architectures": [
|
4 |
"VideoMAEForVideoClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
-
"decoder_hidden_size":
|
8 |
-
"decoder_intermediate_size":
|
9 |
-
"decoder_num_attention_heads":
|
10 |
-
"decoder_num_hidden_layers":
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.0,
|
13 |
-
"hidden_size":
|
14 |
"id2label": {
|
15 |
"0": "furto",
|
16 |
"1": "normal",
|
@@ -18,7 +18,7 @@
|
|
18 |
},
|
19 |
"image_size": 224,
|
20 |
"initializer_range": 0.02,
|
21 |
-
"intermediate_size":
|
22 |
"label2id": {
|
23 |
"furto": 0,
|
24 |
"normal": 1,
|
@@ -27,7 +27,7 @@
|
|
27 |
"layer_norm_eps": 1e-12,
|
28 |
"model_type": "videomae",
|
29 |
"norm_pix_loss": true,
|
30 |
-
"num_attention_heads":
|
31 |
"num_channels": 3,
|
32 |
"num_frames": 15,
|
33 |
"num_hidden_layers": 12,
|
@@ -37,5 +37,5 @@
|
|
37 |
"torch_dtype": "float32",
|
38 |
"transformers_version": "4.44.2",
|
39 |
"tubelet_size": 2,
|
40 |
-
"use_mean_pooling":
|
41 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-small-finetuned-ssv2",
|
3 |
"architectures": [
|
4 |
"VideoMAEForVideoClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 192,
|
8 |
+
"decoder_intermediate_size": 768,
|
9 |
+
"decoder_num_attention_heads": 3,
|
10 |
+
"decoder_num_hidden_layers": 12,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 384,
|
14 |
"id2label": {
|
15 |
"0": "furto",
|
16 |
"1": "normal",
|
|
|
18 |
},
|
19 |
"image_size": 224,
|
20 |
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 1536,
|
22 |
"label2id": {
|
23 |
"furto": 0,
|
24 |
"normal": 1,
|
|
|
27 |
"layer_norm_eps": 1e-12,
|
28 |
"model_type": "videomae",
|
29 |
"norm_pix_loss": true,
|
30 |
+
"num_attention_heads": 16,
|
31 |
"num_channels": 3,
|
32 |
"num_frames": 15,
|
33 |
"num_hidden_layers": 12,
|
|
|
37 |
"torch_dtype": "float32",
|
38 |
"transformers_version": "4.44.2",
|
39 |
"tubelet_size": 2,
|
40 |
+
"use_mean_pooling": true
|
41 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f493472702bab7723e5848b41f55e230749f5efff98a3a115cfa0dfb3026a065
|
3 |
+
size 87546468
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e2be7bc9e667279a4c01c57bce9826bab1c0f5677c39c1fb0dd4ca3b411f0a6
|
3 |
size 5176
|