Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GGML quantizations of [Enterredaas-65b](https://huggingface.co/Aeala/Enterredaas-65b-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 |
+
```
|