Update README.md
Browse files
README.md
CHANGED
|
@@ -47,19 +47,49 @@ model-index:
|
|
| 47 |
- name: CER
|
| 48 |
type: cer
|
| 49 |
value: 1.66
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
---
|
| 51 |
## Wav2Vec2-XLS-R-300M-GL
|
| 52 |
|
| 53 |
This model is a finetuned version of [Facebook's Wav2Vec2 XLS-R 300M](https://huggingface.co/facebook/wav2vec2-xls-r-300m) for Galician on the datasets [Common Voice Corpus 17.0](https://datacollective.mozillafoundation.org/datasets/cmj8u3p5r009tnxxb88cqm12d), [Open SLR77](https://www.openslr.org/77), [FalAI](https://huggingface.co/datasets/GTM-UVigo/FalAI), [Fleurs](https://huggingface.co/datasets/google/fleurs) and [Nos_ParlaSpeech-GL](https://huggingface.co/datasets/proxectonos/Nos_Parlaspeech-GL).
|
| 54 |
|
| 55 |
### Test
|
| 56 |
-
This model has been tested in the test splits of the Galician OpenSLR dataset
|
| 57 |
The results are shown in the following tables:
|
| 58 |
|
| 59 |
|Corpus|WER|CER|RTF|
|
| 60 |
|:-----|:--|:--|:--|
|
| 61 |
|Common Voice 17.0|7.85|1.66|0.0085|
|
| 62 |
|Open SLR77|12.04|3.82|0.0087|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
### Citation information
|
| 65 |
|
|
|
|
| 47 |
- name: CER
|
| 48 |
type: cer
|
| 49 |
value: 1.66
|
| 50 |
+
- task:
|
| 51 |
+
name: Automatic Speech Recognition
|
| 52 |
+
type: automatic-speech-recognition
|
| 53 |
+
dataset:
|
| 54 |
+
name: FLEURS
|
| 55 |
+
type: fleurs
|
| 56 |
+
args: gl_es
|
| 57 |
+
metrics:
|
| 58 |
+
- name: WER
|
| 59 |
+
type: wer
|
| 60 |
+
value: 15.83
|
| 61 |
+
- name: CER
|
| 62 |
+
type: cer
|
| 63 |
+
value: 5.08
|
| 64 |
+
- task:
|
| 65 |
+
name: Automatic Speech Recognition
|
| 66 |
+
type: automatic-speech-recognition
|
| 67 |
+
dataset:
|
| 68 |
+
name: Nos_Parlaspeech-GL
|
| 69 |
+
type: nos_parlaspeech-GL
|
| 70 |
+
args: clean
|
| 71 |
+
metrics:
|
| 72 |
+
- name: WER
|
| 73 |
+
type: wer
|
| 74 |
+
value: 8.92
|
| 75 |
+
- name: CER
|
| 76 |
+
type: cer
|
| 77 |
+
value: 2.65
|
| 78 |
---
|
| 79 |
## Wav2Vec2-XLS-R-300M-GL
|
| 80 |
|
| 81 |
This model is a finetuned version of [Facebook's Wav2Vec2 XLS-R 300M](https://huggingface.co/facebook/wav2vec2-xls-r-300m) for Galician on the datasets [Common Voice Corpus 17.0](https://datacollective.mozillafoundation.org/datasets/cmj8u3p5r009tnxxb88cqm12d), [Open SLR77](https://www.openslr.org/77), [FalAI](https://huggingface.co/datasets/GTM-UVigo/FalAI), [Fleurs](https://huggingface.co/datasets/google/fleurs) and [Nos_ParlaSpeech-GL](https://huggingface.co/datasets/proxectonos/Nos_Parlaspeech-GL).
|
| 82 |
|
| 83 |
### Test
|
| 84 |
+
This model has been tested in the test splits of the Galician OpenSLR dataset, the Galician Common Voice 17.0 dataset, the Galician FLEURS dataset and Nos_Parlaspeech-GL.
|
| 85 |
The results are shown in the following tables:
|
| 86 |
|
| 87 |
|Corpus|WER|CER|RTF|
|
| 88 |
|:-----|:--|:--|:--|
|
| 89 |
|Common Voice 17.0|7.85|1.66|0.0085|
|
| 90 |
|Open SLR77|12.04|3.82|0.0087|
|
| 91 |
+
|FLEURS|15.83|5.08|0.0091|
|
| 92 |
+
|Nos_Parlaspeech-GL|8.92|2.65|0.0114|
|
| 93 |
|
| 94 |
### Citation information
|
| 95 |
|