Model save
Browse files
README.md
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-recognitionx4
|
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-recognitionx4
|
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.1327
|
21 |
+
- Accuracy: 0.9648
|
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: 2e-05
|
41 |
+
- train_batch_size: 4
|
42 |
+
- eval_batch_size: 4
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 8
|
45 |
+
- total_train_batch_size: 32
|
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: 1125
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| No log | 0.02 | 28 | 1.3255 | 0.3782 |
|
56 |
+
| No log | 1.02 | 56 | 0.9903 | 0.5751 |
|
57 |
+
| 1.1078 | 2.02 | 84 | 0.4648 | 0.8238 |
|
58 |
+
| 1.1078 | 3.03 | 113 | 0.4075 | 0.8342 |
|
59 |
+
| 1.1078 | 4.02 | 141 | 0.2301 | 0.9275 |
|
60 |
+
| 0.2591 | 5.02 | 169 | 0.4090 | 0.8549 |
|
61 |
+
| 0.2591 | 6.02 | 197 | 0.1527 | 0.9482 |
|
62 |
+
| 0.2591 | 7.03 | 226 | 0.1413 | 0.9585 |
|
63 |
+
| 0.111 | 8.02 | 254 | 0.1386 | 0.9637 |
|
64 |
+
| 0.111 | 9.02 | 282 | 0.1674 | 0.9430 |
|
65 |
+
| 0.111 | 10.02 | 310 | 0.1010 | 0.9741 |
|
66 |
+
| 0.0509 | 11.03 | 339 | 0.1586 | 0.9637 |
|
67 |
+
| 0.0509 | 12.02 | 367 | 0.2696 | 0.8860 |
|
68 |
+
| 0.0509 | 13.02 | 395 | 0.3005 | 0.9171 |
|
69 |
+
| 0.023 | 14.02 | 423 | 0.1001 | 0.9741 |
|
70 |
+
| 0.023 | 15.03 | 452 | 0.1961 | 0.9482 |
|
71 |
+
| 0.0354 | 16.02 | 480 | 0.2596 | 0.9223 |
|
72 |
+
| 0.0354 | 17.02 | 508 | 0.1006 | 0.9689 |
|
73 |
+
| 0.0354 | 18.02 | 536 | 0.0947 | 0.9793 |
|
74 |
+
| 0.0141 | 19.03 | 565 | 0.0831 | 0.9793 |
|
75 |
+
| 0.0141 | 20.02 | 593 | 0.0685 | 0.9793 |
|
76 |
+
| 0.0141 | 21.02 | 621 | 0.0978 | 0.9689 |
|
77 |
+
| 0.0168 | 22.02 | 649 | 0.0812 | 0.9793 |
|
78 |
+
| 0.0168 | 23.03 | 678 | 0.0782 | 0.9793 |
|
79 |
+
| 0.0168 | 24.02 | 706 | 0.2624 | 0.9275 |
|
80 |
+
| 0.0029 | 25.02 | 734 | 0.1806 | 0.9534 |
|
81 |
+
| 0.0029 | 26.02 | 762 | 0.2123 | 0.9585 |
|
82 |
+
| 0.0029 | 27.03 | 791 | 0.2010 | 0.9482 |
|
83 |
+
| 0.0048 | 28.02 | 819 | 0.1259 | 0.9689 |
|
84 |
+
| 0.0048 | 29.02 | 847 | 0.2145 | 0.9430 |
|
85 |
+
| 0.0048 | 30.02 | 875 | 0.2901 | 0.9223 |
|
86 |
+
| 0.0042 | 31.03 | 904 | 0.0911 | 0.9793 |
|
87 |
+
| 0.0042 | 32.02 | 932 | 0.0892 | 0.9741 |
|
88 |
+
| 0.0024 | 33.02 | 960 | 0.0911 | 0.9845 |
|
89 |
+
| 0.0024 | 34.02 | 988 | 0.0987 | 0.9741 |
|
90 |
+
| 0.0024 | 35.03 | 1017 | 0.1446 | 0.9482 |
|
91 |
+
| 0.0008 | 36.02 | 1045 | 0.1415 | 0.9482 |
|
92 |
+
| 0.0008 | 37.02 | 1073 | 0.1435 | 0.9482 |
|
93 |
+
| 0.0008 | 38.02 | 1101 | 0.1438 | 0.9482 |
|
94 |
+
| 0.0008 | 39.02 | 1125 | 0.1371 | 0.9534 |
|
95 |
+
|
96 |
+
|
97 |
+
### Framework versions
|
98 |
+
|
99 |
+
- Transformers 4.35.2
|
100 |
+
- Pytorch 2.1.0+cu118
|
101 |
+
- Datasets 2.14.7
|
102 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 344943528
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97a436a5c5888def10aa0cea613bcce3e81a1d08f14e74d0e4e2c6b70de87d8f
|
3 |
size 344943528
|
runs/Nov15_22-20-49_f3214920728c/events.out.tfevents.1700098142.f3214920728c.2853.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f77d57b6c8569f550d126c187a334e89cf3e7a47ca414f46cbe3b9d2ac995511
|
3 |
+
size 411
|