Text2Text Generation
Transformers
PyTorch
bart
feature-extraction
abertsch commited on
Commit
77411bd
1 Parent(s): f9bbc3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -3,10 +3,14 @@ datasets:
3
  - yuvalkirstain/summ_screen_fd_t5_lm
4
  - urialon/summ_screen_validation
5
  - urialon/summ_screen_test
 
 
6
  ---
7
 
8
  Model from the preprint [Unlimiformer: Long-Range Transformers with Unlimited Length Input](https://arxiv.org/abs/2305.01625).
9
 
10
  This model was finetuned from a BART-base model using Unlimiformer-aware early stopping, described in section 3.1 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).
11
 
12
- This is generally a weaker model than the [retrieval-trained model](https://huggingface.co/abertsch/unlimiformer-bart-summscreen-retrieval) and a stronger model than the [baseline](https://huggingface.co/abertsch/bart-base-summscreen)
 
 
 
3
  - yuvalkirstain/summ_screen_fd_t5_lm
4
  - urialon/summ_screen_validation
5
  - urialon/summ_screen_test
6
+ inference: false
7
+ pipeline_tag: text2text-generation
8
  ---
9
 
10
  Model from the preprint [Unlimiformer: Long-Range Transformers with Unlimited Length Input](https://arxiv.org/abs/2305.01625).
11
 
12
  This model was finetuned from a BART-base model using Unlimiformer-aware early stopping, described in section 3.1 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).
13
 
14
+ This is generally a weaker model than the [retrieval-trained model](https://huggingface.co/abertsch/unlimiformer-bart-summscreen-retrieval) and a stronger model than the [baseline](https://huggingface.co/abertsch/bart-base-summscreen).
15
+
16
+ *The inference demo is disabled because you must add the Unlimiformer files to your repo before this model can handle unlimited length input!* See the [Unlimiformer GitHub](https://github.com/abertsch72/unlimiformer) for setup instructions.