Text2Text Generation
Transformers
PyTorch
bart
feature-extraction
abertsch commited on
Commit
307a3a9
1 Parent(s): c66463b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.