skywalker290
commited on
Training in progress, epoch 0
Browse files- config.json +16 -10
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
-
"
|
8 |
-
"drop_path_rate": 0,
|
9 |
-
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.0,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
@@ -21,14 +19,22 @@
|
|
21 |
"Normal": 1
|
22 |
},
|
23 |
"layer_norm_eps": 1e-06,
|
24 |
-
"model_type": "
|
25 |
"num_attention_heads": 12,
|
26 |
"num_channels": 3,
|
27 |
-
"num_frames":
|
28 |
"num_hidden_layers": 12,
|
29 |
-
"patch_size": 16,
|
30 |
-
"problem_type": "single_label_classification",
|
31 |
"qkv_bias": true,
|
32 |
"torch_dtype": "float32",
|
33 |
-
"transformers_version": "4.46.2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/vivit-b-16x2-kinetics400",
|
3 |
"architectures": [
|
4 |
+
"VivitForVideoClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"hidden_act": "gelu_fast",
|
|
|
|
|
8 |
"hidden_dropout_prob": 0.0,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
|
|
19 |
"Normal": 1
|
20 |
},
|
21 |
"layer_norm_eps": 1e-06,
|
22 |
+
"model_type": "vivit",
|
23 |
"num_attention_heads": 12,
|
24 |
"num_channels": 3,
|
25 |
+
"num_frames": 32,
|
26 |
"num_hidden_layers": 12,
|
|
|
|
|
27 |
"qkv_bias": true,
|
28 |
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.46.2",
|
30 |
+
"tubelet_size": [
|
31 |
+
2,
|
32 |
+
16,
|
33 |
+
16
|
34 |
+
],
|
35 |
+
"video_size": [
|
36 |
+
32,
|
37 |
+
224,
|
38 |
+
224
|
39 |
+
]
|
40 |
}
|
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:9e88fb678eba599b8e3b259fe292d101874d8883548e6cb719bd452a2842e93b
|
3 |
+
size 354615376
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0cbba7a357077adc7cee6898192854bb85ec42ee13082c08f384f8aa700a5c9
|
3 |
size 5304
|