Automatic Speech Recognition
Transformers
Safetensors
whisper
english
indian-accent
domain-adaptation
Instructions to use dk2325/whisper-tiny-indian-accent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dk2325/whisper-tiny-indian-accent with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="dk2325/whisper-tiny-indian-accent")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("dk2325/whisper-tiny-indian-accent") model = AutoModelForSpeechSeq2Seq.from_pretrained("dk2325/whisper-tiny-indian-accent", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
-
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- automatic-speech-recognition
|
| 5 |
- whisper
|
| 6 |
- english
|
| 7 |
- indian-accent
|
| 8 |
- domain-adaptation
|
| 9 |
-
pipeline_tag: automatic-speech-recognition
|
| 10 |
-
license: apache-2.0
|
| 11 |
---
|
| 12 |
-
|
| 13 |
# Model Card for dk2325/whisper-tiny-indian-accent
|
| 14 |
|
| 15 |
Whisper Tiny English model adapted for improved robustness on Indian-accent English speech, while retaining general English ASR performance.
|
|
|
|
| 1 |
+
---
|
| 2 |
library_name: transformers
|
| 3 |
+
pipeline_tag: automatic-speech-recognition
|
| 4 |
+
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
- automatic-speech-recognition
|
| 7 |
- whisper
|
| 8 |
- english
|
| 9 |
- indian-accent
|
| 10 |
- domain-adaptation
|
|
|
|
|
|
|
| 11 |
---
|
|
|
|
| 12 |
# Model Card for dk2325/whisper-tiny-indian-accent
|
| 13 |
|
| 14 |
Whisper Tiny English model adapted for improved robustness on Indian-accent English speech, while retaining general English ASR performance.
|