Instructions to use janbakker/o-bartpara-wikiauto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use janbakker/o-bartpara-wikiauto with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("janbakker/o-bartpara-wikiauto") model = AutoModelForSeq2SeqLM.from_pretrained("janbakker/o-bartpara-wikiauto") - Notebooks
- Google Colab
- Kaggle
O->BART_para document simplification system
This is the plan-guided paragraph-level 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
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support