Instructions to use Korla/whisper-large-v3-turbo-hsb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Korla/whisper-large-v3-turbo-hsb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Korla/whisper-large-v3-turbo-hsb")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Korla/whisper-large-v3-turbo-hsb") model = AutoModelForSpeechSeq2Seq.from_pretrained("Korla/whisper-large-v3-turbo-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/). Für die Namensnennung gilt der Abschnitt Citation.
Citation
Please cite as:
@misc{korla_whisper_large_v3_turbo_hsb,
author = {Karl Baier},
title = {Whisper-large-v3-turbo-hsb},
year = {2025},
howpublished = {\url{https://huggingface.co/Korla/whisper-large-v3-turbo-hsb}},
}
- Downloads last month
- 2