Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
## Description
|
8 |
+
|
9 |
+
Exllama 2 quant of [NeverSleep/Echidna-13b-v0.1 ](https://huggingface.co/NeverSleep/Echidna-13b-v0.1)
|
10 |
+
|
11 |
+
8 BPW, Head bit set to 8
|
12 |
+
|
13 |
+
## Prompt template: Alpaca
|
14 |
+
|
15 |
+
```
|
16 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
17 |
+
|
18 |
+
### Instruction:
|
19 |
+
{prompt}
|
20 |
+
|
21 |
+
### Response:
|
22 |
+
|
23 |
+
```
|