zetiansss commited on
Commit
04893f2
1 Parent(s): d4e5d7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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