Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ tags:
|
|
9 |
- mlx-my-repo
|
10 |
---
|
11 |
|
12 |
-
#
|
13 |
|
14 |
-
The Model [
|
15 |
|
16 |
## Use with mlx
|
17 |
|
@@ -22,7 +22,7 @@ pip install mlx-lm
|
|
22 |
```python
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
-
model, tokenizer = load("
|
26 |
|
27 |
prompt="hello"
|
28 |
|
|
|
9 |
- mlx-my-repo
|
10 |
---
|
11 |
|
12 |
+
# mlx-community/Llama-3.2-3B-Instruct-abliterated-6bit
|
13 |
|
14 |
+
The Model [mlx-community/Llama-3.2-3B-Instruct-abliterated-6bit](https://huggingface.co/mlx-community/Llama-3.2-3B-Instruct-abliterated-6bit) was converted to MLX format from [huihui-ai/Llama-3.2-3B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) using mlx-lm version **0.22.3**.
|
15 |
|
16 |
## Use with mlx
|
17 |
|
|
|
22 |
```python
|
23 |
from mlx_lm import load, generate
|
24 |
|
25 |
+
model, tokenizer = load("mlx-community/Llama-3.2-3B-Instruct-abliterated-6bit")
|
26 |
|
27 |
prompt="hello"
|
28 |
|