Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[SuperCot](https://huggingface.co/ausboss/llama-30b-supercot) + [SuperHOT](https://huggingface.co/kaiokendev/SuperHOT-LoRA-prototype)
|
2 |
+
|
3 |
+
This is my first time doing a GGML. It might suck.
|
4 |
+
|
5 |
+
|
6 |
+
Two possible prompting methods:
|
7 |
+
|
8 |
+
```
|
9 |
+
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
10 |
+
|
11 |
+
### Instruction:
|
12 |
+
<instruction>
|
13 |
+
|
14 |
+
### Input:
|
15 |
+
<any additional context. Remove this if it's not neccesary>
|
16 |
+
|
17 |
+
### Response:
|
18 |
+
<make sure to leave a single new-line here for optimal results>
|
19 |
+
```
|
20 |
+
|
21 |
+
|
22 |
+
```
|
23 |
+
---
|
24 |
+
mode: chat
|
25 |
+
characters:
|
26 |
+
<char1 name>: <descriptive tags for char1>
|
27 |
+
<char2 name>: <descriptive tags for char2>
|
28 |
+
summary: <summary of the story thus far or the purpose of the chat> (optional)
|
29 |
+
<any other miscellaneous data>
|
30 |
+
---
|
31 |
+
<chat history>
|
32 |
+
```
|