Commit
·
1a88f5d
1
Parent(s):
75c1bf5
Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,21 @@ In theory this should retain more of the capabilites of the constituent models t
|
|
9 |
Base model used for the merge: [TheBloke/Llama-2-13B-fp16](https://huggingface.co/TheBloke/Llama-2-13B-fp16)
|
10 |
|
11 |
Models merged in:
|
12 |
-
* [OpenOrca-Platypus2](https://huggingface.co/Open-Orca/OpenOrca-Platypus2)
|
13 |
* [limarp-13b-merged](https://huggingface.co/Oniichat/limarp-13b-merged)
|
14 |
* [Nous-Hermes-Llama2-13b](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b)
|
15 |
* [chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2)
|
16 |
* [airoboros-l2-13b-gpt4-1.4.1](https://huggingface.co/jondurbin/airoboros-l2-13b-gpt4-1.4.1)
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
The script I used to perform the merge is available [here](https://github.com/cg123/ties-merge).
|
19 |
|
20 |
The command that produced this model:
|
|
|
9 |
Base model used for the merge: [TheBloke/Llama-2-13B-fp16](https://huggingface.co/TheBloke/Llama-2-13B-fp16)
|
10 |
|
11 |
Models merged in:
|
12 |
+
* [OpenOrca-Platypus2-13B](https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B)
|
13 |
* [limarp-13b-merged](https://huggingface.co/Oniichat/limarp-13b-merged)
|
14 |
* [Nous-Hermes-Llama2-13b](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b)
|
15 |
* [chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2)
|
16 |
* [airoboros-l2-13b-gpt4-1.4.1](https://huggingface.co/jondurbin/airoboros-l2-13b-gpt4-1.4.1)
|
17 |
|
18 |
+
Works quite well with Alpaca-style prompts:
|
19 |
+
```
|
20 |
+
### Instruction:
|
21 |
+
|
22 |
+
...
|
23 |
+
|
24 |
+
### Response:
|
25 |
+
```
|
26 |
+
|
27 |
The script I used to perform the merge is available [here](https://github.com/cg123/ties-merge).
|
28 |
|
29 |
The command that produced this model:
|