sayakpaul HF staff commited on
Commit
5820f5f
1 Parent(s): d06beab

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5838
20
- - Accuracy: 0.8194
21
 
22
  ## Model description
23
 
@@ -43,15 +43,16 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_ratio: 0.1
46
- - training_steps: 111
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 2.1044 | 0.34 | 38 | 1.7608 | 0.4915 |
53
- | 0.875 | 1.34 | 76 | 0.7820 | 0.7350 |
54
- | 0.5103 | 2.32 | 111 | 0.6441 | 0.8248 |
 
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.4559
20
+ - Accuracy: 0.8698
21
 
22
  ## Model description
23
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_ratio: 0.1
46
+ - training_steps: 148
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 2.1321 | 0.26 | 38 | 1.7063 | 0.5 |
53
+ | 0.7513 | 1.26 | 76 | 0.8875 | 0.6757 |
54
+ | 0.3882 | 2.26 | 114 | 0.4695 | 0.8243 |
55
+ | 0.2671 | 3.23 | 148 | 0.3920 | 0.8243 |
56
 
57
 
58
  ### Framework versions