Felladrin commited on
Commit
db52faa
·
verified ·
1 Parent(s): 7585940

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,9 +17,9 @@ library_name: transformers
17
  base_model: microsoft/Phi-4-mini-instruct
18
  ---
19
 
20
- # Felladrin/Phi-4-mini-instruct-Q6-mlx
21
 
22
- The Model [Felladrin/Phi-4-mini-instruct-Q6-mlx](https://huggingface.co/Felladrin/Phi-4-mini-instruct-Q6-mlx) was converted to MLX format from [microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct) using mlx-lm version **0.21.5**.
23
 
24
  ## Use with mlx
25
 
@@ -30,7 +30,7 @@ pip install mlx-lm
30
  ```python
31
  from mlx_lm import load, generate
32
 
33
- model, tokenizer = load("Felladrin/Phi-4-mini-instruct-Q6-mlx")
34
 
35
  prompt="hello"
36
 
 
17
  base_model: microsoft/Phi-4-mini-instruct
18
  ---
19
 
20
+ # mlx-community/Phi-4-mini-instruct-6bit
21
 
22
+ The Model [mlx-community/Phi-4-mini-instruct-6bit](https://huggingface.co/mlx-community/Phi-4-mini-instruct-6bit) was converted to MLX format from [microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct) using mlx-lm version **0.21.5**.
23
 
24
  ## Use with mlx
25
 
 
30
  ```python
31
  from mlx_lm import load, generate
32
 
33
+ model, tokenizer = load("mlx-community/Phi-4-mini-instruct-6bit")
34
 
35
  prompt="hello"
36