Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
## Description
|
6 |
+
|
7 |
+
Exllama 2 quant of [NeverSleep/Noromaid-20b-v0.1.1](https://huggingface.co/NeverSleep/Noromaid-20b-v0.1.1)
|
8 |
+
|
9 |
+
Please make sure to read their description
|
10 |
+
|
11 |
+
4 BPW, Head bit set to 8
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
## Prompt template: Custom format, or Alpaca
|
16 |
+
You may use our custom prompting format, or simple alpaca. (Choose which fits best for you!)
|
17 |
+
|
18 |
+
### Custom format:
|
19 |
+
SillyTavern config files: [Context](https://files.catbox.moe/x85uy1.json), [Instruct](https://files.catbox.moe/ttw1l9.json).
|
20 |
+
|
21 |
+
### Alpaca:
|
22 |
+
```
|
23 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
24 |
+
|
25 |
+
### Instruction:
|
26 |
+
{prompt}
|
27 |
+
|
28 |
+
### Response:
|
29 |
+
|
30 |
+
```
|