personalusage1901 commited on
Commit
bde0039
1 Parent(s): e8f4b9e

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.2271
22
- - Accuracy: 0.25
23
 
24
  ## Model description
25
 
@@ -45,16 +45,16 @@ The following hyperparameters were used during training:
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
- - training_steps: 40
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 2.1398 | 0.25 | 10 | 2.3374 | 0.0357 |
55
- | 1.8581 | 1.25 | 20 | 2.2342 | 0.1429 |
56
- | 1.9823 | 2.25 | 30 | 2.2072 | 0.2857 |
57
- | 1.5555 | 3.25 | 40 | 2.2271 | 0.25 |
58
 
59
 
60
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3808
22
+ - Accuracy: 0.8857
23
 
24
  ## Model description
25
 
 
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
+ - training_steps: 1200
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 1.5468 | 0.25 | 300 | 1.2242 | 0.4714 |
55
+ | 0.9665 | 1.25 | 600 | 0.7851 | 0.7286 |
56
+ | 0.5486 | 2.25 | 900 | 1.0866 | 0.7857 |
57
+ | 1.2046 | 3.25 | 1200 | 0.3808 | 0.8857 |
58
 
59
 
60
  ### Framework versions