abalogh commited on
Commit
6172f91
·
verified ·
1 Parent(s): 582cee7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,9 +18,9 @@ base_model: unsloth/phi-4
18
  library_name: transformers
19
  ---
20
 
21
- # abalogh/Unsloth-Phi-4-4bit
22
 
23
- The Model [abalogh/Unsloth-Phi-4-4bit](https://huggingface.co/abalogh/Unsloth-Phi-4-4bit) was
24
  converted to MLX format from [unsloth/phi-4](https://huggingface.co/unsloth/phi-4)
25
  using mlx-lm version **0.21.0**.
26
 
@@ -33,7 +33,7 @@ pip install mlx-lm
33
  ```python
34
  from mlx_lm import load, generate
35
 
36
- model, tokenizer = load("abalogh/Unsloth-Phi-4-4bit")
37
 
38
  prompt = "hello"
39
 
 
18
  library_name: transformers
19
  ---
20
 
21
+ # mlx-community/Unsloth-Phi-4-4bit
22
 
23
+ The Model [mlx-community/Unsloth-Phi-4-4bit](https://huggingface.co/mlx-community/Unsloth-Phi-4-4bit) was
24
  converted to MLX format from [unsloth/phi-4](https://huggingface.co/unsloth/phi-4)
25
  using mlx-lm version **0.21.0**.
26
 
 
33
  ```python
34
  from mlx_lm import load, generate
35
 
36
+ model, tokenizer = load("mlx-community/Unsloth-Phi-4-4bit")
37
 
38
  prompt = "hello"
39