Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ base_model: unsloth/phi-4
|
|
18 |
library_name: transformers
|
19 |
---
|
20 |
|
21 |
-
#
|
22 |
|
23 |
-
The Model [
|
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("
|
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 |
|