invisietch
commited on
Commit
•
bd4a56e
1
Parent(s):
b8bc6f4
Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,25 @@ Ethereal Rainbow is available as fp16 Safetensors & various GGUF quantizations (
|
|
34 |
This model is built on an abliterated base and as such is largely uncensored. It can generate explicit, disturbing or offensive responses.
|
35 |
Use responsibly. I am not responsible for your use of this model.
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
# Example Storywriting
|
38 |
|
39 |
These prompts are used on SillyTavern with a fairly basic narrator card. I have trimmed the start and finish where the narrator decided to add
|
|
|
34 |
This model is built on an abliterated base and as such is largely uncensored. It can generate explicit, disturbing or offensive responses.
|
35 |
Use responsibly. I am not responsible for your use of this model.
|
36 |
|
37 |
+
# Prompting Format
|
38 |
+
|
39 |
+
I'd recommend Llama-3 prompting format:
|
40 |
+
|
41 |
+
```
|
42 |
+
<|start_header_id|>system<|end_header_id|>
|
43 |
+
|
44 |
+
{{#if system}}{{system}}
|
45 |
+
{{/if}}{{#if wiBefore}}{{wiBefore}}
|
46 |
+
{{/if}}{{#if description}}{{description}}
|
47 |
+
{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}
|
48 |
+
{{/if}}{{#if scenario}}Scenario: {{scenario}}
|
49 |
+
{{/if}}{{#if wiAfter}}{{wiAfter}}
|
50 |
+
{{/if}}{{#if persona}}{{persona}}
|
51 |
+
{{/if}}{{trim}}<|eot_id|>
|
52 |
+
```
|
53 |
+
|
54 |
+
Some of the models included in the merge were trained on ChatML & Alpaca so you can try those. I have not tested them.
|
55 |
+
|
56 |
# Example Storywriting
|
57 |
|
58 |
These prompts are used on SillyTavern with a fairly basic narrator card. I have trimmed the start and finish where the narrator decided to add
|