Update README.md
Browse files
README.md
CHANGED
|
@@ -26,9 +26,9 @@ widget:
|
|
| 26 |
library_name: transformers
|
| 27 |
---
|
| 28 |
|
| 29 |
-
#
|
| 30 |
|
| 31 |
-
The Model [
|
| 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("
|
| 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 |
|