Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,28 @@ pipeline_tag: text-generation
|
|
11 |
|
12 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
### Merge Method
|
15 |
|
16 |
This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
|
@@ -35,4 +57,7 @@ models:
|
|
35 |
weight: 0.2
|
36 |
merge_method: linear
|
37 |
dtype: float16
|
38 |
-
```
|
|
|
|
|
|
|
|
11 |
|
12 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
13 |
|
14 |
+
The goal of this merge is to create an unusually intelligent and human-like model especially for RP.
|
15 |
+
|
16 |
+
The prompt format is Alpaca. You can use the standard format as shown, but for best results, you should customize the system prompt to your specific needs.
|
17 |
+
|
18 |
+
```
|
19 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
20 |
+
|
21 |
+
### Instruction:
|
22 |
+
{YOUR MESSAGE HERE}
|
23 |
+
|
24 |
+
### Response:
|
25 |
+
{BOT MESSAGE HERE}
|
26 |
+
|
27 |
+
|
28 |
+
```
|
29 |
+
### Misc. information
|
30 |
+
- BOS token is `<s>`
|
31 |
+
- EOS token is `</s>`
|
32 |
+
- Native context length is `4096`
|
33 |
+
- Base model is Llama 2
|
34 |
+
- Due to the inclusion of Orca-2-13b, the model is subject to the terms of the [Microsoft Research License](https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE)
|
35 |
+
|
36 |
### Merge Method
|
37 |
|
38 |
This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
|
|
|
57 |
weight: 0.2
|
58 |
merge_method: linear
|
59 |
dtype: float16
|
60 |
+
```
|
61 |
+
|
62 |
+
### Thanks
|
63 |
+
- Thanks to [Katy Vetteriano](https://huggingface.co/KatyTheCutie) for [EstopianMaid-13B](https://huggingface.co/KatyTheCutie/EstopianMaid-13B)
|