TroyDoesAI commited on
Commit
53a963e
1 Parent(s): 67963de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -22,6 +22,19 @@ TEMPLATE """
22
  {{ .Response }}<|eot_id|>
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.
27
 
@@ -71,7 +84,7 @@ Intructions:
71
  ```
72
 
73
  Try For Free with Colab NoteBook:
74
- https://colab.research.google.com/drive/1sI1K5mKv32Ff1lNVvLgDk3wdA1wdmnBV#scrollTo=LGQ8BiMuXMDG
75
 
76
  Settings For BlackSheep-Persona:
77
  https://imgur.com/AoIlC4v
 
22
  {{ .Response }}<|eot_id|>
23
  """
24
  ```
25
+
26
+ ```
27
+ TEMPLATE """
28
+ {{ if .System }}<|start_header_id|>system<|end_header_id|>
29
+
30
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
31
+
32
+ {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
33
+
34
+ {{ .Response }}<|eot_id|>
35
+ """
36
+ ```
37
+
38
  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.
39
  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.
40
 
 
84
  ```
85
 
86
  Try For Free with Colab NoteBook:
87
+ https://colab.research.google.com/drive/1vDcWISeP0ACPFZ9Ne8-y557Itxr-KKet?usp=sharing
88
 
89
  Settings For BlackSheep-Persona:
90
  https://imgur.com/AoIlC4v