Edit model card

Adapter facebook-bart-large_sum_cnn_dailymail_pfeiffer for facebook/bart-large

Adapter for bart-large in Pfeiffer architecture trained on the CNN/ DailyMail dataset for 10 epochs with early stopping and a learning rate of 1e-4.

This adapter was created for usage with the Adapters library.

Usage

First, install adapters:

pip install -U adapters

Now, the adapter can be loaded and activated like this:

from adapters import AutoAdapterModel

model = AutoAdapterModel.from_pretrained("facebook/bart-large")
adapter_name = model.load_adapter("AdapterHub/facebook-bart-large_sum_cnn_dailymail_pfeiffer")
model.set_active_adapters(adapter_name)

Architecture & Training

  • Adapter architecture: pfeiffer
  • Prediction head: seq2seq lm
  • Dataset: CNN/ DailyMail

Author Information

Citation


This adapter has been auto-imported from https://github.com/Adapter-Hub/Hub/blob/master/adapters/ukp/facebook-bart-large_sum_cnn_dailymail_pfeiffer.yaml.

Downloads last month
8
Inference Examples
Inference API (serverless) does not yet support adapter-transformers models for this pipeline type.

Dataset used to train AdapterHub/facebook-bart-large_sum_cnn_dailymail_pfeiffer