Update README.md
Browse files
README.md
CHANGED
|
@@ -3,19 +3,57 @@ license: apache-2.0
|
|
| 3 |
base_model: facebook/wav2vec2-xls-r-300m
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
-
|
| 7 |
-
-
|
|
|
|
|
|
|
| 8 |
model-index:
|
| 9 |
-
- name: XLSR-
|
| 10 |
-
results:
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
|
|
|
| 16 |
# XLSR-LM-NewData
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
- Loss: 0.1395
|
| 21 |
- Wer: 0.2952
|
|
|
|
| 3 |
base_model: facebook/wav2vec2-xls-r-300m
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- thennal/IMaSC
|
| 8 |
+
- vrclc/openslr63
|
| 9 |
+
- thennal/indic_tts_ml
|
| 10 |
model-index:
|
| 11 |
+
- name: XLSR-WithLM-Malayalam
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
type: automatic-speech-recognition
|
| 15 |
+
name: Automatic Speech Recognition
|
| 16 |
+
dataset:
|
| 17 |
+
name: OpenSLR Malayalam -Test
|
| 18 |
+
type: vrclc/openslr63
|
| 19 |
+
config: ml
|
| 20 |
+
split: test
|
| 21 |
+
args: ml
|
| 22 |
+
metrics:
|
| 23 |
+
- type: wer
|
| 24 |
+
value: 27.3
|
| 25 |
+
name: WER
|
| 26 |
+
- task:
|
| 27 |
+
type: automatic-speech-recognition
|
| 28 |
+
name: Automatic Speech Recognition
|
| 29 |
+
dataset:
|
| 30 |
+
name: Goole Fleurs
|
| 31 |
+
type: google/fleurs
|
| 32 |
+
config: ml
|
| 33 |
+
split: test
|
| 34 |
+
args: ml
|
| 35 |
+
metrics:
|
| 36 |
+
- type: wer
|
| 37 |
+
value: 37.2
|
| 38 |
+
name: WER
|
| 39 |
+
- task:
|
| 40 |
+
type: automatic-speech-recognition
|
| 41 |
+
name: Automatic Speech Recognition
|
| 42 |
+
dataset:
|
| 43 |
+
name: MSC
|
| 44 |
+
type: smcproject/msc
|
| 45 |
+
config: ml
|
| 46 |
+
split: train
|
| 47 |
+
args: ml
|
| 48 |
+
metrics:
|
| 49 |
+
- type: wer
|
| 50 |
+
value: 52.9
|
| 51 |
+
name: WER
|
| 52 |
|
| 53 |
+
---
|
| 54 |
# XLSR-LM-NewData
|
| 55 |
|
| 56 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the [IMASC](https://huggingface.co/datasets/thennal/IMaSC), [MSC](https://huggingface.co/datasets/smcproject/MSC), [OpenSLR Malayalam Train split](https://huggingface.co/datasets/vrclc/openslr63) datasets.
|
| 57 |
It achieves the following results on the evaluation set:
|
| 58 |
- Loss: 0.1395
|
| 59 |
- Wer: 0.2952
|