Commit
·
c2fbd3b
1
Parent(s):
448b7b9
update model card README.md
Browse files
README.md
CHANGED
@@ -20,9 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the COMMON_VOICE - TR dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Wer: 0.
|
25 |
-
- Cer: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -52,18 +52,21 @@ The following hyperparameters were used during training:
|
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
- lr_scheduler_warmup_steps: 500
|
55 |
-
- num_epochs:
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the COMMON_VOICE - TR dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3823
|
24 |
+
- Wer: 0.3209
|
25 |
+
- Cer: 0.0771
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
- lr_scheduler_warmup_steps: 500
|
55 |
+
- num_epochs: 75.0
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
61 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
62 |
+
| 0.7638 | 9.09 | 500 | 0.4763 | 0.5313 | 0.1333 |
|
63 |
+
| 0.5739 | 18.18 | 1000 | 0.4007 | 0.4357 | 0.1099 |
|
64 |
+
| 0.4343 | 27.27 | 1500 | 0.3819 | 0.4060 | 0.1012 |
|
65 |
+
| 0.4401 | 36.36 | 2000 | 0.3991 | 0.3954 | 0.1001 |
|
66 |
+
| 0.2647 | 45.45 | 2500 | 0.3901 | 0.3689 | 0.0914 |
|
67 |
+
| 0.2656 | 54.55 | 3000 | 0.3866 | 0.3463 | 0.0852 |
|
68 |
+
| 0.2586 | 63.64 | 3500 | 0.3779 | 0.3297 | 0.0804 |
|
69 |
+
| 0.2041 | 72.73 | 4000 | 0.3854 | 0.3234 | 0.0776 |
|
70 |
|
71 |
|
72 |
### Framework versions
|