JIGNESHS110 commited on
Commit
21a9c88
1 Parent(s): 9c99f91

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.3548
21
- - Accuracy: 0.8
22
 
23
  ## Model description
24
 
@@ -50,15 +50,15 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 1.5193 | 0.25 | 150 | 1.4593 | 0.4286 |
54
- | 0.9097 | 1.25 | 300 | 0.8877 | 0.6429 |
55
- | 0.1473 | 2.25 | 450 | 0.4312 | 0.8143 |
56
- | 0.4942 | 3.25 | 600 | 0.3548 | 0.8 |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.33.2
62
- - Pytorch 2.0.1+cpu
63
  - Datasets 2.14.5
64
- - Tokenizers 0.13.3
 
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.1075
21
+ - Accuracy: 0.9571
22
 
23
  ## Model description
24
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.3523 | 0.25 | 150 | 0.9622 | 0.7 |
54
+ | 0.3898 | 1.25 | 300 | 0.5604 | 0.8571 |
55
+ | 0.1675 | 2.25 | 450 | 0.2851 | 0.8429 |
56
+ | 0.0283 | 3.25 | 600 | 0.1075 | 0.9571 |
57
 
58
 
59
  ### Framework versions
60
 
61
+ - Transformers 4.34.0
62
+ - Pytorch 1.10.0+cu113
63
  - Datasets 2.14.5
64
+ - Tokenizers 0.14.0