Text2Text Generation
Transformers
PyTorch
bart
feature-extraction
Inference Endpoints
bart-base-govreport / README.md
abertsch's picture
Update README.md
c8dd98c
|
raw
history blame
693 Bytes
---
license: mit
datasets:
- ccdv/govreport-summarization
- urialon/gov_report_validation
- urialon/gov_report_test
pipeline_tag: text2text-generation
---
Baseline model for the preprint [Unlimiformer: Long-Range Transformers with Unlimited Length Input](https://arxiv.org/abs/2305.01625)
This is a BART-base model finetuned as a baseline. The model was finetuned on GovReport using the data processing pipeline from SLED; to load the validation or test set for use with these model, please use the datasets [urialon/gov_report_validation](https://huggingface.co/datasets/urialon/gov_report_validation) and [urialon/gov_report_test](https://huggingface.co/datasets/urialon/gov_report_test).