moonshine_tiny / README.md
IMvision12's picture
Upload README.md with huggingface_hub
64c9f84 verified
|
Raw
History Blame Contribute Delete
539 Bytes
metadata
pipeline_tag: automatic-speech-recognition
license: mit
library_name: kerasformers
tags:
  - keras
  - kerasformers
  - moonshine
  - tf
  - jax
  - pytorch

moonshine_tiny (Keras 3)

Pure-Keras 3 weights for kerasformers, mirrored from the GitHub release. License: mit.

from kerasformers.models.moonshine import MoonshineSpeechToText, MoonshineProcessor
model = MoonshineSpeechToText.from_weights("moonshine_tiny")
processor = MoonshineProcessor.from_weights("moonshine_tiny")