Kooten commited on
Commit
256aa65
1 Parent(s): 3396b63

Create README.md

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