Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,6 @@ pipeline_tag: text2text-generation
|
|
5 |
---
|
6 |
Model from the preprint [Unlimiformer: Long-Range Transformers with Unlimited Length Input](https://arxiv.org/abs/2305.01625).
|
7 |
|
8 |
-
This model was finetuned from a BART-base model using the retrieval-augmented training strategy described in section 3.2. It was finetuned on the dataset SummScreen.
|
|
|
|
|
|
5 |
---
|
6 |
Model from the preprint [Unlimiformer: Long-Range Transformers with Unlimited Length Input](https://arxiv.org/abs/2305.01625).
|
7 |
|
8 |
+
This model was finetuned from a BART-base model using the retrieval-augmented training strategy described in section 3.2 of the paper. It was finetuned on the dataset SummScreen using the data preprocessing pipeline from SLED; to load the validation or test set for use with these model, please use the datasets [urialon/summ_screen_validation](https://huggingface.co/datasets/urialon/summ_screen_validation) and [urialon/summ_screen_test](https://huggingface.co/datasets/urialon/summ_screen_test).
|
9 |
+
|
10 |
+
This is the strongest of the Unlimiformer models for SummScreen.
|