ahmedr996 commited on
Commit
0a6b849
·
verified ·
1 Parent(s): e36694c

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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.3586
22
- - Accuracy: 0.8333
23
 
24
  ## Model description
25
 
@@ -51,14 +51,14 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:------:|:----:|:---------------:|:--------:|
54
- | 1.0527 | 1.0 | 13 | 1.0252 | 0.5833 |
55
- | 0.6937 | 2.0 | 26 | 0.5850 | 0.8333 |
56
- | 0.4002 | 3.0 | 39 | 0.5491 | 0.6667 |
57
- | 0.216 | 4.0 | 52 | 0.4196 | 0.8333 |
58
- | 0.0978 | 5.0 | 65 | 0.3843 | 0.9167 |
59
- | 0.0927 | 6.0 | 78 | 0.2893 | 0.9167 |
60
- | 0.0588 | 7.0 | 91 | 0.3516 | 0.8333 |
61
- | 0.0588 | 7.3846 | 96 | 0.3586 | 0.8333 |
62
 
63
 
64
  ### 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.5665
22
+ - Accuracy: 0.75
23
 
24
  ## Model description
25
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:------:|:----:|:---------------:|:--------:|
54
+ | 1.018 | 1.0 | 13 | 0.9591 | 0.5 |
55
+ | 0.8837 | 2.0 | 26 | 1.0248 | 0.5833 |
56
+ | 0.7304 | 3.0 | 39 | 0.9565 | 0.5 |
57
+ | 0.6652 | 4.0 | 52 | 0.7661 | 0.5833 |
58
+ | 0.4719 | 5.0 | 65 | 0.9185 | 0.6667 |
59
+ | 0.5202 | 6.0 | 78 | 0.7269 | 0.6667 |
60
+ | 0.3601 | 7.0 | 91 | 0.5654 | 0.75 |
61
+ | 0.3601 | 7.3846 | 96 | 0.5665 | 0.75 |
62
 
63
 
64
  ### Framework versions