update model card README.md
Browse files
README.md
CHANGED
|
@@ -13,8 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-german](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-german) on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
-
- Loss:
|
| 17 |
-
- Wer:
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -42,29 +42,29 @@ The following hyperparameters were used during training:
|
|
| 42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: linear
|
| 44 |
- lr_scheduler_warmup_steps: 500
|
| 45 |
-
- num_epochs:
|
| 46 |
- mixed_precision_training: Native AMP
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 52 |
-
|
|
| 53 |
-
| 2.
|
| 54 |
-
| 1.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
|
|
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-german](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-german) on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
+
- Loss: 8.0485
|
| 17 |
+
- Wer: 1.1740
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: linear
|
| 44 |
- lr_scheduler_warmup_steps: 500
|
| 45 |
+
- num_epochs: 320
|
| 46 |
- mixed_precision_training: Native AMP
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 52 |
+
| 6.61 | 20.0 | 100 | 3.0666 | 1.0 |
|
| 53 |
+
| 2.6693 | 40.0 | 200 | 3.0447 | 0.9971 |
|
| 54 |
+
| 1.7005 | 60.0 | 300 | 4.0288 | 1.0118 |
|
| 55 |
+
| 0.7894 | 80.0 | 400 | 5.1604 | 1.0265 |
|
| 56 |
+
| 0.3588 | 100.0 | 500 | 6.2627 | 1.0560 |
|
| 57 |
+
| 0.1847 | 120.0 | 600 | 6.1311 | 1.0708 |
|
| 58 |
+
| 0.1079 | 140.0 | 700 | 6.5706 | 1.0914 |
|
| 59 |
+
| 0.0723 | 160.0 | 800 | 7.3875 | 1.1976 |
|
| 60 |
+
| 0.0506 | 180.0 | 900 | 7.0595 | 1.1740 |
|
| 61 |
+
| 0.0378 | 200.0 | 1000 | 7.5306 | 1.1445 |
|
| 62 |
+
| 0.041 | 220.0 | 1100 | 7.4536 | 1.0767 |
|
| 63 |
+
| 0.0254 | 240.0 | 1200 | 7.7803 | 1.1504 |
|
| 64 |
+
| 0.0211 | 260.0 | 1300 | 7.9156 | 1.1003 |
|
| 65 |
+
| 0.0175 | 280.0 | 1400 | 8.0091 | 1.1681 |
|
| 66 |
+
| 0.0141 | 300.0 | 1500 | 8.0537 | 1.1475 |
|
| 67 |
+
| 0.0132 | 320.0 | 1600 | 8.0485 | 1.1740 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|