Aeala commited on
Commit
ea8067c
1 Parent(s): 90b1e87

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 4-bit GPTQ quantization of [VicUnlocked-alpaca-65b](https://huggingface.co/Aeala/VicUnlocked-alpaca-65b-QLoRA)
2
+
3
+ **Important Note**: While this is trained on a cleaned ShareGPT dataset like Vicuna used, this was trained in the *Alpaca* format, so prompting should be something like:
4
+
5
+ ```
6
+ ### Instruction:
7
+
8
+ <prompt> (without the <>)
9
+
10
+ ### Response:
11
+ ```