Text2Text Generation
Transformers
PyTorch
bart
feature-extraction
Inference Endpoints
abertsch commited on
Commit
8a21759
1 Parent(s): e58f7c4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - yuvalkirstain/summ_screen_fd_t5_lm
4
+ - urialon/summ_screen_validation
5
+ - urialon/summ_screen_test
6
+ pipeline_tag: text2text-generation
7
+ ---
8
+ Baseline model for 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 as a baseline. 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).