Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,9 @@ Trained on 2x A100 SXM 40GB as an 8-bit LoRA.
|
|
12 |
|
13 |
This is a group-chat based roleplaying model, based off of [12B-Lyra-v4a2](https://huggingface.co/Sao10K/MN-12B-Lyra-v4a2), a variant of Lyra-v4 that is currently private.
|
14 |
|
15 |
-
It is trained on an entirely human-based dataset, based on forum / internet group roleplaying styles. The only augmentation is
|
|
|
|
|
16 |
|
17 |
---
|
18 |
|
@@ -46,6 +48,7 @@ Model Response<|im_end|>
|
|
46 |
```
|
47 |
|
48 |
**For best results, set both `<|im_end|>` and `[INST]` as stopping strings.**
|
|
|
49 |
|
50 |
---
|
51 |
|
|
|
12 |
|
13 |
This is a group-chat based roleplaying model, based off of [12B-Lyra-v4a2](https://huggingface.co/Sao10K/MN-12B-Lyra-v4a2), a variant of Lyra-v4 that is currently private.
|
14 |
|
15 |
+
It is trained on an entirely human-based dataset, based on forum / internet group roleplaying styles. The only augmentation done with LLMs is to the character sheets, to fit to the system prompt, to fit various character sheets within context.
|
16 |
+
|
17 |
+
This model is still capable of 1 on 1 roleplay, though I recommend using ChatML when doing that instead.
|
18 |
|
19 |
---
|
20 |
|
|
|
48 |
```
|
49 |
|
50 |
**For best results, set both `<|im_end|>` and `[INST]` as stopping strings.**
|
51 |
+
**Recommended Temperature is <1 , min_p of ateast 0.1**
|
52 |
|
53 |
---
|
54 |
|