Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Panjabi
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use anhphuong/STT_medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anhphuong/STT_medium with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="anhphuong/STT_medium")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("anhphuong/STT_medium") model = AutoModelForSpeechSeq2Seq.from_pretrained("anhphuong/STT_medium") - Notebooks
- Google Colab
- Kaggle