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
docs: update model-pack import syntax to current CLI
Browse files
README.md
CHANGED
|
@@ -87,7 +87,7 @@ footprint); **fp16** is for verification or maximum fidelity.
|
|
| 87 |
Converted from [UsefulSensors/moonshine-tiny](https://huggingface.co/UsefulSensors/moonshine-tiny) with the OpenASR importer:
|
| 88 |
|
| 89 |
```bash
|
| 90 |
-
openasr model-pack import
|
| 91 |
--package-id moonshine-tiny --quantization {fp16,q8-0,q4-k}
|
| 92 |
```
|
| 93 |
|
|
|
|
| 87 |
Converted from [UsefulSensors/moonshine-tiny](https://huggingface.co/UsefulSensors/moonshine-tiny) with the OpenASR importer:
|
| 88 |
|
| 89 |
```bash
|
| 90 |
+
openasr model-pack import moonshine <src> <out>.oasr \
|
| 91 |
--package-id moonshine-tiny --quantization {fp16,q8-0,q4-k}
|
| 92 |
```
|
| 93 |
|