Automatic Speech Recognition
Keras
PyTorch
JAX
TensorFlow
zeromodels
speech2text
s2t
librispeech
audio
Instructions to use zeromodels/s2t-medium-librispeech-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/s2t-medium-librispeech-asr with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/s2t-medium-librispeech-asr") - Notebooks
- Google Colab
- Kaggle
Fix Collection badge link to the current zeromodels collection slug
Browse files
README.md
CHANGED
|
@@ -17,11 +17,11 @@ tags:
|
|
| 17 |
- tf
|
| 18 |
---
|
| 19 |
|
| 20 |
-
## ***See [our collection](https://huggingface.co/collections/zeromodels/speech2text-
|
| 21 |
|
| 22 |
# Run Speech2Text with Keras 3: JAX, PyTorch, or TensorFlow
|
| 23 |
|
| 24 |
-
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/speech2text/) [](https://huggingface.co/collections/zeromodels/speech2text-
|
| 25 |
|
| 26 |
# zeromodels/s2t-medium-librispeech-asr
|
| 27 |
|
|
|
|
| 17 |
- tf
|
| 18 |
---
|
| 19 |
|
| 20 |
+
## ***See [our collection](https://huggingface.co/collections/zeromodels/speech2text-6a8eaf32c86fd39eeacbb3d0) for all versions of Speech2Text.***
|
| 21 |
|
| 22 |
# Run Speech2Text with Keras 3: JAX, PyTorch, or TensorFlow
|
| 23 |
|
| 24 |
+
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/speech2text/) [](https://huggingface.co/collections/zeromodels/speech2text-6a8eaf32c86fd39eeacbb3d0)
|
| 25 |
|
| 26 |
# zeromodels/s2t-medium-librispeech-asr
|
| 27 |
|