starcoder icon indicating copy to clipboard operation
starcoder copied to clipboard

Fine-tuning on other programming languages than Python

Open WrViajreo opened this issue 2 years ago • 4 comments
trafficstars

Hello,

It is really exciting to see your work! May I know if the codes for fine-tuning on other programming languages will be released in the near future? Up to now, the only version that could be found online is about Python though.

Thanks in advance.

WrViajreo avatar May 24 '23 09:05 WrViajreo

By the way, it is because our team is more often working with Gaming design languages like C-sharp.

WrViajreo avatar May 24 '23 09:05 WrViajreo

Hi, we used the same pre-training framework Megatron-LM to do the fine-tuning on the Python dataset, that you can use with any other dataset, or use the code provided in this repository, with the dataset of your choice.

loubnabnl avatar May 25 '23 16:05 loubnabnl

Thanks a lot for the update. I am not familiar with code implementations in Megatron-LM, however. May I know with which file(s) should I follow to understand the fine-tuning logic?

Thanks in advance!

WrViajreo avatar May 26 '23 07:05 WrViajreo

Hi,

I am looking into the examples directory and will update this ticket once it has been executed properly. Thanks.

WrViajreo avatar May 26 '23 11:05 WrViajreo

Hello, my fine-tuning snippet is working now and you may close this ticket. Thank you for the help!

WrViajreo avatar Jun 09 '23 06:06 WrViajreo