Felladrin commited on
Commit
4741158
·
verified ·
1 Parent(s): 57c871d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,9 +26,9 @@ widget:
26
  library_name: transformers
27
  ---
28
 
29
- # Felladrin/phi-4-abliterated-Q6-mlx
30
 
31
- The Model [Felladrin/phi-4-abliterated-Q6-mlx](https://huggingface.co/Felladrin/phi-4-abliterated-Q6-mlx) was converted to MLX format from [huihui-ai/phi-4-abliterated](https://huggingface.co/huihui-ai/phi-4-abliterated) using mlx-lm version **0.20.5**.
32
 
33
  ## Use with mlx
34
 
@@ -39,7 +39,7 @@ pip install mlx-lm
39
  ```python
40
  from mlx_lm import load, generate
41
 
42
- model, tokenizer = load("Felladrin/phi-4-abliterated-Q6-mlx")
43
 
44
  prompt="hello"
45
 
 
26
  library_name: transformers
27
  ---
28
 
29
+ # mlx-community/phi-4-abliterated-6bit
30
 
31
+ The Model [mlx-community/phi-4-abliterated-6bit](https://huggingface.co/mlx-community/phi-4-abliterated-6bit) was converted to MLX format from [huihui-ai/phi-4-abliterated](https://huggingface.co/huihui-ai/phi-4-abliterated) using mlx-lm version **0.20.5**.
32
 
33
  ## Use with mlx
34
 
 
39
  ```python
40
  from mlx_lm import load, generate
41
 
42
+ model, tokenizer = load("mlx-community/phi-4-abliterated-6bit")
43
 
44
  prompt="hello"
45