readme
Browse files
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 "
|
| 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
|