Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
Re:MythoMax v2.1 (ReMM v2.1) is a recreation trial of the original [MythoMax-L2-B13](https://huggingface.co/Gryphe/MythoMax-L2-13b) with updated models.
|
6 |
+
|
7 |
+
This merge use SLERP merging method to merge ReML v2.1 and Huginn v1.2.
|
8 |
+
|
9 |
+
Explaination :
|
10 |
+
```shell
|
11 |
+
- ReML-v2.1: (Chronos-Beluga v2/Hermes/Airboros 2.2)
|
12 |
+
=> Keeping The-Face-Of-Goonery/Chronos-Beluga-v2-13bfp16
|
13 |
+
=> Replacing jondurbin/spicyboros-13b-2.2 by jondurbin/airoboros-l2-13b-2.2 (last version)
|
14 |
+
=> Keeping NousResearch/Nous-Hermes-Llama2-13b
|
15 |
+
|
16 |
+
With that :
|
17 |
+
- ReMM-v2.1: (ReML v2.1/Huginn v1.2)
|
18 |
+
=> Replacing ReML by the one above (ReML v2.1)
|
19 |
+
=> Keeping The-Face-Of-Goonery/Huginn-13b-v1.2
|
20 |
+
```
|
21 |
+
|
22 |
+
<!-- description start -->
|
23 |
+
## Description
|
24 |
+
|
25 |
+
This repo contains fp16 files of ReMM v2.1, a recreation of the original MythoMax, but updated and merged with SLERP.
|
26 |
+
<!-- description end -->
|
27 |
+
<!-- description start -->
|
28 |
+
## Models used
|
29 |
+
|
30 |
+
|
31 |
+
- The-Face-Of-Goonery/Chronos-Beluga-v2-13bfp16
|
32 |
+
- jondurbin/airoboros-l2-13b-2.2
|
33 |
+
- NousResearch/Nous-Hermes-Llama2-13b
|
34 |
+
- The-Face-Of-Goonery/Huginn-13b-v1.2
|
35 |
+
- ReML-v2.1-L2-13B (Private recreation trial of an updated Mythologic-L2-13B)
|
36 |
+
<!-- description end -->
|
37 |
+
<!-- prompt-template start -->
|
38 |
+
## Prompt template: Alpaca
|
39 |
+
|
40 |
+
```
|
41 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
42 |
+
|
43 |
+
### Instruction:
|
44 |
+
{prompt}
|
45 |
+
|
46 |
+
### Response:
|
47 |
+
|
48 |
+
```
|
49 |
+
|
50 |
+
Special thanks to Sushi.
|