FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

any one has evaluate the performance of programming?

Open friendmine opened this issue 2 years ago • 2 comments

any one has evaluate the performance of programming? and how to fine tuning a programming language, such as Java, C or others?

friendmine avatar Apr 10 '23 01:04 friendmine

maybe it's a rare question...

friendmine avatar Apr 17 '23 08:04 friendmine

@friendmine

  • In terms of evaluation -- you can run vicuna on the human-eval benchmark. Since we do not specialize it to coding, I believe there exist many better alternative models better than vicuna on coding.
  • In terms of how to tune it for another programming language, I guess you need to curate a fine-tuning dataset in java and C and use that dataset for fine-tuning. You can try to create your own dataset and use the scripts in fastchat to perform the fine-tuning.

I hope I have answered your questions.

zhisbug avatar May 08 '23 07:05 zhisbug

thanks for you answer. I'll try to make a dataset.

friendmine avatar May 16 '23 02:05 friendmine