Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,24 @@ Use these rope scaling settings:
|
|
16 |
```
|
17 |
--ropeconfig 0.25 10000 --contextsize 16384 (koboldcpp)
|
18 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
#### Models used for the merge:
|
21 |
|
|
|
16 |
```
|
17 |
--ropeconfig 0.25 10000 --contextsize 16384 (koboldcpp)
|
18 |
```
|
19 |
+
You can use various instruct formats:
|
20 |
+
### Alpaca instruct format:
|
21 |
+
```
|
22 |
+
### Instruction:
|
23 |
+
(your instruct prompt is here)
|
24 |
+
### Response:
|
25 |
+
```
|
26 |
+
### Vicuna 1.1 instruct format:
|
27 |
+
```
|
28 |
+
You are a helpful AI assistant.
|
29 |
+
USER: <prompt>
|
30 |
+
ASSISTANT:
|
31 |
+
```
|
32 |
+
### Metharme instruct format:
|
33 |
+
```
|
34 |
+
<|system|> (your instruct prompt)
|
35 |
+
<|user|> (user's reply)<|model|> (for model's output)
|
36 |
+
```
|
37 |
|
38 |
#### Models used for the merge:
|
39 |
|