readme
Browse files
README.md
CHANGED
|
@@ -13,10 +13,9 @@ task_ids:
|
|
| 13 |
|
| 14 |
# PubMed dataset for summarization
|
| 15 |
|
| 16 |
-
|
| 17 |
Adapted from this [repo](https://github.com/armancohan/long-summarization).\
|
| 18 |
Note that original data are pre-tokenized so this dataset returns " ".join(text).\
|
| 19 |
-
This dataset returns .\
|
| 20 |
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:
|
| 21 |
```python
|
| 22 |
"ccdv/pubmed-summarization": ("article", "abstract")
|
|
|
|
| 13 |
|
| 14 |
# PubMed dataset for summarization
|
| 15 |
|
| 16 |
+
Dataset for summarization of long documents.\
|
| 17 |
Adapted from this [repo](https://github.com/armancohan/long-summarization).\
|
| 18 |
Note that original data are pre-tokenized so this dataset returns " ".join(text).\
|
|
|
|
| 19 |
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:
|
| 20 |
```python
|
| 21 |
"ccdv/pubmed-summarization": ("article", "abstract")
|