Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Test157t/Pasta-PrimaMaid-7b
|
4 |
+
- macadeliccc/WestLake-7B-v2-laser-truthy-dpo
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
|
10 |
+
---
|
11 |
+
|
12 |
+
# Pasta-Lake-7b 4bpw
|
13 |
+
Exllama quant of [Test157t/Pasta-Lake-7b](https://huggingface.co/Test157t/Pasta-Lake-7b)
|
14 |
+
|
15 |
+
## Other quants:
|
16 |
+
EXL2: [8bpw](https://huggingface.co/Kooten/Pasta-Lake-7b-8bpw-exl2), [6bpw](https://huggingface.co/Kooten/Pasta-Lake-7b-6bpw-exl2), [5bpw](https://huggingface.co/Kooten/Pasta-Lake-7b-5bpw-exl2), [4bpw](https://huggingface.co/Kooten/Pasta-Lake-7b-4bpw-exl2)
|
17 |
+
|
18 |
+
|
19 |
+
## Prompt Format: ChatML
|
20 |
+
The merge contains multiple formats, alpaca, mistral and chatml however chatml should be a good place to start.
|
21 |
+
|
22 |
+
```
|
23 |
+
<|im_start|>system<|im_end|>
|
24 |
+
|
25 |
+
<|im_start|>user <|im_end|>
|
26 |
+
|
27 |
+
<|im_start|>assistant
|
28 |
+
```
|
29 |
+
|
30 |
+
## Contact
|
31 |
+
Kooten on discord
|
32 |
+
|
33 |
+
[ko-fi.com/kooten](https://ko-fi.com/kooten) if you would like to support me
|