moonshine_base / README.md
IMvision12's picture
Upload README.md with huggingface_hub
fb72e93 verified
|
Raw
History Blame Contribute Delete
539 Bytes
---
pipeline_tag: automatic-speech-recognition
license: mit
library_name: kerasformers
tags:
- keras
- kerasformers
- moonshine
- tf
- jax
- pytorch
---
# moonshine_base (Keras 3)
Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the GitHub release. License: `mit`.
```python
from kerasformers.models.moonshine import MoonshineSpeechToText, MoonshineProcessor
model = MoonshineSpeechToText.from_weights("moonshine_base")
processor = MoonshineProcessor.from_weights("moonshine_base")
```