Upload Pre-Trained model weights
nik-suri opened this issue · 6 comments
Hi, would it be possible to upload the models which you trained for the paper you published? I would like to test the code summary generation without having to train a model from scratch, which is quite time and resource intensive.
We didn't store the saved weights, however, we can train the model again to share the weight files. We may do it by next week. Thank you.
That would be very helpful - thank you!
@nik-suri Please text me your email id l.I'll share a trained model with you.
@vrmasrv how about you share the trained model via Google Drive and make it open for everyone. You can share the link here.
Trained Model:
https://drive.google.com/drive/folders/1Efy4sn530mrveCjyHSyknkis8OOV0uh9?usp=sharing
code2jdoc.mdl -> transformer
code2jdoc_rnn.mdl -> rnn
This looks like it was created for Java. I was interested in building the Python models.