leandroZanatta27
commited on
Commit
•
1b3590e
1
Parent(s):
f5fd520
Training in progress, epoch 0
Browse files- config.json +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "MCG-NJU/videomae-small-finetuned-
|
3 |
"architectures": [
|
4 |
"VideoMAEForVideoClassification"
|
5 |
],
|
@@ -29,7 +29,7 @@
|
|
29 |
"norm_pix_loss": true,
|
30 |
"num_attention_heads": 16,
|
31 |
"num_channels": 3,
|
32 |
-
"num_frames":
|
33 |
"num_hidden_layers": 12,
|
34 |
"patch_size": 16,
|
35 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-small-finetuned-kinetics",
|
3 |
"architectures": [
|
4 |
"VideoMAEForVideoClassification"
|
5 |
],
|
|
|
29 |
"norm_pix_loss": true,
|
30 |
"num_attention_heads": 16,
|
31 |
"num_channels": 3,
|
32 |
+
"num_frames": 30,
|
33 |
"num_hidden_layers": 12,
|
34 |
"patch_size": 16,
|
35 |
"problem_type": "single_label_classification",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 87546468
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc5fe4cc2ef13fd2f8fd97a58c22c01ef43eb0c06e9a47e2ffcff00ef74d58f5
|
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:521fa404552ad6cc6aa83dbcd8fce946f5d4db5f770df4c42dcc99d969af5f4f
|
3 |
size 5176
|