Instructions to use uclanlp/plbart-single_task-en_python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uclanlp/plbart-single_task-en_python with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("uclanlp/plbart-single_task-en_python") model = AutoModelForSeq2SeqLM.from_pretrained("uclanlp/plbart-single_task-en_python") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5668b57 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d13e4d75c52647d5db0ebe39120c4dfa8f83cf24281ab67bb21789f21589fea3
size 557122088
|