Instructions to use keras/moonshine_tiny_en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
How to use keras/moonshine_tiny_en with KerasHub:
import keras_hub # Create a Seq2SeqLM model task = keras_hub.models.Seq2SeqLM.from_preset("hf://keras/moonshine_tiny_en")import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://keras/moonshine_tiny_en") - Keras
How to use keras/moonshine_tiny_en with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://keras/moonshine_tiny_en") - Notebooks
- Google Colab
- Kaggle
| { | |
| "module": "keras_hub.src.models.moonshine.moonshine_audio_to_text_preprocessor", | |
| "class_name": "MoonshineAudioToTextPreprocessor", | |
| "config": { | |
| "name": "moonshine_audio_to_text_preprocessor_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "tokenizer": { | |
| "module": "keras_hub.src.models.moonshine.moonshine_tokenizer", | |
| "class_name": "MoonshineTokenizer", | |
| "config": { | |
| "name": "moonshine_tokenizer_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "int32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "config_file": "tokenizer.json", | |
| "proto": null, | |
| "sequence_length": null, | |
| "add_bos": false, | |
| "add_eos": false | |
| }, | |
| "registered_name": "keras_hub>MoonshineTokenizer" | |
| }, | |
| "audio_converter": { | |
| "module": "keras_hub.src.models.moonshine.moonshine_audio_converter", | |
| "class_name": "MoonshineAudioConverter", | |
| "config": { | |
| "name": "moonshine_audio_converter_1", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "sampling_rate": 16000, | |
| "padding_value": 0.0, | |
| "do_normalize": false | |
| }, | |
| "registered_name": "keras_hub>MoonshineAudioConverter" | |
| }, | |
| "config_file": "preprocessor.json" | |
| }, | |
| "registered_name": "keras_hub>MoonshineAudioToTextPreprocessor" | |
| } |