Automatic Speech Recognition
Transformers
PyTorch
Basque
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use zuazo/whisper-tiny-eu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zuazo/whisper-tiny-eu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="zuazo/whisper-tiny-eu")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("zuazo/whisper-tiny-eu") model = AutoModelForSpeechSeq2Seq.from_pretrained("zuazo/whisper-tiny-eu") - Notebooks
- Google Colab
- Kaggle
Fix license name
Browse files
README.md
CHANGED
|
@@ -105,6 +105,6 @@ for more details.
|
|
| 105 |
## Licensing
|
| 106 |
|
| 107 |
This model is available under the
|
| 108 |
-
[Apache-2.0 License
|
| 109 |
You are free to use, modify, and distribute this model as long as you credit
|
| 110 |
the original creators.
|
|
|
|
| 105 |
## Licensing
|
| 106 |
|
| 107 |
This model is available under the
|
| 108 |
+
[Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|
| 109 |
You are free to use, modify, and distribute this model as long as you credit
|
| 110 |
the original creators.
|