Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,32 @@
|
|
1 |
-
This is a model merge of https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b + https://huggingface.co/Blackroot/Llama-2-13B-Storywriter-LORA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is a model merge of https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b + https://huggingface.co/Blackroot/Llama-2-13B-Storywriter-LORA
|
2 |
+
|
3 |
+
Thanks to NousResearch and Meta for the base models.
|
4 |
+
|
5 |
+
A brief warning, no alignment or attempts of any kind were made to reign in, censor, or otherwise manipulate the outputs of this model. It is a raw model and may produce outputs that are unexpected or otherwise distateful. You are the master of your own destiny, and the master of this model, use with caution.
|
6 |
+
|
7 |
+
Nous-Hermes is the base model, so the recommendation is to use their recommended alpaca instruct format for prompts:
|
8 |
+
|
9 |
+
```
|
10 |
+
Prompt Format
|
11 |
+
|
12 |
+
The model follows the Alpaca prompt format:
|
13 |
+
|
14 |
+
### Instruction:
|
15 |
+
<prompt>
|
16 |
+
|
17 |
+
### Response:
|
18 |
+
<leave a newline blank for model to respond>
|
19 |
+
```
|
20 |
+
|
21 |
+
or
|
22 |
+
|
23 |
+
```
|
24 |
+
### Instruction:
|
25 |
+
<prompt>
|
26 |
+
|
27 |
+
### Input:
|
28 |
+
<additional context>
|
29 |
+
|
30 |
+
### Response:
|
31 |
+
<leave a newline blank for model to respond>
|
32 |
+
```
|