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
Add TF weights
#4
by joaogante - opened
- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c917d6fba4ef8307c0cf7cbe0e412d7604ce93e2ba07cf5c436f47316d116aeb
|
| 3 |
+
size 115767664
|