Update examples in README to be compatible with soon-to-come ChatWidget
#4
by
Wauplin
HF staff
- opened
README.md
CHANGED
@@ -7,6 +7,15 @@ tags:
|
|
7 |
- C-RLFT
|
8 |
library_name: transformers
|
9 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
<div align="center">
|
12 |
<img src="https://raw.githubusercontent.com/imoneoi/openchat/master/assets/logo_new.png" style="width: 65%">
|
|
|
7 |
- C-RLFT
|
8 |
library_name: transformers
|
9 |
pipeline_tag: text-generation
|
10 |
+
widget:
|
11 |
+
- example_title: Hello
|
12 |
+
messages:
|
13 |
+
- role: user
|
14 |
+
content: Hello, how are you today?
|
15 |
+
- example_title: Mathematical reasoning
|
16 |
+
messages:
|
17 |
+
- role: user
|
18 |
+
content: 10.3 − 7988.8133
|
19 |
---
|
20 |
<div align="center">
|
21 |
<img src="https://raw.githubusercontent.com/imoneoi/openchat/master/assets/logo_new.png" style="width: 65%">
|