ccdv commited on
Commit
0589d4a
1 Parent(s): ce19fd0
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ This dataset is compatible with the [`run_summarization.py`](https://github.com/
22
 
23
  # Configs
24
  4 possibles configs:
25
- - `roberta` will concatenate documents with "</s>" (default)
26
  - `newline` will concatenate documents with "\n"
27
  - `bert` will concatenate documents with "[SEP]"
28
  - `list` will return the list of documents instead of a string
 
22
 
23
  # Configs
24
  4 possibles configs:
25
+ - `roberta` will concatenate documents with "\</s\>" (default)
26
  - `newline` will concatenate documents with "\n"
27
  - `bert` will concatenate documents with "[SEP]"
28
  - `list` will return the list of documents instead of a string