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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,9 +2,11 @@
2
  license: mit
3
  datasets:
4
  - ccdv/govreport-summarization
 
 
5
  pipeline_tag: text2text-generation
6
  ---
7
 
8
  Baseline model for the preprint [Unlimiformer: Long-Range Transformers with Unlimited Length Input](https://arxiv.org/abs/2305.01625)
9
 
10
- This is a BART-base model trained on GovReport.
 
2
  license: mit
3
  datasets:
4
  - ccdv/govreport-summarization
5
+ - urialon/gov_report_validation
6
+ - urialon/gov_report_test
7
  pipeline_tag: text2text-generation
8
  ---
9
 
10
  Baseline model for the preprint [Unlimiformer: Long-Range Transformers with Unlimited Length Input](https://arxiv.org/abs/2305.01625)
11
 
12
+ 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).