Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,35 @@ The following models were included in the merge:
|
|
27 |
* [teknium/Mistral-Trismegistus-7B](https://huggingface.co/teknium/Mistral-Trismegistus-7B)
|
28 |
* [l3utterfly/mistral-7b-v0.1-layla-v4-chatml](https://huggingface.co/l3utterfly/mistral-7b-v0.1-layla-v4-chatml)
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
### Configuration
|
31 |
|
32 |
The following YAML configuration was used to produce this model:
|
|
|
27 |
* [teknium/Mistral-Trismegistus-7B](https://huggingface.co/teknium/Mistral-Trismegistus-7B)
|
28 |
* [l3utterfly/mistral-7b-v0.1-layla-v4-chatml](https://huggingface.co/l3utterfly/mistral-7b-v0.1-layla-v4-chatml)
|
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 |
+
|
58 |
+
|
59 |
### Configuration
|
60 |
|
61 |
The following YAML configuration was used to produce this model:
|