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 ·
a245e40
1
Parent(s): 54bf44f
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ model-index:
|
|
| 11 |
- name: Whisper Large v3 DV - Alakxender
|
| 12 |
results: []
|
| 13 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 11 |
- name: Whisper Large v3 DV - Alakxender
|
| 12 |
results: []
|
| 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
|