0xmagical commited on
Commit
5d9f97e
1 Parent(s): eb989ed

Model save

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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 [microsoft/wavlm-base-plus](https://huggingface.co/microsoft/wavlm-base-plus) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.6877
20
- - Accuracy: 0.7038
21
 
22
  ## Model description
23
 
@@ -37,11 +37,11 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 3e-05
40
- - train_batch_size: 32
41
- - eval_batch_size: 32
42
  - seed: 42
43
  - gradient_accumulation_steps: 4
44
- - total_train_batch_size: 128
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
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 0.9932 | 1.0 | 30 | 0.9458 | 0.6630 |
55
- | 0.796 | 2.0 | 60 | 0.7427 | 0.7021 |
56
- | 0.7386 | 3.0 | 90 | 0.6877 | 0.7038 |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.36.0
62
- - Pytorch 2.0.0
63
  - Datasets 2.16.1
64
- - Tokenizers 0.15.0
 
16
 
17
  This model is a fine-tuned version of [microsoft/wavlm-base-plus](https://huggingface.co/microsoft/wavlm-base-plus) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5855
20
+ - Accuracy: 0.8691
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 3e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
  - seed: 42
43
  - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 64
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
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
+ | 0.3109 | 1.0 | 7220 | 0.5189 | 0.8643 |
55
+ | 0.2798 | 2.0 | 14440 | 0.5241 | 0.8661 |
56
+ | 0.2721 | 3.0 | 21660 | 0.5855 | 0.8691 |
57
 
58
 
59
  ### Framework versions
60
 
61
+ - Transformers 4.37.1
62
+ - Pytorch 2.1.2+cu121
63
  - Datasets 2.16.1
64
+ - Tokenizers 0.15.1