Automatic Speech Recognition
Transformers
PyTorch
TensorFlow
English
Portuguese
speech_to_text
audio
speech-translation
Instructions to use facebook/s2t-small-mustc-en-pt-st with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/s2t-small-mustc-en-pt-st with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="facebook/s2t-small-mustc-en-pt-st")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("facebook/s2t-small-mustc-en-pt-st") model = AutoModelForSpeechSeq2Seq.from_pretrained("facebook/s2t-small-mustc-en-pt-st") - Notebooks
- Google Colab
- Kaggle
add TF model
Browse files- 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:2cdd1c03813e22d88fc578f1934719f44085249e6edd9d44f4515e1c6a7176ae
|
| 3 |
+
size 124704472
|