Edit model card

Longformer Encoder-Decoder (LED) fine-tuned on Billsum

This model is a fine-tuned version of led-base-16384 on the billsum dataset.

As described in Longformer: The Long-Document Transformer by Iz Beltagy, Matthew E. Peters, Arman Cohan, led-base-16384 was initialized from bart-base since both models share the exact same architecture. To be able to process 16K tokens, bart-base's position embedding matrix was simply copied 16 times.

Use In Transformers

from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("Artifact-AI/led_base_16384_billsum_summarization")

model = AutoModelForSeq2SeqLM.from_pretrained("Artifact-AI/led_base_16384_billsum_summarization")
Downloads last month
19
Safetensors
Model size
460M params
Tensor type
F32
·
Hosted inference API
Summarization
Examples
This model can be loaded on the Inference API on-demand.

Dataset used to train ArtifactAI/led_base_16384_billsum_summarization

Space using ArtifactAI/led_base_16384_billsum_summarization 1

Evaluation results