ccdv commited on
Commit
2647933
1 Parent(s): b62b9af
Files changed (1) hide show
  1. README.md +1 -2
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")