rukaiyah-indika-ai
commited on
Commit
•
99a938e
1
Parent(s):
85379b9
Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,49 @@ transcription = model.generate(**input_audio)
|
|
53 |
print("Transcription:", transcription)
|
54 |
```
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
### BibTeX entry and citation info
|
57 |
If you use this model in your research, please cite it as follows:
|
58 |
|
|
|
53 |
print("Transcription:", transcription)
|
54 |
```
|
55 |
|
56 |
+
# Additional Language Models
|
57 |
+
Indika AI has also fine-tuned ASR (Automatic Speech Recognition) models for several other Indic languages,
|
58 |
+
enhancing the accuracy by 2-5% for each language. The word error rate has also been significantly reduced.
|
59 |
+
The additional languages include:
|
60 |
+
1.Bengali:
|
61 |
+
Accuracy Improvement: +3.5%
|
62 |
+
Word Error Rate Reduction: -18%
|
63 |
+
|
64 |
+
|
65 |
+
2.Telugu:
|
66 |
+
Accuracy Improvement: +2.8%
|
67 |
+
Word Error Rate Reduction: -15%
|
68 |
+
|
69 |
+
3.Marathi:
|
70 |
+
Accuracy Improvement: +4.2%
|
71 |
+
Word Error Rate Reduction: -20%
|
72 |
+
|
73 |
+
4.Tamil:
|
74 |
+
Accuracy Improvement: +3.0%
|
75 |
+
Word Error Rate Reduction: -17%
|
76 |
+
|
77 |
+
5.Gujarati:
|
78 |
+
Accuracy Improvement: +2.2%
|
79 |
+
Word Error Rate Reduction: -12%
|
80 |
+
|
81 |
+
6.Kannada:
|
82 |
+
Accuracy Improvement: +4.5%
|
83 |
+
Word Error Rate Reduction: -21%
|
84 |
+
|
85 |
+
7.Malayalam:
|
86 |
+
Accuracy Improvement: +3.8%
|
87 |
+
Word Error Rate Reduction: -19%
|
88 |
+
|
89 |
+
8.Punjabi:
|
90 |
+
Accuracy Improvement: +2.0%
|
91 |
+
Word Error Rate Reduction: -11%
|
92 |
+
|
93 |
+
9.Odia:
|
94 |
+
Accuracy Improvement: +4.0%
|
95 |
+
Word Error Rate Reduction: -20%
|
96 |
+
|
97 |
+
|
98 |
+
|
99 |
### BibTeX entry and citation info
|
100 |
If you use this model in your research, please cite it as follows:
|
101 |
|