Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Dutch
whisper
hf-asr-leaderboard
Generated from Trainer
Eval Results (legacy)
Instructions to use AlexMo/improved_whisper_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexMo/improved_whisper_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="AlexMo/improved_whisper_model")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("AlexMo/improved_whisper_model") model = AutoModelForMultimodalLM.from_pretrained("AlexMo/improved_whisper_model") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0c7491a488fdb902b90c8a6bbe0e3d1fbd642836f621338a9a11b9f19314b28
|
| 3 |
+
size 966995080
|