AzureBlack
commited on
Commit
•
804e0e7
1
Parent(s):
0aa9419
Update README.md
Browse files
README.md
CHANGED
@@ -3,38 +3,45 @@
|
|
3 |
---
|
4 |
Exllama 2 version of model created by the work of IkariDev + Undi95
|
5 |
|
6 |
-
https://huggingface.co/IkariDev/Athena-v2
|
7 |
|
8 |
Original Card
|
9 |
-
|
|
|
|
|
10 |
|
11 |
-
|
12 |
|
13 |
Experimental Athena v2 model. Use Alpaca format.
|
14 |
-
|
|
|
|
|
15 |
|
16 |
This repo contains fp16 files of Athena-V2.
|
17 |
-
Models and loras used
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
Brouz/Slerpeno
|
23 |
-
boomerchan/Magpie-13b
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
[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)
|
|
|
|
|
|
|
|
|
26 |
|
27 |
-
|
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 |
-
<code>
|
34 |
### Instruction:
|
35 |
{prompt}
|
36 |
|
37 |
### Response:
|
38 |
-
</code>
|
39 |
|
40 |
-
|
|
|
|
|
|
3 |
---
|
4 |
Exllama 2 version of model created by the work of IkariDev + Undi95
|
5 |
|
|
|
6 |
|
7 |
Original Card
|
8 |
+
https://huggingface.co/IkariDev/Athena-v2
|
9 |
+
license: cc-by-nc-4.0
|
10 |
+
---
|
11 |
|
12 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/630dfb008df86f1e5becadc3/y9gdW2923RkORUxejcLVL.png)
|
13 |
|
14 |
Experimental Athena v2 model. Use Alpaca format.
|
15 |
+
|
16 |
+
<!-- description start -->
|
17 |
+
## Description
|
18 |
|
19 |
This repo contains fp16 files of Athena-V2.
|
|
|
20 |
|
21 |
+
<!-- description end -->
|
22 |
+
<!-- description start -->
|
23 |
+
## Models and loras used
|
|
|
|
|
24 |
|
25 |
+
- Xwin-LM/Xwin-LM-13B-V0.1
|
26 |
+
- Undi95/ReMM-v2.2-L2-13B
|
27 |
+
- Undi95/MLewd-L2-13B-v2-3
|
28 |
+
- Brouz/Slerpeno
|
29 |
+
- boomerchan/Magpie-13b
|
30 |
+
```
|
31 |
[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)
|
32 |
+
```
|
33 |
+
<!-- description end -->
|
34 |
+
<!-- prompt-template start -->
|
35 |
+
## Prompt template: Alpaca
|
36 |
|
37 |
+
```
|
|
|
|
|
|
|
38 |
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
39 |
|
|
|
40 |
### Instruction:
|
41 |
{prompt}
|
42 |
|
43 |
### Response:
|
|
|
44 |
|
45 |
+
```
|
46 |
+
|
47 |
+
HUGE thanks to [Undi95](https://huggingface.co/Undi95) for doing the merging (Recipe was my idea, he merged)
|