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
Dataset Generator
#2
by innermost47 - opened
Thanks for your model !
I have done this dataset generator accessible via Colab if you want to try. Improvements suggestions are welcome. That's just a code made in a half hour.
https://colab.research.google.com/drive/1hfBBAsC_0hqfFSkS_EMg_d4YcN6c6zJR?usp=sharing
no prob, nice work and thanks for sharing!