ParasiticRogue
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -81,14 +81,19 @@ For settings that are more *in depth* try this:
|
|
81 |
|
82 |
https://huggingface.co/ParasiticRogue/Merged-RP-Stew-V2-34B-exl2-4.65/discussions/1?not-for-all-audiences=true
|
83 |
|
84 |
-
### Prompt Format:
|
85 |
|
86 |
```
|
87 |
SYSTEM:
|
|
|
88 |
USER:
|
|
|
89 |
ASSISTANT:
|
|
|
90 |
```
|
91 |
|
|
|
|
|
92 |
### Models Merged
|
93 |
|
94 |
The following models were included in the merge:
|
|
|
81 |
|
82 |
https://huggingface.co/ParasiticRogue/Merged-RP-Stew-V2-34B-exl2-4.65/discussions/1?not-for-all-audiences=true
|
83 |
|
84 |
+
### Prompt Format: Chat-Vicuna
|
85 |
|
86 |
```
|
87 |
SYSTEM:
|
88 |
+
{system_prompt}<|im_end|>
|
89 |
USER:
|
90 |
+
{prompt}<|im_end|>
|
91 |
ASSISTANT:
|
92 |
+
{output}<|im_end|>
|
93 |
```
|
94 |
|
95 |
+
Yes, this is just ChatML mixed with Vicuna, but without the im_start tokens, and the characters are capitalized. it's a compromise in keeping it both creative and under control, trying to pull from both sources. It works in testing, but you can use the vanilla versions of either if you *really* want to.
|
96 |
+
|
97 |
### Models Merged
|
98 |
|
99 |
The following models were included in the merge:
|