PLBART icon indicating copy to clipboard operation
PLBART copied to clipboard

Official code of our work, Unified Pre-training for Program Understanding and Generation [NAACL 2021].

Results 5 PLBART issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to replicate the results of PLBART for the code refinement fine-tuning task using Hugging Face. When I tokenize methods that contain the "java" token and then...

I have downloaded the Java and Python Github data as outlined in the readme. I have attempted to run the preprocessing script following the command `python -m preprocessing.preprocess \ path_2_github_data...

Hello, I found there is no a corresponding PLBartTokenizerFast in huggingface, do you have a plan to implement a fast version tokenizer? In fact, I need to call the word_ids()...

Hello, I am replicating some of the experiments with the checkpoints from PLBART on HuggingFace. On the Drive Document (), it is mentioned that the model ('uclanlp/plbart-refine-java-small') does not need...

I'm attempting to use the checkpoints released on the Hugging Face for code summarization. However, when I utilize the Inference API provided by Hugging Face to generate summaries, the generated...