End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
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 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -52,7 +52,7 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate: 0.
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
@@ -67,12 +67,12 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.6497412901000345
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
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 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.8913
|
36 |
+
- Wer: 0.6497
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0003
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
70 |
+
| 5.6444 | 1.67 | 200 | 2.9379 | 1.0 |
|
71 |
+
| 2.7964 | 3.33 | 400 | 1.9912 | 0.9927 |
|
72 |
+
| 1.1945 | 5.0 | 600 | 0.9492 | 0.7889 |
|
73 |
+
| 0.6065 | 6.67 | 800 | 0.8534 | 0.7137 |
|
74 |
+
| 0.3859 | 8.33 | 1000 | 0.8933 | 0.6689 |
|
75 |
+
| 0.2724 | 10.0 | 1200 | 0.8913 | 0.6497 |
|
76 |
|
77 |
|
78 |
### Framework versions
|