End of training
Browse files
README.md
CHANGED
|
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss:
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -38,7 +38,7 @@ More information needed
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
-
- learning_rate:
|
| 42 |
- train_batch_size: 16
|
| 43 |
- eval_batch_size: 8
|
| 44 |
- seed: 42
|
|
@@ -47,24 +47,31 @@ The following hyperparameters were used during training:
|
|
| 47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
- lr_scheduler_warmup_steps: 100
|
| 50 |
-
- num_epochs:
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
-
| Training Loss | Epoch
|
| 56 |
-
|:-------------:|:-------:|:----:|:---------------:|:------:|:---
|
| 57 |
-
| -
|
| 58 |
-
| -
|
| 59 |
-
| -
|
| 60 |
-
| -
|
| 61 |
-
| -
|
| 62 |
-
| -
|
| 63 |
-
| -
|
| 64 |
-
| -
|
| 65 |
-
| -
|
| 66 |
-
| -
|
| 67 |
-
| -
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: -1.7265
|
| 21 |
+
- Cer: 2.8268
|
| 22 |
+
- Wer: 1.0
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 5e-05
|
| 42 |
- train_batch_size: 16
|
| 43 |
- eval_batch_size: 8
|
| 44 |
- seed: 42
|
|
|
|
| 47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
- lr_scheduler_warmup_steps: 100
|
| 50 |
+
- num_epochs: 300
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer | Wer |
|
| 56 |
+
|:-------------:|:--------:|:----:|:---------------:|:------:|:---:|
|
| 57 |
+
| -2.2058 | 16.6667 | 100 | -1.7563 | 2.7979 | 1.0 |
|
| 58 |
+
| -2.2553 | 33.3333 | 200 | -1.7904 | 2.8052 | 1.0 |
|
| 59 |
+
| -2.3332 | 50.0 | 300 | -1.8135 | 2.8289 | 1.0 |
|
| 60 |
+
| -2.3625 | 66.6667 | 400 | -1.7726 | 2.7791 | 1.0 |
|
| 61 |
+
| -2.3912 | 83.3333 | 500 | -1.7941 | 2.7467 | 1.0 |
|
| 62 |
+
| -2.4162 | 100.0 | 600 | -1.7979 | 2.7745 | 1.0 |
|
| 63 |
+
| -2.4141 | 116.6667 | 700 | -1.7517 | 2.7428 | 1.0 |
|
| 64 |
+
| -2.4383 | 133.3333 | 800 | -1.8364 | 2.9398 | 1.0 |
|
| 65 |
+
| -2.4441 | 150.0 | 900 | -1.7691 | 2.8856 | 1.0 |
|
| 66 |
+
| -2.4518 | 166.6667 | 1000 | -1.7509 | 2.7699 | 1.0 |
|
| 67 |
+
| -2.4653 | 183.3333 | 1100 | -1.7286 | 2.8175 | 1.0 |
|
| 68 |
+
| -2.4651 | 200.0 | 1200 | -1.7521 | 2.7321 | 1.0 |
|
| 69 |
+
| -2.4619 | 216.6667 | 1300 | -1.6761 | 2.7655 | 1.0 |
|
| 70 |
+
| -2.4649 | 233.3333 | 1400 | -1.6887 | 2.7880 | 1.0 |
|
| 71 |
+
| -2.4863 | 250.0 | 1500 | -1.7591 | 2.7745 | 1.0 |
|
| 72 |
+
| -2.472 | 266.6667 | 1600 | -1.7198 | 2.7464 | 1.0 |
|
| 73 |
+
| -2.477 | 283.3333 | 1700 | -1.7385 | 2.8616 | 1.0 |
|
| 74 |
+
| -2.4708 | 300.0 | 1800 | -1.7265 | 2.8268 | 1.0 |
|
| 75 |
|
| 76 |
|
| 77 |
### Framework versions
|