aneall commited on
Commit
8f56532
·
verified ·
1 Parent(s): 871dadb

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -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: 0.3360
22
- - Accuracy: 0.8143
23
 
24
  ## Model description
25
 
@@ -51,14 +51,15 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 1.6246 | 0.25 | 75 | 1.5693 | 0.4286 |
55
- | 0.7032 | 1.25 | 150 | 0.7640 | 0.7 |
56
- | 0.321 | 2.25 | 225 | 0.3456 | 0.8 |
57
- | 0.1922 | 3.25 | 300 | 0.3360 | 0.8143 |
58
 
59
 
60
  ### Framework versions
61
 
62
- - Transformers 4.47.0.dev0
63
  - Pytorch 2.1.1+cu121
 
64
  - Tokenizers 0.20.3
 
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.2697
22
+ - Accuracy: 0.9429
23
 
24
  ## Model description
25
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 1.8661 | 0.25 | 75 | 1.7027 | 0.3429 |
55
+ | 0.7817 | 1.25 | 150 | 0.7355 | 0.7571 |
56
+ | 0.4118 | 2.25 | 225 | 0.4649 | 0.8571 |
57
+ | 0.2132 | 3.25 | 300 | 0.2697 | 0.9429 |
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.46.3
63
  - Pytorch 2.1.1+cu121
64
+ - Datasets 3.1.0
65
  - Tokenizers 0.20.3