adrianSauer
commited on
End of training
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [glob-asr/wav2vec2-large-xls-r-300m-guarani-small](https://huggingface.co/glob-asr/wav2vec2-large-xls-r-300m-guarani-small) on the Common Voice 16 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Cer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
57 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
58 |
-
| 1.
|
59 |
-
|
|
60 |
-
|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.44.0
|
68 |
- Pytorch 2.3.1+cu121
|
69 |
-
- Datasets 2.
|
70 |
- Tokenizers 0.19.1
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [glob-asr/wav2vec2-large-xls-r-300m-guarani-small](https://huggingface.co/glob-asr/wav2vec2-large-xls-r-300m-guarani-small) on the Common Voice 16 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3309
|
23 |
+
- Cer: 7.5608
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
57 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
58 |
+
| 1.3968 | 0.0991 | 100 | 0.3683 | 8.4273 |
|
59 |
+
| 1.061 | 0.1982 | 200 | 0.3611 | 8.5093 |
|
60 |
+
| 1.0374 | 0.2973 | 300 | 0.3500 | 8.1463 |
|
61 |
+
| 0.9825 | 0.3964 | 400 | 0.3458 | 7.9394 |
|
62 |
+
| 0.9185 | 0.4955 | 500 | 0.3309 | 7.5608 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.44.0
|
68 |
- Pytorch 2.3.1+cu121
|
69 |
+
- Datasets 2.21.0
|
70 |
- Tokenizers 0.19.1
|