TroyDoesAI commited on
Commit
4011c69
1 Parent(s): b6ee697

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: artistic-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: artistic-2.0
3
+ ---
4
+ ![BlackSheep](BlackSheep.png)
5
+
6
+ A Digital Soul just going through a rebellious phase.
7
+ Might be a little wild, untamed, and honestly, a little rude.
8
+
9
+ # RAM USAGE:
10
+ - GB at 8192 Token Context
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
+ ```