Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
---
|
4 |
+
Re:MythoMax (ReMM) is a recreation trial of the original [MythoMax-L2-B13](https://huggingface.co/Gryphe/MythoMax-L2-13b) with updated models.
|
5 |
+
|
6 |
+
This merge use SLERP [TESTING] to merge ReML and Huginn v1.2.
|
7 |
+
|
8 |
+
It can be unusable.
|
9 |
+
|
10 |
+
Command useds and explaination :
|
11 |
+
```shell
|
12 |
+
Due to hardware limitation, some merge was done in 2 part.
|
13 |
+
|
14 |
+
- Recreate ReML : Mythologic (v2) (Chronos/Hermes/Airboros)
|
15 |
+
=> Replacing Chronos by The-Face-Of-Goonery/Chronos-Beluga-v2-13bfp16 (0.30)
|
16 |
+
=> Replacing Airoboros by jondurbin/airoboros-l2-13b-2.1 (last version) (0.40)
|
17 |
+
=> Keeping NousResearch/Nous-Hermes-Llama2-13b (0.30)
|
18 |
+
|
19 |
+
Part 1: python ties_merge.py TheBloke/Llama-2-13B-fp16 ./ReML-L2-13B-part1 --merge The-Face-Of-Goonery/Chronos-Beluga-v2-13bfp16 --density 0.42 --merge jondurbin/airoboros-l2-13b-2.1 --density 0.56 --cuda
|
20 |
+
|
21 |
+
Part 2: python ties_merge.py TheBloke/Llama-2-13B-fp16 ./ReML-L2-13B --merge NousResearch/Nous-Hermes-Llama2-13b --density 0.30 --merge Undi95/ReML-L2-13B-part1 --density 0.70 --cuda
|
22 |
+
|
23 |
+
With that :
|
24 |
+
- Recreate ReMM : MythoMax (v2) (Mythologic/Huginn v1)
|
25 |
+
=> Replacing Mythologic by the one above (0.5)
|
26 |
+
=> Replacing Huginn by The-Face-Of-Goonery/Huginn-13b-v1.2 (hottest) (0.5)
|
27 |
+
|
28 |
+
Part 3: python slerpmergelm.py "The-Face-Of-Goonery_Huginn-13b-v1.2" "Undi95_ReML-L2-13B" "result"
|
29 |
+
```
|
30 |
+
|
31 |
+
Version of SLERP used is different to accept usage on notebook : https://github.com/Undi95/LLM-SLERP-MergeTest/tree/main (Thanks @Vali)
|
32 |
+
|
33 |
+
<!-- description start -->
|
34 |
+
## Description
|
35 |
+
|
36 |
+
This repo contains fp16 files of ReMM-SLERP, a recreation of the original MythoMax, but updated and merged with SLERP.
|
37 |
+
<!-- description end -->
|
38 |
+
<!-- description start -->
|
39 |
+
## Models used
|
40 |
+
|
41 |
+
|
42 |
+
- TheBloke/Llama-2-13B-fp16 (base)
|
43 |
+
- The-Face-Of-Goonery/Chronos-Beluga-v2-13bfp16
|
44 |
+
- jondurbin/airoboros-l2-13b-2.1
|
45 |
+
- NousResearch/Nous-Hermes-Llama2-13b
|
46 |
+
- The-Face-Of-Goonery/Huginn-13b-v1.2
|
47 |
+
- ReML-L2-13B (Private recreation trial of an updated Mythologic-L2-13B)
|
48 |
+
<!-- description end -->
|
49 |
+
<!-- prompt-template start -->
|
50 |
+
## Prompt template: Alpaca
|
51 |
+
|
52 |
+
```
|
53 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
54 |
+
|
55 |
+
### Instruction:
|
56 |
+
{prompt}
|
57 |
+
|
58 |
+
### Response:
|
59 |
+
|
60 |
+
```
|
61 |
+
|
62 |
+
Special thanks to Sushi kek
|