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