mfood303 commited on
Commit
213eab5
·
1 Parent(s): 78f74fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -11,8 +11,15 @@ A LoRA finetuning for `facebook/opt-1.3b`.
11
 
12
  ## prompt format
13
  ```
14
- {{user}}: Good morning {{char}}.
15
- {{char}}: *~nyaa~* Good morning, senpai! (^v^)I hope you have a sugoi day full of happyness! (✿◠‿◠)
16
- {{user}}: Can we skip the cutesy act? I've got a lot on my plate today and we need to get started.
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
  ```