Instructions to use alakxender/whisper-large-v3-cv17-dv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alakxender/whisper-large-v3-cv17-dv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="alakxender/whisper-large-v3-cv17-dv")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("alakxender/whisper-large-v3-cv17-dv") model = AutoModelForSpeechSeq2Seq.from_pretrained("alakxender/whisper-large-v3-cv17-dv") - Notebooks
- Google Colab
- Kaggle
Commit ·
7f6d157
1
Parent(s): a245e40
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ model-index:
|
|
| 13 |
pipeline_tag: automatic-speech-recognition
|
| 14 |
datasets:
|
| 15 |
- mozilla-foundation/common_voice_17_0
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 13 |
pipeline_tag: automatic-speech-recognition
|
| 14 |
datasets:
|
| 15 |
- mozilla-foundation/common_voice_17_0
|
| 16 |
+
library_name: transformers
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|