Aeala commited on
Commit
576b88c
1 Parent(s): 0694fca

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 4-bit GPTQ quantization of [Enterredaas-33b](https://huggingface.co/Aeala/Enterredaas-33b-QLoRA)
2
+
3
+ **Important Note**: This was trained in the *Alpaca* format, so prompting should be something like:
4
+
5
+ ```
6
+ ### Instruction:
7
+
8
+ <system prompt> (without the <>, this works like telling the AI what it is/purpose. i.e. like ChatGPT API's system prompt)
9
+
10
+ ### Input:
11
+
12
+ <prompt> (without the <>)
13
+
14
+ ### Response:
15
+ ```