Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card for WhisperLiveSubs
|
2 |
This model is a fine-tuned version of OpenAI's Whisper model on the Common Voice dataset for Urdu speech recognition. It is optimized for transcribing Urdu language audio.
|
3 |
|
@@ -77,4 +89,4 @@ The model demonstrates acceptable performance for Urdu transcription, but there
|
|
77 |
## Model Card Contact
|
78 |
For inquiries, please contact [email protected]
|
79 |
|
80 |
-
@Codewithdark. (2024). WhisperLiveSubs: An Urdu Automatic Speech Recognition Model. Retrieved from https://huggingface.co/codewithdark/WhisperLiveSubs
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- mozilla-foundation/common_voice_11_0
|
5 |
+
language:
|
6 |
+
- ur
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
+
base_model: openai/whisper-small
|
10 |
+
pipeline_tag: automatic-speech-recognition
|
11 |
+
library_name: transformers
|
12 |
+
---
|
13 |
# Model Card for WhisperLiveSubs
|
14 |
This model is a fine-tuned version of OpenAI's Whisper model on the Common Voice dataset for Urdu speech recognition. It is optimized for transcribing Urdu language audio.
|
15 |
|
|
|
89 |
## Model Card Contact
|
90 |
For inquiries, please contact [email protected]
|
91 |
|
92 |
+
@Codewithdark. (2024). WhisperLiveSubs: An Urdu Automatic Speech Recognition Model. Retrieved from https://huggingface.co/codewithdark/WhisperLiveSubs
|