Automatic Speech Recognition
Transformers
PyTorch
Safetensors
French
English
speech_to_text
audio
speech-translation
Instructions to use joaogante/test_audio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joaogante/test_audio with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="joaogante/test_audio")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("joaogante/test_audio") model = AutoModelForMultimodalLM.from_pretrained("joaogante/test_audio") - Notebooks
- Google Colab
- Kaggle
Add multilingual to the language tag
#5 opened over 3 years ago
by
lbourdois
Add TF weights
#4 opened about 4 years ago
by
joaogante