AlejandroOlmedo commited on
Commit
c2e4e53
·
verified ·
1 Parent(s): e7079bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -13,6 +13,31 @@ tags:
13
  - mlx
14
  ---
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  # AlejandroOlmedo/DeepScaleR-1.5B-Preview-mlx
17
 
18
  The Model [AlejandroOlmedo/DeepScaleR-1.5B-Preview-mlx](https://huggingface.co/AlejandroOlmedo/DeepScaleR-1.5B-Preview-mlx) was
 
13
  - mlx
14
  ---
15
 
16
+ # About:
17
+
18
+ **A fine-tuned version of Deepseek-R1-Distilled-Qwen-1.5B that surpasses the performance of OpenAI’s o1-preview with just 1.5B parameters on popular math evaluations.**
19
+
20
+ *Special thanks to Agentica for fine-tuning this version of Deepseek-R1-Distilled-Qwen-1.5B. More information about it can be found here:*
21
+
22
+ https://huggingface.co/agentica-org/DeepScaleR-1.5B-Preview. (Base Model)
23
+
24
+
25
+ </a>
26
+ <a href="https://huggingface.co/agentica-org" style="margin: 2px;">
27
+ <img alt="Hugging Face" src="https://img.shields.io/badge/Agentica-fcd022?style=for-the-badge&logo=huggingface&logoColor=000&labelColor" style="display: inline-block; vertical-align: middle;"/>
28
+ </a>
29
+
30
+ - Converted to MLX format for improved performance on Apple Silicon Macs (M1,M2,M3,M4).
31
+ - No quantization done, for the full 1.5B parameter model.
32
+ - If you want a smaller size (quantized), see the mlx models below.
33
+
34
+ # Other Types/Quants:
35
+ | Link | Type | Size| Notes |
36
+ |-------|-----------|-----------|-----------|
37
+ | [MLX] (https://huggingface.co/AlejandroOlmedo/DeepScaleR-1.5B-Preview-8bit-mlx) | 8-bit | 1.90 GB | **Best Quality** |
38
+ | [MLX] (https://huggingface.co/AlejandroOlmedo/DeepScaleR-1.5B-Preview-6bit-mlx) | 6-bit | 1.46 GB | Better Quality|
39
+ | [MLX] (https://huggingface.co/AlejandroOlmedo/DeepScaleR-1.5B-Preview-4bit-mlx) | 4-bit | 1.01 GB | Good Quality|
40
+
41
  # AlejandroOlmedo/DeepScaleR-1.5B-Preview-mlx
42
 
43
  The Model [AlejandroOlmedo/DeepScaleR-1.5B-Preview-mlx](https://huggingface.co/AlejandroOlmedo/DeepScaleR-1.5B-Preview-mlx) was