Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- mistralai/Mixtral-8x7B-v0.1
|
4 |
+
- jondurbin/bagel-dpo-8x7b-v0.2
|
5 |
+
- Sao10K/Sensualize-Mixtral-bf16
|
6 |
+
- mistralai/Mixtral-8x7B-v0.1
|
7 |
+
- Doctor-Shotgun/limarp-zloss-mixtral-8x7b-qlora
|
8 |
+
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
9 |
+
tags:
|
10 |
+
- mergekit
|
11 |
+
- merge
|
12 |
+
license: cc-by-nc-4.0
|
13 |
+
---
|
14 |
+
|
15 |
+
# BagelMIsteryTour-v2-8x7B 3.5bpw
|
16 |
+
Exllama quant of [ycros/BagelMIsteryTour-v2-8x7B](https://huggingface.co/ycros/BagelMIsteryTour-v2-8x7B)
|
17 |
+
|
18 |
+
## Other quants:
|
19 |
+
|
20 |
+
EXL2: [8bpw](https://huggingface.co/Kooten/BagelMIsteryTour-v2-8x7B-8bpw-exl2), [6bpw](https://huggingface.co/Kooten/BagelMIsteryTour-v2-8x7B-6bpw-exl2), [5bpw](https://huggingface.co/Kooten/BagelMIsteryTour-v2-8x7B-5bpw-exl2), [4bpw](https://huggingface.co/Kooten/BagelMIsteryTour-v2-8x7B-4bpw-exl2), [3.5bpw](https://huggingface.co/Kooten/BagelMIsteryTour-v2-8x7B-3.5bpw-exl2)
|
21 |
+
|
22 |
+
## Prompt format: Alpaca
|
23 |
+
It is noted to also work with mistral
|
24 |
+
|
25 |
+
```
|
26 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
27 |
+
### Instruction:
|
28 |
+
{prompt}
|
29 |
+
### Input:
|
30 |
+
{input}
|
31 |
+
### Response:
|
32 |
+
```
|
33 |
+
|
34 |
+
## Contact
|
35 |
+
Kooten on discord
|
36 |
+
|
37 |
+
[ko-fi.com/kooten](https://ko-fi.com/kooten) if you would like to support me
|