Transformers
PyTorch
Safetensors
bart
text2text-generation
Generated from Trainer
alpaca
self-instruct
instruction generation
instructiongen
longform
prompt-generation
Instructions to use pszemraj/bart-base-instructiongen-LongForm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pszemraj/bart-base-instructiongen-LongForm with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pszemraj/bart-base-instructiongen-LongForm") model = AutoModelForSeq2SeqLM.from_pretrained("pszemraj/bart-base-instructiongen-LongForm") - Notebooks
- Google Colab
- Kaggle