File size: 539 Bytes
64c9f84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
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](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_tiny")
processor = MoonshineProcessor.from_weights("moonshine_tiny")
```