koya1 commited on
Commit
3f47224
1 Parent(s): ba09537

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.7549
20
- - Accuracy: 0.7716
21
 
22
  ## Model description
23
 
@@ -43,21 +43,21 @@ 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: 1340
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.2417 | 0.25 | 335 | 1.5928 | 0.3514 |
53
- | 0.7873 | 1.25 | 670 | 1.0957 | 0.5 |
54
- | 0.7945 | 2.25 | 1005 | 1.0748 | 0.7027 |
55
- | 0.0604 | 3.25 | 1340 | 0.7425 | 0.7297 |
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.27.3
61
  - Pytorch 1.13.1+cu116
62
- - Datasets 2.10.1
63
  - Tokenizers 0.13.2
 
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.6237
20
+ - Accuracy: 0.8114
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: 1460
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 2.0135 | 0.25 | 365 | 2.1088 | 0.1443 |
53
+ | 1.6817 | 1.25 | 730 | 2.0997 | 0.3918 |
54
+ | 0.1918 | 2.25 | 1095 | 1.2655 | 0.6186 |
55
+ | 0.4802 | 3.25 | 1460 | 1.1125 | 0.7423 |
56
 
57
 
58
  ### Framework versions
59
 
60
+ - Transformers 4.27.4
61
  - Pytorch 1.13.1+cu116
62
+ - Datasets 2.11.0
63
  - Tokenizers 0.13.2