Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,12 @@ tags:
|
|
4 |
- merge
|
5 |
---
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
<b>WizardLM-2</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
|
10 |
|
@@ -12,4 +17,9 @@ NearSwap "t_value 0.0001 layers only"
|
|
12 |
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,
|
13 |
detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
|
14 |
USER: Who are you? ASSISTANT: I am WizardLM.</s>......
|
|
|
|
|
|
|
|
|
|
|
15 |
```
|
|
|
4 |
- merge
|
5 |
---
|
6 |
|
7 |
+
## A merge of the following models using a custom NearSwap algorithm:
|
8 |
+
|
9 |
+
* [fearlessdots/WizardLM-2-7B-abliterated](https://huggingface.co/fearlessdots/WizardLM-2-7B-abliterated)
|
10 |
+
* [Virt-io/Erebus-Holodeck-7B](https://huggingface.co/Virt-io/Erebus-Holodeck-7B)
|
11 |
+
|
12 |
+
With [fearlessdots/WizardLM-2-7B-abliterated](https://huggingface.co/fearlessdots/WizardLM-2-7B-abliterated) as the base model.
|
13 |
|
14 |
<b>WizardLM-2</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
|
15 |
|
|
|
17 |
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,
|
18 |
detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
|
19 |
USER: Who are you? ASSISTANT: I am WizardLM.</s>......
|
20 |
+
```
|
21 |
+
<b>Add Genre's in a list like this.</b>
|
22 |
+
```
|
23 |
+
[Genre: <genre1>, <genre2>]
|
24 |
+
|
25 |
```
|