Instructions to use astro21/bart-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use astro21/bart-cls with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("astro21/bart-cls") model = AutoModelForSeq2SeqLM.from_pretrained("astro21/bart-cls") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json b5fef0a
Update config.json 66eeb7a
Initial commit d8f14ed
Upload config 0f6098e
Upload tokenizer 271ee78
Upload BartForConditionalGeneration 988cbfb
initial commit d17d168
Jainil Patel commited on