mhori commited on
Commit
d894c28
1 Parent(s): 4b2d98c

Model save

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6831
21
- - Accuracy: 0.7714
22
 
23
  ## Model description
24
 
@@ -38,22 +38,22 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
- - train_batch_size: 1
42
- - eval_batch_size: 1
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
- - training_steps: 1200
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 1.6613 | 0.25 | 300 | 1.1489 | 0.6 |
54
- | 1.0534 | 1.25 | 600 | 0.8595 | 0.6429 |
55
- | 0.5787 | 2.25 | 900 | 1.2630 | 0.7429 |
56
- | 0.326 | 3.25 | 1200 | 0.6831 | 0.7714 |
57
 
58
 
59
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1994
21
+ - Accuracy: 0.9290
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 2
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
+ - training_steps: 600
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.199 | 0.25 | 150 | 1.1445 | 0.6 |
54
+ | 0.9296 | 1.25 | 300 | 0.4473 | 0.8143 |
55
+ | 0.0549 | 2.25 | 450 | 0.3688 | 0.8429 |
56
+ | 0.4483 | 3.25 | 600 | 0.2308 | 0.9286 |
57
 
58
 
59
  ### Framework versions