Create README.md
Browse files
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 |
+
```
|