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