huahua1 commited on
Commit
39256e5
·
verified ·
1 Parent(s): 1316661

Model save

Browse files
Files changed (1) hide show
  1. README.md +9 -12
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.4523
22
  - Accuracy: 0.8529
23
 
24
  ## Model description
@@ -39,24 +39,21 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 5e-05
42
- - train_batch_size: 2
43
- - eval_batch_size: 2
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
- - training_steps: 1200
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
- |:-------------:|:-------:|:----:|:---------------:|:--------:|
54
- | 1.6881 | 15.0042 | 200 | 1.6327 | 0.1765 |
55
- | 1.6118 | 30.0083 | 400 | 1.6022 | 0.2353 |
56
- | 1.3647 | 46.0017 | 600 | 1.3752 | 0.3824 |
57
- | 0.6254 | 61.0058 | 800 | 1.4182 | 0.3529 |
58
- | 0.4048 | 76.01 | 1000 | 0.6370 | 0.8235 |
59
- | 0.1016 | 92.0033 | 1200 | 0.4523 | 0.8529 |
60
 
61
 
62
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.5559
22
  - Accuracy: 0.8529
23
 
24
  ## Model description
 
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 5e-05
42
+ - train_batch_size: 3
43
+ - eval_batch_size: 3
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
+ - training_steps: 1600
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:--------:|:----:|:---------------:|:--------:|
54
+ | 0.9168 | 55.0031 | 500 | 1.1491 | 0.5294 |
55
+ | 0.3827 | 111.0006 | 1000 | 0.7479 | 0.8235 |
56
+ | 0.0043 | 166.0037 | 1500 | 0.5559 | 0.8529 |
 
 
 
57
 
58
 
59
  ### Framework versions