readme
Browse files
README.md
CHANGED
|
@@ -14,13 +14,14 @@ task_ids:
|
|
| 14 |
# WCEP10 dataset for summarization
|
| 15 |
|
| 16 |
Summarization dataset copied from [PRIMERA](https://github.com/allenai/PRIMER)
|
|
|
|
| 17 |
This dataset is compatible with the [`run_summarization.py`](https://github.com/huggingface/transformers/tree/master/examples/pytorch/summarization) script from Transformers if you add this line to the `summarization_name_mapping` variable:
|
| 18 |
```python
|
| 19 |
"ccdv/WCEP-10": ("document", "summary")
|
| 20 |
```
|
| 21 |
|
| 22 |
# Configs
|
| 23 |
-
|
| 24 |
- `roberta` will concatenate documents with "</s>" (default)
|
| 25 |
- `newline` will concatenate documents with "\n"
|
| 26 |
- `bert` will concatenate documents with "[SEP]"
|
|
|
|
| 14 |
# WCEP10 dataset for summarization
|
| 15 |
|
| 16 |
Summarization dataset copied from [PRIMERA](https://github.com/allenai/PRIMER)
|
| 17 |
+
|
| 18 |
This dataset is compatible with the [`run_summarization.py`](https://github.com/huggingface/transformers/tree/master/examples/pytorch/summarization) script from Transformers if you add this line to the `summarization_name_mapping` variable:
|
| 19 |
```python
|
| 20 |
"ccdv/WCEP-10": ("document", "summary")
|
| 21 |
```
|
| 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]"
|