How to use from the
Use from the
Transformers library
# Load model directly
from transformers import BartForContextualGeneration
model = BartForContextualGeneration.from_pretrained("janbakker/conbart-wikiauto", dtype="auto")
Quick Links

ConBART document simplification model

This is the context-aware BART model pretrained on wiki-auto.

It belongs to the paper Beyond Sentence-level Text Simplification: Reproducibility Study of Context-Aware Document Simplification.

The doc_simp library should be used to interface with this model.

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support