Update examples in README to be compatible with soon-to-come ChatWidget
#1
by
Wauplin
HF staff
- opened
README.md
CHANGED
@@ -1,30 +1,18 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
widget:
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
You are a helpful assistant
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
- text: >
|
17 |
-
<|system|>
|
18 |
-
|
19 |
-
You are a helpful assistant</s>
|
20 |
-
|
21 |
-
<|user|>
|
22 |
-
|
23 |
-
How about another amazing adventure on The Cinder Show!</s>
|
24 |
-
|
25 |
-
<|assistant|>
|
26 |
-
|
27 |
-
|
28 |
---
|
29 |
Model Card for Cinder
|
30 |
Model Name: Cinder
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
widget:
|
4 |
+
- example_title: Chatbot 1
|
5 |
+
messages:
|
6 |
+
- role: system
|
7 |
+
content: You are a helpful assistant
|
8 |
+
- role: user
|
9 |
+
content: Tell me about yourself, what is your name?
|
10 |
+
- example_title: Chatbot 2
|
11 |
+
messages:
|
12 |
+
- role: system
|
13 |
+
content: You are a helpful assistant
|
14 |
+
- role: user
|
15 |
+
content: How about another amazing adventure on The Cinder Show!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
Model Card for Cinder
|
18 |
Model Name: Cinder
|