Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,24 @@ A chat with uncensored assistant.<|im_end|>
|
|
27 |
<|im_start|>assistant
|
28 |
```
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
It's a chat model, not a base completion-only one.
|
|
|
27 |
<|im_start|>assistant
|
28 |
```
|
29 |
|
30 |
+
Example.
|
31 |
+
|
32 |
+
```
|
33 |
+
<|im_start|>system
|
34 |
+
A chat.<|im_end|>
|
35 |
+
<|im_start|>user
|
36 |
+
I want an acrostic poem based on the word AEZAKMI and make it all about GTA:SA<|im_end|>
|
37 |
+
<|im_start|>assistant
|
38 |
+
A voracious appetite for danger,
|
39 |
+
Eager to explore every corner,
|
40 |
+
Zealously tackling missions with vigor,
|
41 |
+
Amidst San Andreas' vast expanse,
|
42 |
+
Keenly skilled in the art of evasion,
|
43 |
+
Mastery achieved through trial and error,
|
44 |
+
In this digital realm of chaos and thrill,<|im_end|>
|
45 |
+
```
|
46 |
+
|
47 |
+
|
48 |
## Intended uses & limitations
|
49 |
|
50 |
It's a chat model, not a base completion-only one.
|