Automatic Speech Recognition
Transformers
Safetensors
German
Swiss German
whisper
swiss-german
dialect
asr
speech-recognition
fine-tuned
Eval Results (legacy)
Instructions to use Flix-AI/flix-swiss-german-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Flix-AI/flix-swiss-german-full with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Flix-AI/flix-swiss-german-full")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Flix-AI/flix-swiss-german-full") model = AutoModelForSpeechSeq2Seq.from_pretrained("Flix-AI/flix-swiss-german-full") - Notebooks
- Google Colab
- Kaggle