fixtern commited on
Commit
bb94246
1 Parent(s): 9c85dfb

End of training

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
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.1957
21
- - Accuracy: 0.9429
22
 
23
  ## Model description
24
 
@@ -44,16 +44,14 @@ The following hyperparameters were used during training:
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
- - training_steps: 600
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 1.2685 | 0.25 | 150 | 1.1467 | 0.5857 |
54
- | 1.2176 | 1.25 | 300 | 1.0170 | 0.6714 |
55
- | 0.2058 | 2.25 | 450 | 0.5327 | 0.8143 |
56
- | 0.2871 | 3.25 | 600 | 0.1957 | 0.9429 |
57
 
58
 
59
  ### Framework versions
 
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.6407
21
+ - Accuracy: 0.7286
22
 
23
  ## Model description
24
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
+ - training_steps: 300
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.1406 | 0.5 | 150 | 1.5088 | 0.4 |
54
+ | 0.5076 | 1.5 | 300 | 0.6407 | 0.7286 |
 
 
55
 
56
 
57
  ### Framework versions