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, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("joaogante/test_audio") model = AutoModelForSpeechSeq2Seq.from_pretrained("joaogante/test_audio") - Notebooks
- Google Colab
- Kaggle
Commit History
Create generation_config.json from config.json 761eb27
Create generation_config.json from config.json 70551ad
Upload config 25706c2
Upload Speech2TextForConditionalGeneration 2581e56
test d08c0a2
Joao Gante commited on
initial commit 1cc0486
Joao Gante commited on