-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run generate.py with the CodeT5-large trained on the ground-truth programs #18
Comments
@doviettung96 Just to clarify, So you can finetune CodeT5-large on ground-truth programs using the One way is to simply replace the model path from the below line to the path of a checkpoint you have from finetuning e.g. Line 7 in b97a8e7
|
Yeah. I did replace that path in the |
I am not sure why the I ran using the current code and the training worked fine and |
Oh yeah. My bad. It is because I set the path for the checkpoint not quite correctly. It works now. Thank you. |
Hi @henryhungle ,
While waiting for the release of the final RL-finetuned code generator, I would like to run the generator trained on ground-truth programs like here.
However, the training script
scripts/train_actor.sh
only returns checkpoints. When I check each of the checkpoints, each folder does not have the same files as in the pre-trained model folders.So the question is: How can I generate programs from those checkpoints?
Thank you.
The text was updated successfully, but these errors were encountered: