Instructions to use tawankri/distill-thonburian-whisper-large-v3-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use tawankri/distill-thonburian-whisper-large-v3-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir distill-thonburian-whisper-large-v3-mlx tawankri/distill-thonburian-whisper-large-v3-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
---
|
| 2 |
library_name: mlx
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# tawankri/distill-thonburian-whisper-large-v3-mlx
|
| 6 |
-
This model was converted to MLX format from [`biodatlab/distill-whisper-th-large-v3`]().
|
| 7 |
|
| 8 |
## Use with mlx
|
| 9 |
```bash
|
|
@@ -17,4 +20,4 @@ result = mlx_whisper.transcribe(
|
|
| 17 |
"FILE_NAME",
|
| 18 |
path_or_hf_repo=mlx-community/tawankri/distill-thonburian-whisper-large-v3-mlx,
|
| 19 |
)
|
| 20 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: mlx
|
| 3 |
+
language:
|
| 4 |
+
- th
|
| 5 |
+
pipeline_tag: automatic-speech-recognition
|
| 6 |
---
|
| 7 |
|
| 8 |
# tawankri/distill-thonburian-whisper-large-v3-mlx
|
| 9 |
+
This model was converted to MLX format from [`biodatlab/distill-whisper-th-large-v3`](https://huggingface.co/biodatlab/distill-whisper-th-large-v3).
|
| 10 |
|
| 11 |
## Use with mlx
|
| 12 |
```bash
|
|
|
|
| 20 |
"FILE_NAME",
|
| 21 |
path_or_hf_repo=mlx-community/tawankri/distill-thonburian-whisper-large-v3-mlx,
|
| 22 |
)
|
| 23 |
+
```
|