Tingwei Zhu
Tingwei Zhu
Hi, I want to use CodeT5+ for code summarization, but I don't know how to choose the model. In your paper, it seems that you fine-tune codet5p-770m on CSN dataset....
When use `javalang.parser.Parser` to parse some statements like `Arrays. asList ( "a" , "b" )`, the node is printed as: ``` MethodInvocation(arguments=[Literal(postfix_operators=[], prefix_operators=[], qualifier=None, selectors=[], value="a"), Literal(postfix_operators=[], prefix_operators=[], qualifier=None, selectors=[],...
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...