NeoRoth commited on
Commit
6adaa67
·
verified ·
1 Parent(s): 6b8d347

README: add explicit Credits (Mistral upstream + MLX community source)

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- - Credit: MLX base from `mlx-community/Voxtral-Mini-3B-2507-bf16`; upstream model [`mistralai/Voxtral-Mini-3B-2507`](https://huggingface.co/mistralai/Voxtral-Mini-3B-2507).
 
 
 
 
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)