Instructions to use OpenASR/moonshine-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenASR
How to use OpenASR/moonshine-tiny with OpenASR:
# Install the openasr CLI: https://github.com/QuintinShaw/openasr/releases openasr pull moonshine-tiny openasr transcribe audio.wav --model moonshine-tiny
- Notebooks
- Google Colab
- Kaggle
Publish moonshine-tiny OpenASR packs (fp16/q8_0/q4_k)
Browse files- README.md +5 -5
- moonshine-tiny-fp16.oasr +2 -2
- moonshine-tiny-q8_0.oasr +2 -2
README.md
CHANGED
|
@@ -42,7 +42,7 @@ engineered for peak performance on CPU & GPU, **no Python at inference time**.
|
|
| 42 |
```bash
|
| 43 |
# 1. Install the OpenASR CLI · https://openasr.org
|
| 44 |
# 2. Pull a build (pick a quant — see the table below)
|
| 45 |
-
openasr pull moonshine
|
| 46 |
|
| 47 |
# 3. Transcribe
|
| 48 |
openasr transcribe audio.wav --model moonshine-tiny
|
|
@@ -51,16 +51,16 @@ openasr transcribe audio.wav --model moonshine-tiny
|
|
| 51 |
All builds for this model:
|
| 52 |
|
| 53 |
```bash
|
| 54 |
-
openasr pull moonshine
|
| 55 |
-
openasr pull moonshine
|
| 56 |
```
|
| 57 |
|
| 58 |
## 📦 Available builds
|
| 59 |
|
| 60 |
| Quant | File (`.oasr`) | Size | RAM peak | RTF · M1 CPU | RTF · M1 GPU | JFK ΔWER vs fp16 |
|
| 61 |
|:------|:---------------|-----:|---------:|-------------:|-------------:|-----------------:|
|
| 62 |
-
| fp16 | `moonshine-tiny-fp16.oasr` | 109 MB |
|
| 63 |
-
| q8_0 | `moonshine-tiny-q8_0.oasr` | 34 MB |
|
| 64 |
|
| 65 |
<sub>RTF = real-time factor on the fixed 11s JFK clip (**lower is faster**); RAM peak measured per pack
|
| 66 |
in an isolated subprocess. JFK ΔWER compares each quantized build's JFK transcript to this model's
|
|
|
|
| 42 |
```bash
|
| 43 |
# 1. Install the OpenASR CLI · https://openasr.org
|
| 44 |
# 2. Pull a build (pick a quant — see the table below)
|
| 45 |
+
openasr pull moonshine-tiny:q8
|
| 46 |
|
| 47 |
# 3. Transcribe
|
| 48 |
openasr transcribe audio.wav --model moonshine-tiny
|
|
|
|
| 51 |
All builds for this model:
|
| 52 |
|
| 53 |
```bash
|
| 54 |
+
openasr pull moonshine-tiny:fp16
|
| 55 |
+
openasr pull moonshine-tiny:q8
|
| 56 |
```
|
| 57 |
|
| 58 |
## 📦 Available builds
|
| 59 |
|
| 60 |
| Quant | File (`.oasr`) | Size | RAM peak | RTF · M1 CPU | RTF · M1 GPU | JFK ΔWER vs fp16 |
|
| 61 |
|:------|:---------------|-----:|---------:|-------------:|-------------:|-----------------:|
|
| 62 |
+
| fp16 | `moonshine-tiny-fp16.oasr` | 109 MB | 323 MB | 0.04× | 0.03× | 0.0% |
|
| 63 |
+
| q8_0 | `moonshine-tiny-q8_0.oasr` | 34 MB | 306 MB | 0.03× | 0.03× | 0.0% |
|
| 64 |
|
| 65 |
<sub>RTF = real-time factor on the fixed 11s JFK clip (**lower is faster**); RAM peak measured per pack
|
| 66 |
in an isolated subprocess. JFK ΔWER compares each quantized build's JFK transcript to this model's
|
moonshine-tiny-fp16.oasr
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f024ab25f82fd06c6c213df0a2db6ec542e6463acd8bb5e799ed158468d6258
|
| 3 |
+
size 108863040
|
moonshine-tiny-q8_0.oasr
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80ec6caed0a99abb27aa6775c9616c94a397417b6696466dfe59ae43c16f3e77
|
| 3 |
+
size 34360896
|