Instructions to use Korla/whisper-large-hsb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Korla/whisper-large-hsb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Korla/whisper-large-hsb")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Korla/whisper-large-hsb") model = AutoModelForSpeechSeq2Seq.from_pretrained("Korla/whisper-large-hsb") - Notebooks
- Google Colab
- Kaggle
License
Die Modelle können mit der Creative Commons CC BY-SA 3.0 Lizenz verwendet werden (siehe: https://creativecommons.org/licenses/by-sa/3.0/de/).
- Downloads last month
- 7