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