Fix README: correct quantization description, remove mlx-audio version reference
Browse files
README.md
CHANGED
|
@@ -93,9 +93,9 @@ pipeline_tag: text-to-speech
|
|
| 93 |
base_model: fishaudio/s2-pro
|
| 94 |
---
|
| 95 |
|
| 96 |
-
#
|
| 97 |
|
| 98 |
-
This model
|
| 99 |
|
| 100 |
Refer to the [original model card](https://huggingface.co/fishaudio/s2-pro) for more details on the model.
|
| 101 |
|
|
|
|
| 93 |
base_model: fishaudio/s2-pro
|
| 94 |
---
|
| 95 |
|
| 96 |
+
# fish-audio-s2-pro-8bit
|
| 97 |
|
| 98 |
+
This model is an 8-bit quantized version of [`fishaudio/s2-pro`](https://huggingface.co/fishaudio/s2-pro), quantized using `mlx.nn.quantize()` (group_size=64, bits=8) via [scripts/quantize_fish_s2.py](https://github.com/cs2764/mlx-audio-api/blob/main/scripts/quantize_fish_s2.py).
|
| 99 |
|
| 100 |
Refer to the [original model card](https://huggingface.co/fishaudio/s2-pro) for more details on the model.
|
| 101 |
|