Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: te
|
3 |
+
metrics:
|
4 |
+
- wer
|
5 |
+
tags:
|
6 |
+
- audio
|
7 |
+
- automatic-speech-recognition
|
8 |
+
- speech
|
9 |
+
- xlsr-fine-tuning
|
10 |
+
license: apache-2.0
|
11 |
+
model-index:
|
12 |
+
- name: Henil Panchal Facebook XLSR Wav2Vec2 Large 53 Telugu
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
metrics:
|
18 |
+
- name: Test WER
|
19 |
+
type: wer
|
20 |
+
value: 41.90
|
21 |
+
---
|
22 |
+
# Wav2Vec2-Large-XLSR-53-Telugu
|
23 |
+
|
24 |
+
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Telugu using the ASR IIIT-H dataset.
|
25 |
+
When using this model, make sure that your speech input is sampled at 16kHz.
|
26 |
+
|
27 |
+
**Test Result**: 41.90%
|
28 |
+
## Training
|
29 |
+
70% of the O part of ASR IIIT-H Telugu dataset was used for training.
|