README: add explicit Credits (Mistral upstream + MLX community source)
Browse files
README.md
CHANGED
|
@@ -41,4 +41,7 @@ print(generate(model, tokenizer, "Hello!", max_tokens=64))
|
|
| 41 |
|
| 42 |
## License
|
| 43 |
- Apache-2.0 (see `LICENSE.txt`).
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
## License
|
| 43 |
- Apache-2.0 (see `LICENSE.txt`).
|
| 44 |
+
|
| 45 |
+
## Credits
|
| 46 |
+
- Upstream model: [`mistralai/Voxtral-Mini-3B-2507`](https://huggingface.co/mistralai/Voxtral-Mini-3B-2507)
|
| 47 |
+
- MLX bf16 base used for quantization: [`mlx-community/Voxtral-Mini-3B-2507-bf16`](https://huggingface.co/mlx-community/Voxtral-Mini-3B-2507-bf16)
|