update model card README.md
Browse files
README.md
CHANGED
@@ -16,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice_12_0 dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- eval_loss: 0.
|
20 |
-
- eval_wer: 0.
|
21 |
-
- eval_runtime:
|
22 |
-
- eval_samples_per_second: 14.
|
23 |
-
- eval_steps_per_second: 1.
|
24 |
-
- epoch:
|
25 |
-
- step:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -41,7 +41,7 @@ More information needed
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
-
- learning_rate: 0.
|
45 |
- train_batch_size: 16
|
46 |
- eval_batch_size: 8
|
47 |
- seed: 42
|
@@ -50,7 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_steps: 500
|
53 |
-
- num_epochs:
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice_12_0 dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- eval_loss: 0.2882
|
20 |
+
- eval_wer: 0.2424
|
21 |
+
- eval_runtime: 211.4996
|
22 |
+
- eval_samples_per_second: 14.605
|
23 |
+
- eval_steps_per_second: 1.83
|
24 |
+
- epoch: 14.71
|
25 |
+
- step: 1750
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 0.0001
|
45 |
- train_batch_size: 16
|
46 |
- eval_batch_size: 8
|
47 |
- seed: 42
|
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_steps: 500
|
53 |
+
- num_epochs: 50
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Framework versions
|