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")
What is a pickle import?