skywalker290 commited on
Commit
775be56
·
verified ·
1 Parent(s): ad8b13c

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -18,8 +18,8 @@ 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.2849
22
- - Accuracy: 0.9111
23
 
24
  ## Model description
25
 
@@ -39,27 +39,28 @@ More information needed
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: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
- - training_steps: 200
 
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 1.188 | 0.25 | 50 | 0.9450 | 0.6222 |
55
- | 0.6172 | 1.25 | 100 | 0.4384 | 0.8222 |
56
- | 0.325 | 2.25 | 150 | 0.2533 | 0.8889 |
57
- | 0.1939 | 3.25 | 200 | 0.2849 | 0.9111 |
58
 
59
 
60
  ### Framework versions
61
 
62
  - Transformers 4.46.2
63
  - Pytorch 2.5.1+cu124
64
- - Datasets 2.21.0
65
  - Tokenizers 0.20.3
 
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.8458
22
+ - Accuracy: 0.7364
23
 
24
  ## Model description
25
 
 
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 5e-05
42
+ - train_batch_size: 10
43
+ - eval_batch_size: 10
44
  - seed: 42
45
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
+ - training_steps: 480
49
+ - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | 0.5803 | 0.2521 | 121 | 0.8145 | 0.6059 |
56
+ | 0.4256 | 1.2521 | 242 | 0.8485 | 0.6580 |
57
+ | 0.3913 | 2.2521 | 363 | 0.9005 | 0.7110 |
58
+ | 0.3751 | 3.2437 | 480 | 0.8458 | 0.7364 |
59
 
60
 
61
  ### Framework versions
62
 
63
  - Transformers 4.46.2
64
  - Pytorch 2.5.1+cu124
65
+ - Datasets 3.1.0
66
  - Tokenizers 0.20.3