Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/630dfb008df86f1e5becadc3/XKvu-iA8ZJaw2rRLm1sVn.png)
|
6 |
+
|
7 |
+
Experimental Athena v4 model. Use Alpaca format. Suitable for RP, ERP and general stuff.
|
8 |
+
|
9 |
+
<!-- description start -->
|
10 |
+
## Description
|
11 |
+
|
12 |
+
<!-- [Recommended settings - contributed by localfultonextractor](https://files.catbox.moe/ue0tja.json) -->
|
13 |
+
|
14 |
+
This repo contains fp16 files of Athena-V4.
|
15 |
+
|
16 |
+
<!-- [GGUF - By TheBloke](https://huggingface.co/TheBloke/Athena-v3-GGUF)-->
|
17 |
+
|
18 |
+
<!-- [GPTQ - By TheBloke](https://huggingface.co/TheBloke/Athena-v3-GPTQ)-->
|
19 |
+
|
20 |
+
<!-- [exl2 - by AzureBlack](https://huggingface.co/AzureBlack/Athena-v2-6.0bit-exl2) -->
|
21 |
+
|
22 |
+
<!-- [AWQ - By TheBloke](https://huggingface.co/TheBloke/Athena-v3-AWQ)-->
|
23 |
+
|
24 |
+
<!-- [fp16 - by IkariDev+Undi95](https://huggingface.co/IkariDev/Athena-v3)-->
|
25 |
+
|
26 |
+
[GGUF - by IkariDev](https://huggingface.co/IkariDev/Athena-v4-GGUF)
|
27 |
+
<!-- [OLD(GGUF - by IkariDev+Undi95)](https://huggingface.co/IkariDev/Athena-v3-GGUF)-->
|
28 |
+
|
29 |
+
## Ratings:
|
30 |
+
|
31 |
+
Note: I have permission of all users to upload their ratings, i DONT screenshot random reviews without asking if i can put them here!
|
32 |
+
|
33 |
+
No ratings yet, if you want your rating to be here, send me a message over on DC and ill put up a screenshot of it here. DC name is "ikaridev".
|
34 |
+
|
35 |
+
<!-- description end -->
|
36 |
+
<!-- description start -->
|
37 |
+
## Models+loras used and recipe
|
38 |
+
|
39 |
+
- Athena-v3
|
40 |
+
- Xwin-LM/Xwin-LM-13B-V0.1
|
41 |
+
- Undi95/PsyMedRP-v1-13B
|
42 |
+
- cgato/Thespis-13b-v0.2
|
43 |
+
- jondurbin/airoboros-l2-13b-3.0
|
44 |
+
```
|
45 |
+
Athena-v4-tmp1 = [ Athena-v3(0.85)+Xwin-LM/Xwin-LM-13B-V0.1(0.15) ]
|
46 |
+
Athena-v4-tmp2 = [ Undi95/PsyMedRP-v1-13B(0.55)+cgato/Thespis-13b-v0.2(0.45) ]
|
47 |
+
|
48 |
+
Athena-v4-tmp3 = Athena-v4-tmp1(0.55) + Athena-v4-tmp2(0.35)
|
49 |
+
|
50 |
+
Athena-v4 = Athena-v4-tmp3 + jondurbin/airoboros-l2-13b-3.0(0.1)
|
51 |
+
```
|
52 |
+
<!-- description end -->
|
53 |
+
<!-- prompt-template start -->
|
54 |
+
## Prompt template: Alpaca
|
55 |
+
|
56 |
+
```
|
57 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
58 |
+
|
59 |
+
### Instruction:
|
60 |
+
{prompt}
|
61 |
+
|
62 |
+
### Response:
|
63 |
+
|
64 |
+
```
|
65 |
+
|
66 |
+
Thanks to [Undi95](https://huggingface.co/Undi95) for providing the machine for Athena v2 and Athena v3, and giving me infos about how things work. Going forward i will use a merging server provided by a friend.
|