Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ We utilize 4 Chinese dialogue datasets from [LUGE](https://www.luge.ai/#/)
|
|
29 |
|
30 |
|
31 |
# Data format
|
32 |
-
Input: `[CLS] 对话历史:<history> 知识:<knowledge> [SEP]`
|
33 |
|
34 |
Output: `[CLS] <response> [SEP]`
|
35 |
|
|
|
29 |
|
30 |
|
31 |
# Data format
|
32 |
+
Input: `[CLS] 对话历史:<history> [SEP] 知识:<knowledge> [SEP]`
|
33 |
|
34 |
Output: `[CLS] <response> [SEP]`
|
35 |
|