Commit
·
dc2f730
1
Parent(s):
c0636cd
Update README.md
Browse files
README.md
CHANGED
@@ -28,10 +28,10 @@ model-index:
|
|
28 |
value: 99.8077099166743
|
29 |
---
|
30 |
|
31 |
-
#
|
32 |
|
33 |
# Model Description
|
34 |
-
This
|
35 |
|
36 |
# Performance
|
37 |
After fine-tuning, the model shows a 2.5% increase in transcription accuracy for Hindi language audio compared to the base Whisper medium model.
|
@@ -42,8 +42,8 @@ You can use this model directly with a simple API call in Hugging Face. Here is
|
|
42 |
```python
|
43 |
from transformers import AutoModelForCTC, Wav2Vec2Processor
|
44 |
|
45 |
-
model = AutoModelForCTC.from_pretrained("rukaiyah-indika-ai/
|
46 |
-
processor = Wav2Vec2Processor.from_pretrained("rukaiyah-indika-ai/
|
47 |
|
48 |
# Replace 'path_to_audio_file' with the path to your Hindi audio file
|
49 |
input_audio = processor(path_to_audio_file, return_tensors="pt", padding=True)
|
@@ -78,7 +78,7 @@ If you use this model in your research, please cite it as follows:
|
|
78 |
```bibtex
|
79 |
@misc{whisper-medium-hindi-fine-tuned,
|
80 |
author = {Indika AI},
|
81 |
-
title = {
|
82 |
year = {2024},
|
83 |
publisher = {Hugging Face},
|
84 |
journal = {Hugging Face Model Hub}
|
|
|
28 |
value: 99.8077099166743
|
29 |
---
|
30 |
|
31 |
+
# iVaani
|
32 |
|
33 |
# Model Description
|
34 |
+
This is iVaani model, specifically optimized for the Hindi language. The fine-tuning process has led to an improvement in accuracy by 2.5% compared to the original Whisper model.
|
35 |
|
36 |
# Performance
|
37 |
After fine-tuning, the model shows a 2.5% increase in transcription accuracy for Hindi language audio compared to the base Whisper medium model.
|
|
|
42 |
```python
|
43 |
from transformers import AutoModelForCTC, Wav2Vec2Processor
|
44 |
|
45 |
+
model = AutoModelForCTC.from_pretrained("rukaiyah-indika-ai/iVaani")
|
46 |
+
processor = Wav2Vec2Processor.from_pretrained("rukaiyah-indika-ai/iVaani")
|
47 |
|
48 |
# Replace 'path_to_audio_file' with the path to your Hindi audio file
|
49 |
input_audio = processor(path_to_audio_file, return_tensors="pt", padding=True)
|
|
|
78 |
```bibtex
|
79 |
@misc{whisper-medium-hindi-fine-tuned,
|
80 |
author = {Indika AI},
|
81 |
+
title = {iVaani},
|
82 |
year = {2024},
|
83 |
publisher = {Hugging Face},
|
84 |
journal = {Hugging Face Model Hub}
|