Instructions to use OpenASR/whisper-tiny.en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenASR
How to use OpenASR/whisper-tiny.en with OpenASR:
# Install the openasr CLI: https://github.com/QuintinShaw/openasr/releases openasr pull whisper-tiny.en openasr transcribe audio.wav --model whisper-tiny.en
- Notebooks
- Google Colab
- Kaggle
docs: update model-pack import syntax to current CLI
Browse files
README.md
CHANGED
|
@@ -85,7 +85,7 @@ budgets and fp16 is for verification or maximum fidelity.
|
|
| 85 |
Converted from [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) with the OpenASR importer:
|
| 86 |
|
| 87 |
```bash
|
| 88 |
-
openasr model-pack import
|
| 89 |
--package-id whisper-tiny.en --quantization {fp16,q8-0,q4-k}
|
| 90 |
```
|
| 91 |
|
|
|
|
| 85 |
Converted from [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) with the OpenASR importer:
|
| 86 |
|
| 87 |
```bash
|
| 88 |
+
openasr model-pack import whisper <src> <out>.oasr \
|
| 89 |
--package-id whisper-tiny.en --quantization {fp16,q8-0,q4-k}
|
| 90 |
```
|
| 91 |
|