duyngocadn commited on
Commit
d009390
1 Parent(s): 4143053

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
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: 1.8751
20
- - Accuracy: 0.4127
21
 
22
  ## Model description
23
 
@@ -43,13 +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: 75
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.916 | 1.0 | 75 | 1.8321 | 0.4038 |
 
 
 
53
 
54
 
55
  ### 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.3194
20
+ - Accuracy: 0.8571
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: 300
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.8741 | 0.25 | 75 | 1.5246 | 0.5769 |
53
+ | 0.958 | 1.25 | 150 | 0.4663 | 0.8654 |
54
+ | 0.2844 | 2.25 | 225 | 0.1899 | 0.9615 |
55
+ | 0.1966 | 3.25 | 300 | 0.1445 | 0.9615 |
56
 
57
 
58
  ### Framework versions