ccdv commited on
Commit
85273ec
1 Parent(s): 6b99b84
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,9 +14,9 @@ task_ids:
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. This dataset returns ' '.join(text).
19
- This dataset is compatible with the `run_summarization.py` [script](https://github.com/huggingface/transformers/tree/master/examples/pytorch/summarization) from Transformers if you add this line to the `summarization_name_mapping` variable:
20
  ```python
21
  "ccdv/pubmed-summarization": ("article", "abstract")
22
  ```
 
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. 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")
22
  ```