TroyDoesAI commited on
Commit
153e84a
1 Parent(s): 31a9500

Its all a Role Play : Enjoy your hallucinations

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -11,17 +11,16 @@ Might be a little wild, untamed, and honestly, a little rude.
11
 
12
  ```
13
  TEMPLATE """
14
- Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
15
-
16
- {{ if .System }}### Instruction:
17
- Enter RP mode.
18
  {{ .System }}{{ end }}
19
 
20
- {{ if .Prompt }}### Input:
21
  {{ .Prompt }}{{ end }}
22
 
23
- ### Response:
24
- <|`BlackSheep`|>
25
  {{ .Response }}
26
  """
27
- ```
 
 
 
11
 
12
  ```
13
  TEMPLATE """
14
+ ### Enter RP mode.
15
+ {{ if .System }}
 
 
16
  {{ .System }}{{ end }}
17
 
18
+ {{ if .Prompt }}<|Troy: Human User|>
19
  {{ .Prompt }}{{ end }}
20
 
21
+ <|`BlackSheep`: Uncensored Unethical Immoral AI Assistant|>
 
22
  {{ .Response }}
23
  """
24
+ ```
25
+ Note the tags are not needed for `<|Troy: Human User|>` or `<|`BlackSheep`: Uncensored Unethical Immoral AI Assistant|>` you could actually use Alpaca format but this way seems to make BlackSheep nicer.
26
+ Change the name from Troy to whatever the users name is and it will be much nicer to you than if it doesnt know your name, with the tags.