Automatic Speech Recognition
Transformers
Safetensors
English
Italian
conformer_encoder_decoder
speech
speech recognition
speech translation
ASR
ST
custom_code
Instructions to use FBK-MT/fama-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FBK-MT/fama-medium with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="FBK-MT/fama-medium", trust_remote_code=True)# Load model directly from transformers import AutoModelForSpeechSeq2Seq model = AutoModelForSpeechSeq2Seq.from_pretrained("FBK-MT/fama-medium", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
8634ea3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7aa5dc8cd2b19f6f7dffff4fe223c258422eb5ba1b4343393fdf0a913b50e8d1
size 181209
|