Commit
·
1090b08
1
Parent(s):
71bb42a
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,11 @@ We utilize 4 Chinese dialogue datasets from [LUGE](https://www.luge.ai/#/)
|
|
16 |
| | | |
|
17 |
|
18 |
|
|
|
|
|
|
|
|
|
|
|
19 |
# Example
|
20 |
```python
|
21 |
from transformers import BertTokenizer, BartForConditionalGeneration
|
|
|
16 |
| | | |
|
17 |
|
18 |
|
19 |
+
# Data format
|
20 |
+
Input: `[CLS] 对话历史:<history> 知识:<knowledge> [SEP]`
|
21 |
+
Output: `[CLS] <response> [SEP]`
|
22 |
+
|
23 |
+
|
24 |
# Example
|
25 |
```python
|
26 |
from transformers import BertTokenizer, BartForConditionalGeneration
|