update model card README.md
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: 0.
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,16 +67,16 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
70 |
-
|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
- Transformers 4.31.0
|
80 |
- Pytorch 2.0.1+cu118
|
81 |
-
- Datasets 2.14.
|
82 |
- Tokenizers 0.13.3
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.22866929895667182
|
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.1545
|
36 |
+
- Wer: 0.2287
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
70 |
+
| 3.7265 | 0.5 | 400 | 0.6904 | 0.8056 |
|
71 |
+
| 0.428 | 1.01 | 800 | 0.2861 | 0.4551 |
|
72 |
+
| 0.2408 | 1.51 | 1200 | 0.2375 | 0.4013 |
|
73 |
+
| 0.1896 | 2.02 | 1600 | 0.1714 | 0.2646 |
|
74 |
+
| 0.1151 | 2.52 | 2000 | 0.1545 | 0.2287 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
- Transformers 4.31.0
|
80 |
- Pytorch 2.0.1+cu118
|
81 |
+
- Datasets 2.14.4
|
82 |
- Tokenizers 0.13.3
|