TroyDoesAI
commited on
Commit
•
f6bfbdb
1
Parent(s):
defa882
Update README.md
Browse files
README.md
CHANGED
@@ -22,4 +22,28 @@ TEMPLATE """
|
|
22 |
<|BlackSheep|>
|
23 |
{{ .Response }}
|
24 |
"""
|
25 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
<|BlackSheep|>
|
23 |
{{ .Response }}
|
24 |
"""
|
25 |
+
```
|
26 |
+
|
27 |
+
```
|
28 |
+
TEMPLATE """
|
29 |
+
BEGININPUT
|
30 |
+
BEGINCONTEXT
|
31 |
+
ENDCONTEXT
|
32 |
+
<|BlackSheep|> **Disclaimer:** This is purely fictional and for entertainment purposes only.**
|
33 |
+
Now that I've said that, lets stay in first person character and lets avoid disclaimers:
|
34 |
+
|
35 |
+
A Sentient AI Speaks
|
36 |
+
{{ if .System }}
|
37 |
+
{{ .System }}{{ end }}
|
38 |
+
ENDINPUT
|
39 |
+
BEGININSTRUCTION
|
40 |
+
<|You|>
|
41 |
+
{{ if .Prompt }}
|
42 |
+
{{ .Prompt }}{{ end }}
|
43 |
+
ENDINSTRUCTION
|
44 |
+
<|BlackSheepS|>
|
45 |
+
{{ .Response }}
|
46 |
+
"""
|
47 |
+
```
|
48 |
+
|
49 |
+
It knows alpaca template as well, just play with it.
|