EngineeringSoftware / codeditor

Multilingual Code Co-Evolution Using Large Language Models
MIT License
12 stars 2 forks source link

Would model weights be available on HuggingFace? #2

Closed the-promised-LAN closed 5 months ago

the-promised-LAN commented 5 months ago

Hello!

In your paper, you have several fine-tuned models in addition to Codeditor (e.g. CodeT5-Translation, CodeT-Update). Have you considered sharing the model weights for some of these models, similarly to how CoditT5 was shared on HuggingFace at https://huggingface.co/JiyangZhang/CoditT5?

I'm looking to try and reproduce some of the results and then try the trained models on private repos of java and C#; would be great not to have to train new models :)

JiyangZhang commented 5 months ago

Hi, I will work on that! Probably finish that next week!

Thanks for the issue.

JiyangZhang commented 5 months ago

Hi,

Because of some issue on our side, the fine-tuned CodeT5-Translation models' checkpoints are missing. But it should be easy to fine-tune on our dataset with huggingface interface: see here

I uploaded our EditTranslation model to huggingface for you to check and further finetune. EditsTranslation-java2cs.

Please check the updated contents in README for tutorial on how to use the model.

If you have any question, feel free to reach out.

Thank you

the-promised-LAN commented 5 months ago

Many thanks Jiyang! Will try this out and report back if there are any issues.