Instructions to use twigs/bart-text2text-simplifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use twigs/bart-text2text-simplifier with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("twigs/bart-text2text-simplifier") model = AutoModelForSeq2SeqLM.from_pretrained("twigs/bart-text2text-simplifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
84bf9d1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e44310aa198a2edc1d5ad33fbdd85c034f6cd9f9cf72f5cdad5ee1087af90fa0
size 557965433
|