-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
how to run my own template? #110
Comments
Hey,bro how do you get the Semantic Scholar key? |
cd templates/newtemplate && python experiment.py --out_dir run_0 && python plot.py If you don't run this code first, you'll get an error when running launch_scientist. |
Have you successfully applied it to another field? How would you like to change it? I looked at the author's steps and didn't feel very clear |
Please see the community templates for lots of new examples, including new fields! |
Thank you very much for this interesting work!
I have followed your steps to generate the corresponding paper, and now I want to apply it to another research field. Besides placing my files according to the "Making your own Template" step in the readme, do I need to rerun the baseline?
For example, my template folder is named "newtemplate" and its structure is similar to "nanoGPT_lite". Do I still need to execute the step
cd templates/newtemplate && python experiment.py --out_dir run_0 && python plot.py
, or can I just runpython launch_scientist.py --model "gpt-4o-2024-05-13" --experiment newtemplate --num-ideas 2
directly?The text was updated successfully, but these errors were encountered: