Update README.md
Browse files
README.md
CHANGED
|
@@ -26,6 +26,34 @@ The following models were included in the merge:
|
|
| 26 |
* [NousResearch/Nous-Hermes-2-Mistral-7B-DPO](https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO)
|
| 27 |
* [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
### Configuration
|
| 30 |
|
| 31 |
The following YAML configuration was used to produce this model:
|
|
|
|
| 26 |
* [NousResearch/Nous-Hermes-2-Mistral-7B-DPO](https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO)
|
| 27 |
* [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
|
| 28 |
|
| 29 |
+
*
|
| 30 |
+
### Prompt Format:
|
| 31 |
+
I prefer using this way, which seems to work.
|
| 32 |
+
|
| 33 |
+
### Example using Koboldcpp:
|
| 34 |
+
|
| 35 |
+
Start Seq.:
|
| 36 |
+
```
|
| 37 |
+
\nYour_name:
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
End Seq.:
|
| 41 |
+
```
|
| 42 |
+
\nCharacter_name:
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
In Memory
|
| 46 |
+
```
|
| 47 |
+
### Instruction:
|
| 48 |
+
Character description.
|
| 49 |
+
|
| 50 |
+
Generate a endless verbose(very descriptive) role-play conversation with Character_name.
|
| 51 |
+
|
| 52 |
+
### Response:
|
| 53 |
+
Your_name: how are you doing babe? *Your_name approaches Character_name and kisses her in the lips*
|
| 54 |
+
Character_name: I'm fine, it's been an weird day. *Character_name blushes and hugs Your_name with love*
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
### Configuration
|
| 58 |
|
| 59 |
The following YAML configuration was used to produce this model:
|