Ham1mad1 commited on
Commit
b70b5df
1 Parent(s): 7986ff9

End of training

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -17,7 +17,7 @@ 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: 1.9542
21
  - Accuracy: 0.2857
22
 
23
  ## Model description
@@ -44,14 +44,13 @@ 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: 42
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 2.407 | 0.5 | 21 | 1.9999 | 0.2143 |
54
- | 2.016 | 1.5 | 42 | 1.9542 | 0.2857 |
55
 
56
 
57
  ### 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: 1.8280
21
  - Accuracy: 0.2857
22
 
23
  ## Model description
 
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: 19
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.9151 | 1.0 | 19 | 1.8280 | 0.2857 |
 
54
 
55
 
56
  ### Framework versions