Instructions to use nizarmichaud/whisper-large-v3-turbo-swissgerman with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nizarmichaud/whisper-large-v3-turbo-swissgerman with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nizarmichaud/whisper-large-v3-turbo-swissgerman")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("nizarmichaud/whisper-large-v3-turbo-swissgerman") model = AutoModelForSpeechSeq2Seq.from_pretrained("nizarmichaud/whisper-large-v3-turbo-swissgerman", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -115,5 +115,5 @@ If you use this model in your work, please cite this repository as follows:
|
|
| 115 |
title = {Whisper Large V3 Turbo Fine-Tuned for Swiss German},
|
| 116 |
year = {2024},
|
| 117 |
publisher = {Hugging Face},
|
| 118 |
-
url = {https://huggingface.co/
|
| 119 |
}
|
|
|
|
| 115 |
title = {Whisper Large V3 Turbo Fine-Tuned for Swiss German},
|
| 116 |
year = {2024},
|
| 117 |
publisher = {Hugging Face},
|
| 118 |
+
url = {https://huggingface.co/nizarmichaud/whisper-large-v3-turbo-swissgerman},
|
| 119 |
}
|