Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
- merge
|
11 |
|
12 |
---
|
13 |
-
#
|
14 |
|
15 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
16 |
|
@@ -27,6 +27,25 @@ The following models were included in the merge:
|
|
27 |
* [alchemonaut/BoreanGale-70B](https://huggingface.co/alchemonaut/BoreanGale-70B)
|
28 |
* [NeverSleep/MiquMaid-v1-70B](https://huggingface.co/NeverSleep/MiquMaid-v1-70B)
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
### Configuration
|
31 |
|
32 |
The following YAML configuration was used to produce this model:
|
|
|
10 |
- merge
|
11 |
|
12 |
---
|
13 |
+
# MiquTotalMix-70B
|
14 |
|
15 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
16 |
|
|
|
27 |
* [alchemonaut/BoreanGale-70B](https://huggingface.co/alchemonaut/BoreanGale-70B)
|
28 |
* [NeverSleep/MiquMaid-v1-70B](https://huggingface.co/NeverSleep/MiquMaid-v1-70B)
|
29 |
|
30 |
+
### Prompt template
|
31 |
+
|
32 |
+
## Prompt template 1: Alpaca (try this first)
|
33 |
+
|
34 |
+
```
|
35 |
+
### Input:
|
36 |
+
{system prompt}
|
37 |
+
|
38 |
+
### Instruction:
|
39 |
+
{prompt}
|
40 |
+
|
41 |
+
### Response:
|
42 |
+
```
|
43 |
+
## Prompt template 2: Mistral
|
44 |
+
|
45 |
+
```
|
46 |
+
[INST] {prompt} [/INST]
|
47 |
+
```
|
48 |
+
|
49 |
### Configuration
|
50 |
|
51 |
The following YAML configuration was used to produce this model:
|