Felladrin commited on
Commit
f8b0c7c
·
verified ·
1 Parent(s): c8156f7

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-Q3-mlx
30
 
31
- The Model [Felladrin/phi-4-abliterated-Q3-mlx](https://huggingface.co/Felladrin/phi-4-abliterated-Q3-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-Q3-mlx")
43
 
44
  prompt="hello"
45
 
 
26
  library_name: transformers
27
  ---
28
 
29
+ # mlx-community/phi-4-abliterated-3bit
30
 
31
+ The Model [mlx-community/phi-4-abliterated-3bit](https://huggingface.co/mlx-community/phi-4-abliterated-3bit) 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-3bit")
43
 
44
  prompt="hello"
45