update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,22 +43,23 @@ The following hyperparameters were used during training:
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_ratio: 0.1
|
46 |
-
- training_steps:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
|
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.8124
|
20 |
+
- Accuracy: 0.8324
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_ratio: 0.1
|
46 |
+
- training_steps: 3990
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 2.1012 | 0.1 | 398 | 1.9809 | 0.38 |
|
53 |
+
| 1.0416 | 1.1 | 796 | 1.6140 | 0.56 |
|
54 |
+
| 0.2096 | 2.1 | 1194 | 1.5776 | 0.66 |
|
55 |
+
| 0.7101 | 3.1 | 1592 | 1.2004 | 0.74 |
|
56 |
+
| 1.2344 | 4.1 | 1990 | 1.9621 | 0.58 |
|
57 |
+
| 0.1809 | 5.1 | 2388 | 1.6322 | 0.71 |
|
58 |
+
| 0.0011 | 6.1 | 2786 | 1.8266 | 0.71 |
|
59 |
+
| 0.0951 | 7.1 | 3184 | 1.5910 | 0.78 |
|
60 |
+
| 0.4047 | 8.1 | 3582 | 1.9999 | 0.7 |
|
61 |
+
| 0.0011 | 9.1 | 3980 | 1.5903 | 0.78 |
|
62 |
+
| 0.001 | 10.0 | 3990 | 1.5903 | 0.78 |
|
63 |
|
64 |
|
65 |
### Framework versions
|