nalini2799
commited on
Commit
·
2008529
1
Parent(s):
ae47f84
Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
-- Hindi-Speech to Text Model </br>
|
2 |
The primary objective of this project is to develop a speech recognition system for the Hindi language. As there are very few systems available for speech to text in the Hindi language. Therefore it is an attempt to develop a system where a language model is developed using Machine learning libraries for speech-to-text conversion in the Hindi language.
|
|
|
1 |
+
---
|
2 |
+
language: hi
|
3 |
+
datasets:
|
4 |
+
- Interspeech 2021
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
+
tags:
|
8 |
+
- audio
|
9 |
+
- automatic-speech-recognition
|
10 |
+
- speech
|
11 |
+
- xlsr-fine-tuning-week
|
12 |
+
license: apache-2.0
|
13 |
+
model-index:
|
14 |
+
- name: XLSR Wav2Vec2 Hindi by Nalini Kumari
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: Common Voice hi
|
21 |
+
type: common_voice
|
22 |
+
args: hi
|
23 |
+
metrics:
|
24 |
+
- name: Test WER
|
25 |
+
type: wer
|
26 |
+
value: 72.77
|
27 |
+
---
|
28 |
+
|
29 |
-- Hindi-Speech to Text Model </br>
|
30 |
The primary objective of this project is to develop a speech recognition system for the Hindi language. As there are very few systems available for speech to text in the Hindi language. Therefore it is an attempt to develop a system where a language model is developed using Machine learning libraries for speech-to-text conversion in the Hindi language.
|