Automatic Speech Recognition
Transformers
PyTorch
Galician
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use zuazo/whisper-medium-gl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zuazo/whisper-medium-gl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="zuazo/whisper-medium-gl")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("zuazo/whisper-medium-gl") model = AutoModelForSpeechSeq2Seq.from_pretrained("zuazo/whisper-medium-gl") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
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:42c8f6f9714cf4cae9a3970ef7a1e7ab5c2806edde34caa1c401ece42ee02078
|
| 3 |
+
size 3055544360
|