Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,9 @@ tags:
|
|
12 |
- unaligned
|
13 |
- dangerous
|
14 |
- mlx
|
15 |
-
base_model:
|
|
|
|
|
16 |
---
|
17 |
|
18 |
## Forgotten-Safeword-24B
|
@@ -86,4 +88,4 @@ if tokenizer.chat_template is not None:
|
|
86 |
)
|
87 |
|
88 |
response = generate(model, tokenizer, prompt=prompt, verbose=True)
|
89 |
-
```
|
|
|
12 |
- unaligned
|
13 |
- dangerous
|
14 |
- mlx
|
15 |
+
base_model:
|
16 |
+
- ReadyArt/Forgotten-Safeword-24B
|
17 |
+
- mistralai/Mistral-Small-24B-Instruct-2501
|
18 |
---
|
19 |
|
20 |
## Forgotten-Safeword-24B
|
|
|
88 |
)
|
89 |
|
90 |
response = generate(model, tokenizer, prompt=prompt, verbose=True)
|
91 |
+
```
|