Thienpkae commited on
Commit
86d7b9e
1 Parent(s): 1379e8b

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 0.239169022417987
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the vivos dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.3501
36
- - Wer: 0.2392
37
 
38
  ## Model description
39
 
@@ -52,15 +52,15 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 8e-05
56
  - train_batch_size: 32
57
  - eval_batch_size: 8
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
  - total_train_batch_size: 128
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
- - lr_scheduler_type: cosine
63
- - lr_scheduler_warmup_steps: 500
64
  - num_epochs: 20
65
  - mixed_precision_training: Native AMP
66
 
@@ -68,16 +68,16 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:------:|
71
- | 8.7262 | 2.0 | 146 | 5.1186 | 1.0 |
72
- | 3.6815 | 4.0 | 292 | 3.6847 | 1.0 |
73
- | 3.4316 | 6.0 | 438 | 3.5415 | 1.0 |
74
- | 2.8102 | 8.0 | 584 | 1.5866 | 0.9160 |
75
- | 0.8818 | 10.0 | 730 | 0.5903 | 0.4066 |
76
- | 0.4305 | 12.0 | 876 | 0.4283 | 0.3104 |
77
- | 0.3067 | 14.0 | 1022 | 0.3793 | 0.2762 |
78
- | 0.2819 | 16.0 | 1168 | 0.3620 | 0.2496 |
79
- | 0.2235 | 18.0 | 1314 | 0.3507 | 0.2405 |
80
- | 0.211 | 20.0 | 1460 | 0.3501 | 0.2392 |
81
 
82
 
83
  ### Framework versions
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.20053544110147883
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the vivos dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.3151
36
+ - Wer: 0.2005
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 0.0001
56
  - train_batch_size: 32
57
  - eval_batch_size: 8
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
  - total_train_batch_size: 128
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 300
64
  - num_epochs: 20
65
  - mixed_precision_training: Native AMP
66
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:------:|
71
+ | 7.4472 | 2.0 | 146 | 4.1025 | 1.0 |
72
+ | 3.4729 | 4.0 | 292 | 3.6046 | 1.0 |
73
+ | 2.8216 | 6.0 | 438 | 1.4275 | 0.8461 |
74
+ | 0.8343 | 8.0 | 584 | 0.5637 | 0.3727 |
75
+ | 0.4258 | 10.0 | 730 | 0.4272 | 0.2877 |
76
+ | 0.3012 | 12.0 | 876 | 0.3548 | 0.2370 |
77
+ | 0.2445 | 14.0 | 1022 | 0.3371 | 0.2230 |
78
+ | 0.2328 | 16.0 | 1168 | 0.3269 | 0.2119 |
79
+ | 0.1831 | 18.0 | 1314 | 0.3204 | 0.2058 |
80
+ | 0.1664 | 20.0 | 1460 | 0.3151 | 0.2005 |
81
 
82
 
83
  ### Framework versions