Felladrin commited on
Commit
66d17f5
·
verified ·
1 Parent(s): fa3b80c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,9 +18,9 @@ tags:
18
  - mlx-my-repo
19
  ---
20
 
21
- # Felladrin/Qwen2.5-Coder-32B-Instruct-abliterated-Q4-mlx
22
 
23
- The Model [Felladrin/Qwen2.5-Coder-32B-Instruct-abliterated-Q4-mlx](https://huggingface.co/Felladrin/Qwen2.5-Coder-32B-Instruct-abliterated-Q4-mlx) was converted to MLX format from [huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) using mlx-lm version **0.20.5**.
24
 
25
  ## Use with mlx
26
 
@@ -31,7 +31,7 @@ pip install mlx-lm
31
  ```python
32
  from mlx_lm import load, generate
33
 
34
- model, tokenizer = load("Felladrin/Qwen2.5-Coder-32B-Instruct-abliterated-Q4-mlx")
35
 
36
  prompt="hello"
37
 
 
18
  - mlx-my-repo
19
  ---
20
 
21
+ # mlx-community/Qwen2.5-Coder-32B-Instruct-abliterated-4bit
22
 
23
+ The Model [mlx-community/Qwen2.5-Coder-32B-Instruct-abliterated-4bit](https://huggingface.co/mlx-community/Qwen2.5-Coder-32B-Instruct-abliterated-4bit) was converted to MLX format from [huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) using mlx-lm version **0.20.5**.
24
 
25
  ## Use with mlx
26
 
 
31
  ```python
32
  from mlx_lm import load, generate
33
 
34
+ model, tokenizer = load("mlx-community/Qwen2.5-Coder-32B-Instruct-abliterated-4bit")
35
 
36
  prompt="hello"
37