Aeala commited on
Commit
0f93e34
1 Parent(s): ed07d43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1 +1,11 @@
1
- 4-bit GPTQ quantization of [VicUnlocked-alpaca-30b](https://huggingface.co/Aeala/VicUnlocked-alpaca-30b)
 
 
 
 
 
 
 
 
 
 
 
1
+ 4-bit GPTQ quantization of [VicUnlocked-alpaca-30b](https://huggingface.co/Aeala/VicUnlocked-alpaca-30b)
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
+ ```