hocheewai commited on
Commit
934f7b1
·
1 Parent(s): 72e0e4c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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.2753
20
- - Accuracy: 0.9097
21
 
22
  ## Model description
23
 
@@ -43,16 +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: 600
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.5351 | 0.25 | 150 | 1.7104 | 0.5286 |
53
- | 0.8621 | 1.25 | 300 | 0.7072 | 0.7429 |
54
- | 0.2002 | 2.25 | 450 | 0.5906 | 0.8286 |
55
- | 0.4786 | 3.25 | 600 | 0.2855 | 0.9 |
56
 
57
 
58
  ### 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.4599
20
+ - Accuracy: 0.8284
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: 604
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.3861 | 0.25 | 151 | 1.5182 | 0.4048 |
53
+ | 0.6672 | 1.25 | 302 | 0.9395 | 0.7024 |
54
+ | 0.1478 | 2.25 | 453 | 0.7313 | 0.7381 |
55
+ | 0.2596 | 3.25 | 604 | 0.5432 | 0.7738 |
56
 
57
 
58
  ### Framework versions