nicholascao commited on
Commit
5462923
1 Parent(s): 24a2272

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -11,6 +11,15 @@ library_name: transformers
11
  pipeline_tag: text-generation
12
  tags:
13
  - chat
 
 
 
 
 
 
 
 
 
14
  ---
15
  # ChatBLOOM
16
 
 
11
  pipeline_tag: text-generation
12
  tags:
13
  - chat
14
+ widget:
15
+ - text: "<Human>: Hello <eoh> <Assistant>: "
16
+ example_title: "Hello"
17
+ - text: "<Human>: 你好 <eoh> <Assistant>: "
18
+ example_title: "你好"
19
+ - text: "<Human>: What should I do if I can't sleep at night? <eoh> <Assistant>: "
20
+ example_title: "insomnia"
21
+ - text: "<Human>: 晚上睡不着应该怎么办? <eoh> <Assistant>: "
22
+ example_title: "失眠"
23
  ---
24
  # ChatBLOOM
25