Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ pipeline_tag: text-generation
|
|
16 |
library_name: transformers
|
17 |
---
|
18 |
|
19 |
-
#
|
20 |
|
21 |
-
The Model [
|
22 |
|
23 |
## Use with mlx
|
24 |
|
@@ -29,7 +29,7 @@ pip install mlx-lm
|
|
29 |
```python
|
30 |
from mlx_lm import load, generate
|
31 |
|
32 |
-
model, tokenizer = load("
|
33 |
|
34 |
prompt="hello"
|
35 |
|
|
|
16 |
library_name: transformers
|
17 |
---
|
18 |
|
19 |
+
# mlx-community/Huihui-gemma-3-270m-it-abliterated-4bit
|
20 |
|
21 |
+
The Model [mlx-community/Huihui-gemma-3-270m-it-abliterated-4bit](https://huggingface.co/mlx-community/Huihui-gemma-3-270m-it-abliterated-4bit) was converted to MLX format from [huihui-ai/Huihui-gemma-3-270m-it-abliterated](https://huggingface.co/huihui-ai/Huihui-gemma-3-270m-it-abliterated) using mlx-lm version **0.26.4**.
|
22 |
|
23 |
## Use with mlx
|
24 |
|
|
|
29 |
```python
|
30 |
from mlx_lm import load, generate
|
31 |
|
32 |
+
model, tokenizer = load("mlx-community/Huihui-gemma-3-270m-it-abliterated-4bit")
|
33 |
|
34 |
prompt="hello"
|
35 |
|