Automatic Speech Recognition
Transformers
TensorBoard
ONNX
Safetensors
English
whisper
Generated from Trainer
Instructions to use simodo79/whisper-small-vdv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simodo79/whisper-small-vdv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="simodo79/whisper-small-vdv")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("simodo79/whisper-small-vdv") model = AutoModelForSpeechSeq2Seq.from_pretrained("simodo79/whisper-small-vdv", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ model-index:
|
|
| 16 |
name: Automatic Speech Recognition
|
| 17 |
type: automatic-speech-recognition
|
| 18 |
dataset:
|
| 19 |
-
name:
|
| 20 |
-
type:
|
| 21 |
config: default
|
| 22 |
split: None
|
| 23 |
args: 'config: en, split: test'
|
|
|
|
| 16 |
name: Automatic Speech Recognition
|
| 17 |
type: automatic-speech-recognition
|
| 18 |
dataset:
|
| 19 |
+
name: Vaudeville
|
| 20 |
+
type: simodo79/Vaudeville
|
| 21 |
config: default
|
| 22 |
split: None
|
| 23 |
args: 'config: en, split: test'
|