Felladrin commited on
Commit
642affd
·
verified ·
1 Parent(s): b8e617e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,9 +13,9 @@ tags:
13
  base_model: HuggingFaceTB/SmolLM2-360M-Instruct
14
  ---
15
 
16
- # Felladrin/SmolLM2-360M-Instruct-Q6-mlx
17
 
18
- The Model [Felladrin/SmolLM2-360M-Instruct-Q6-mlx](https://huggingface.co/Felladrin/SmolLM2-360M-Instruct-Q6-mlx) was converted to MLX format from [HuggingFaceTB/SmolLM2-360M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct) using mlx-lm version **0.20.5**.
19
 
20
  ## Use with mlx
21
 
@@ -26,7 +26,7 @@ pip install mlx-lm
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
- model, tokenizer = load("Felladrin/SmolLM2-360M-Instruct-Q6-mlx")
30
 
31
  prompt="hello"
32
 
 
13
  base_model: HuggingFaceTB/SmolLM2-360M-Instruct
14
  ---
15
 
16
+ # mlx-community/SmolLM2-360M-Instruct-6bit
17
 
18
+ The Model [mlx-community/SmolLM2-360M-Instruct-6bit](https://huggingface.co/mlx-community/SmolLM2-360M-Instruct-6bit) was converted to MLX format from [HuggingFaceTB/SmolLM2-360M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct) using mlx-lm version **0.20.5**.
19
 
20
  ## Use with mlx
21
 
 
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
+ model, tokenizer = load("mlx-community/SmolLM2-360M-Instruct-6bit")
30
 
31
  prompt="hello"
32