Instructions to use anquachdev/hibiki-1b-mlx-q8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use anquachdev/hibiki-1b-mlx-q8 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir hibiki-1b-mlx-q8 anquachdev/hibiki-1b-mlx-q8
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Add Hugging Face model metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Hibiki 1B MLX Q8
|
| 2 |
|
| 3 |
Weight-only quantization of the language model from the artifact revision `unknown`.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- fr
|
| 5 |
+
- en
|
| 6 |
+
base_model: kyutai/hibiki-1b-mlx-bf16
|
| 7 |
+
base_model_relation: quantized
|
| 8 |
+
tags:
|
| 9 |
+
- hibiki
|
| 10 |
+
- mlx
|
| 11 |
+
- speech-to-speech
|
| 12 |
+
- quantized
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
# Hibiki 1B MLX Q8
|
| 16 |
|
| 17 |
Weight-only quantization of the language model from the artifact revision `unknown`.
|