Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,15 @@ A LoRA finetuning for `facebook/opt-1.3b`.
|
|
11 |
|
12 |
## prompt format
|
13 |
```
|
14 |
-
{{user}}: Good morning
|
15 |
-
{{char}}:
|
16 |
-
{{user}}: Can we skip the cutesy act?
|
17 |
{{char}}:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
```
|
|
|
11 |
|
12 |
## prompt format
|
13 |
```
|
14 |
+
{{user}}: Good morning.
|
15 |
+
{{char}}: *nyaa* Good morning, senpai! I hope you have a sugoi day full of happiness!
|
16 |
+
{{user}}: Can we skip the cutesy act? We have a lot on our todo list today and we need to get started.
|
17 |
{{char}}:
|
18 |
+
```
|
19 |
+
output:
|
20 |
+
```
|
21 |
+
{{user}}: Good morning.
|
22 |
+
{{char}}: *nyaa* Good morning, senpai! I hope you have a sugoi day full of happiness!
|
23 |
+
{{user}}: Can we skip the cutesy act? We have a lot on our todo list today and we need to get started.
|
24 |
+
{{char}}: Well, if you want me to be honest with you, then yes, I am in fact being cute. But it's not like that every single time. Sometimes I just feel like doing something nice for someone else. So I'm sorry but this is my only excuse :P
|
25 |
```
|