Model save
Browse files
README.md
CHANGED
|
@@ -6,36 +6,17 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- common_voice_17_0
|
| 9 |
-
metrics:
|
| 10 |
-
- wer
|
| 11 |
model-index:
|
| 12 |
-
- name:
|
| 13 |
-
results:
|
| 14 |
-
- task:
|
| 15 |
-
name: Automatic Speech Recognition
|
| 16 |
-
type: automatic-speech-recognition
|
| 17 |
-
dataset:
|
| 18 |
-
name: common_voice_17_0
|
| 19 |
-
type: common_voice_17_0
|
| 20 |
-
config: uk
|
| 21 |
-
split: test
|
| 22 |
-
args: uk
|
| 23 |
-
metrics:
|
| 24 |
-
- name: Wer
|
| 25 |
-
type: wer
|
| 26 |
-
value: 0.36512878573450325
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 30 |
should probably proofread and complete it, then remove this comment. -->
|
| 31 |
|
| 32 |
-
#
|
| 33 |
|
| 34 |
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_17_0 dataset.
|
| 35 |
-
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 0.2220
|
| 37 |
-
- Wer: 0.3651
|
| 38 |
-
- Cer: 0.1691
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
@@ -54,7 +35,7 @@ More information needed
|
|
| 54 |
### Training hyperparameters
|
| 55 |
|
| 56 |
The following hyperparameters were used during training:
|
| 57 |
-
- learning_rate:
|
| 58 |
- train_batch_size: 16
|
| 59 |
- eval_batch_size: 16
|
| 60 |
- seed: 42
|
|
@@ -64,21 +45,11 @@ The following hyperparameters were used during training:
|
|
| 64 |
- total_eval_batch_size: 32
|
| 65 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 66 |
- lr_scheduler_type: linear
|
| 67 |
-
-
|
| 68 |
-
- num_epochs: 7.0
|
| 69 |
- mixed_precision_training: Native AMP
|
| 70 |
|
| 71 |
### Training results
|
| 72 |
|
| 73 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
| 74 |
-
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|
|
| 75 |
-
| 0.6324 | 0.9099 | 1000 | 0.5004 | 0.6083 | 0.2381 |
|
| 76 |
-
| 0.3497 | 1.8198 | 2000 | 0.3087 | 0.4650 | 0.1965 |
|
| 77 |
-
| 0.2642 | 2.7298 | 3000 | 0.2636 | 0.4249 | 0.1841 |
|
| 78 |
-
| 0.2328 | 3.6397 | 4000 | 0.2431 | 0.3960 | 0.1789 |
|
| 79 |
-
| 0.1933 | 4.5496 | 5000 | 0.2289 | 0.3773 | 0.1732 |
|
| 80 |
-
| 0.1783 | 5.4595 | 6000 | 0.2300 | 0.3728 | 0.1711 |
|
| 81 |
-
| 0.1617 | 6.3694 | 7000 | 0.2233 | 0.3637 | 0.1700 |
|
| 82 |
|
| 83 |
|
| 84 |
### Framework versions
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- common_voice_17_0
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
+
- name: best_model_copy
|
| 11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
|
| 17 |
+
# best_model_copy
|
| 18 |
|
| 19 |
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_17_0 dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 5e-05
|
| 39 |
- train_batch_size: 16
|
| 40 |
- eval_batch_size: 16
|
| 41 |
- seed: 42
|
|
|
|
| 45 |
- total_eval_batch_size: 32
|
| 46 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 47 |
- lr_scheduler_type: linear
|
| 48 |
+
- training_steps: 20
|
|
|
|
| 49 |
- mixed_precision_training: Native AMP
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
### Framework versions
|