Upload README.md
Browse files
README.md
CHANGED
@@ -61,9 +61,10 @@ By using this model, you:
|
|
61 |
## Model Authors
|
62 |
- sleepdeprived3
|
63 |
|
64 |
-
# mlx-community/Forgotten-Safeword-24B
|
65 |
|
66 |
-
|
|
|
|
|
67 |
|
68 |
## Use with mlx
|
69 |
|
@@ -74,7 +75,7 @@ pip install mlx-lm
|
|
74 |
```python
|
75 |
from mlx_lm import load, generate
|
76 |
|
77 |
-
model, tokenizer = load("mlx-community/Forgotten-Safeword-24B")
|
78 |
|
79 |
prompt = "hello"
|
80 |
|
|
|
61 |
## Model Authors
|
62 |
- sleepdeprived3
|
63 |
|
|
|
64 |
|
65 |
+
# mlx-community/Forgotten-Safeword-24B-4bit
|
66 |
+
|
67 |
+
The Model [mlx-community/Forgotten-Safeword-24B-4bit](https://huggingface.co/mlx-community/Forgotten-Safeword-24B-4bit) was converted to MLX format from [ReadyArt/Forgotten-Safeword-24B](https://huggingface.co/ReadyArt/Forgotten-Safeword-24B) using mlx-lm version **0.21.1**.
|
68 |
|
69 |
## Use with mlx
|
70 |
|
|
|
75 |
```python
|
76 |
from mlx_lm import load, generate
|
77 |
|
78 |
+
model, tokenizer = load("mlx-community/Forgotten-Safeword-24B-4bit")
|
79 |
|
80 |
prompt = "hello"
|
81 |
|