Skip to content
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

Clarification on Datasets and Hyperparameters Used in Experiments #30

Closed
pppyb opened this issue Apr 30, 2024 · 1 comment
Closed

Clarification on Datasets and Hyperparameters Used in Experiments #30

pppyb opened this issue Apr 30, 2024 · 1 comment

Comments

@pppyb
Copy link

pppyb commented Apr 30, 2024

I am currently trying to reproduce the experimental results described in your repository and have a few questions regarding the specifics of your setup. I noticed that the source code references the dataset datasets/random-api-completion.test.jsonl. Could you please confirm if this dataset was used for all the models evaluated in the experiments as in the paper's results, or were there different datasets used for each model?

image

Additionally, it would be very helpful if you could provide details on the hyperparameter settings for the models, as well as any specific configurations crucial for replication. I am also interested in the inference code used to generate the results. Could you please point me to the relevant scripts or provide some examples of how to set up the inference environment correctly?

Thank you for your assistance and for sharing your work. I look forward to your response!

@zfj1998
Copy link
Collaborator

zfj1998 commented May 3, 2024

please refer to this pull request (#20) for the dataset path matter. We rename the datasets/random-api-completion.test.jsonl to another name when uploading the data files.

For the inference hyperparameters, we use greedy search and a maximum of 100 new tokens to generate. I have updated the inference code for codegen model in this pull request (cecce36).

Thanks for your interest in our work!

@zfj1998 zfj1998 closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants