Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+

|
6 |
+
|
7 |
+
Experimental Athena v2 model. Use Alpaca format.
|
8 |
+
|
9 |
+
<!-- description start -->
|
10 |
+
## Description
|
11 |
+
|
12 |
+
This repo contains quantized files of Athena-V2.
|
13 |
+
|
14 |
+
<!-- description end -->
|
15 |
+
<!-- description start -->
|
16 |
+
## Models and loras used
|
17 |
+
|
18 |
+
- Xwin-LM/Xwin-LM-13B-V0.1
|
19 |
+
- Undi95/ReMM-v2.2-L2-13B
|
20 |
+
- Undi95/MLewd-L2-13B-v2-3
|
21 |
+
- Brouz/Slerpeno
|
22 |
+
- boomerchan/Magpie-13b
|
23 |
+
```
|
24 |
+
[Xwin (0.30) + ReMM v2.2 (0.70)](0.45) x [[Xwin (0.40) + MLewd v2-3 (0.60)](0.80) + [Slerpeno(0.50) + Magpie-13b(0.50)](0.20)](0.55)
|
25 |
+
```
|
26 |
+
<!-- description end -->
|
27 |
+
<!-- prompt-template start -->
|
28 |
+
## Prompt template: Alpaca
|
29 |
+
|
30 |
+
```
|
31 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
32 |
+
|
33 |
+
### Instruction:
|
34 |
+
{prompt}
|
35 |
+
|
36 |
+
### Response:
|
37 |
+
|
38 |
+
```
|
39 |
+
|
40 |
+
HUGE thanks to [Undi95](https://huggingface.co/Undi95) for doing the merging (Recipe was my idea, he merged)
|
41 |
+
|
42 |
+
To TheBloke: please if you quant this, please inlude [IkariDev](https://huggingface.co/IkariDev) + [Undi95](https://huggingface.co/Undi95) in all the credits/links to the creator.
|