Model save
Browse files- README.md +94 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
base_model: MCG-NJU/videomae-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: videomae-base-finetuned-soccer-action-recognition
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# videomae-base-finetuned-soccer-action-recognition
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2554
|
21 |
+
- Accuracy: 0.9470
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 1
|
42 |
+
- eval_batch_size: 1
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 8
|
45 |
+
- total_train_batch_size: 8
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- training_steps: 2728
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.7115 | 0.03 | 85 | 1.4196 | 0.4 |
|
56 |
+
| 1.0097 | 1.03 | 170 | 0.7807 | 0.6759 |
|
57 |
+
| 0.6192 | 2.03 | 255 | 0.7952 | 0.7034 |
|
58 |
+
| 0.4713 | 3.03 | 341 | 0.6536 | 0.7931 |
|
59 |
+
| 0.3973 | 4.03 | 426 | 0.3638 | 0.8690 |
|
60 |
+
| 0.3633 | 5.03 | 511 | 0.3616 | 0.8966 |
|
61 |
+
| 0.2336 | 6.03 | 596 | 0.4579 | 0.8966 |
|
62 |
+
| 0.1997 | 7.03 | 682 | 1.5970 | 0.6069 |
|
63 |
+
| 0.2738 | 8.03 | 767 | 0.4102 | 0.8690 |
|
64 |
+
| 0.2492 | 9.03 | 852 | 0.7651 | 0.8345 |
|
65 |
+
| 0.1568 | 10.03 | 937 | 0.8561 | 0.8138 |
|
66 |
+
| 0.1856 | 11.03 | 1023 | 0.2811 | 0.9241 |
|
67 |
+
| 0.1296 | 12.03 | 1108 | 0.3444 | 0.9172 |
|
68 |
+
| 0.0782 | 13.03 | 1193 | 0.3423 | 0.9241 |
|
69 |
+
| 0.14 | 14.03 | 1278 | 0.3122 | 0.9241 |
|
70 |
+
| 0.0689 | 15.03 | 1364 | 0.3534 | 0.9172 |
|
71 |
+
| 0.036 | 16.03 | 1449 | 0.4815 | 0.9103 |
|
72 |
+
| 0.0695 | 17.03 | 1534 | 0.5698 | 0.8828 |
|
73 |
+
| 0.0618 | 18.03 | 1619 | 0.3053 | 0.9310 |
|
74 |
+
| 0.0553 | 19.03 | 1705 | 0.3443 | 0.9241 |
|
75 |
+
| 0.0301 | 20.03 | 1790 | 0.1427 | 0.9586 |
|
76 |
+
| 0.0412 | 21.03 | 1875 | 0.5619 | 0.8690 |
|
77 |
+
| 0.0492 | 22.03 | 1960 | 0.5701 | 0.8897 |
|
78 |
+
| 0.0171 | 23.03 | 2046 | 0.6377 | 0.8690 |
|
79 |
+
| 0.0181 | 24.03 | 2131 | 0.5981 | 0.8828 |
|
80 |
+
| 0.0305 | 25.03 | 2216 | 0.3178 | 0.9448 |
|
81 |
+
| 0.0393 | 26.03 | 2301 | 0.5434 | 0.9103 |
|
82 |
+
| 0.0248 | 27.03 | 2387 | 0.4097 | 0.9241 |
|
83 |
+
| 0.0146 | 28.03 | 2472 | 0.4427 | 0.9103 |
|
84 |
+
| 0.012 | 29.03 | 2557 | 0.5619 | 0.9034 |
|
85 |
+
| 0.0065 | 30.03 | 2642 | 0.5384 | 0.9103 |
|
86 |
+
| 0.009 | 31.03 | 2728 | 0.5014 | 0.9172 |
|
87 |
+
|
88 |
+
|
89 |
+
### Framework versions
|
90 |
+
|
91 |
+
- Transformers 4.34.1
|
92 |
+
- Pytorch 2.1.0+cu118
|
93 |
+
- Datasets 2.14.6
|
94 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 344991666
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca88969e5600accea05f6c17088bb7760d269d5c951d1f84717561e750218b32
|
3 |
size 344991666
|