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