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