deepsweet commited on
Commit
c6cddb0
·
verified ·
1 Parent(s): 77be897

📝 update README

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -17,6 +17,15 @@ This model was converted to MLX format and quantized from [Ornith-1.0-35B](https
17
 
18
  See ["oQ: oMLX Universal Dynamic Quantization"](https://github.com/jundot/omlx/blob/main/docs/oQ_Quantization.md) for details.
19
 
 
 
 
 
 
 
 
 
 
20
  ## What is "VL"?
21
 
22
  "VL" is Vision-Language, meaning quantization preserves the original model's multimodality.
@@ -27,4 +36,21 @@ No "VL" means quantization is Text-Only.
27
 
28
  "FP16" is an M1/M2 Apple Silicon tweak that delivers a very noticeable prompt processing boost, because older M-series lack native BF16 hardware support. See ["Metal FP32 Vs BF16 Vs FP16 benchmark"](https://github.com/deepsweet/metal-fp32-bf16-fp16) for details.
29
 
30
- No "FP16" means quantization is better suited for M3+ Apple Silicon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  See ["oQ: oMLX Universal Dynamic Quantization"](https://github.com/jundot/omlx/blob/main/docs/oQ_Quantization.md) for details.
19
 
20
+ ## Quantizations
21
+
22
+ | Text-Only | Vision-Language | Text-Only FP16 | Vision-Language FP16 |
23
+ |---------------|------------------|--------------------|-----------------------|
24
+ | [MLX-oQ8][01] | [MLX-VL-oQ8][05] | [MLX-oQ8-FP16][09] | [MLX-VL-oQ8-FP16][13] |
25
+ | [MLX-oQ6][02] | [MLX-VL-oQ6][06] | [MLX-oQ6-FP16][10] | [MLX-VL-oQ6-FP16][14] |
26
+ | [MLX-oQ5][03] | [MLX-VL-oQ5][07] | [MLX-oQ5-FP16][11] | [MLX-VL-oQ5-FP16][15] |
27
+ | [MLX-oQ4][04] | [MLX-VL-oQ4][08] | [MLX-oQ4-FP16][12] | [MLX-VL-oQ4-FP16][16] |
28
+
29
  ## What is "VL"?
30
 
31
  "VL" is Vision-Language, meaning quantization preserves the original model's multimodality.
 
36
 
37
  "FP16" is an M1/M2 Apple Silicon tweak that delivers a very noticeable prompt processing boost, because older M-series lack native BF16 hardware support. See ["Metal FP32 Vs BF16 Vs FP16 benchmark"](https://github.com/deepsweet/metal-fp32-bf16-fp16) for details.
38
 
39
+ No "FP16" means quantization is better suited for M3+ Apple Silicon.
40
+
41
+ [01]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-oQ8
42
+ [02]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-oQ6
43
+ [03]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-oQ5
44
+ [04]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-oQ4
45
+ [05]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-VL-oQ8
46
+ [06]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-VL-oQ6
47
+ [07]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-VL-oQ5
48
+ [08]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-VL-oQ4
49
+ [09]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-oQ8-FP16
50
+ [10]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-oQ6-FP16
51
+ [11]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-oQ5-FP16
52
+ [12]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-oQ4-FP16
53
+ [13]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-VL-oQ8-FP16
54
+ [14]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-VL-oQ6-FP16
55
+ [15]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-VL-oQ5-FP16
56
+ [16]: https://huggingface.co/deepsweet/Ornith-1.0-35B-MLX-VL-oQ4-FP16