AI-Scientist icon indicating copy to clipboard operation
AI-Scientist copied to clipboard

how to run my own template?

Open MXiaoran opened this issue 1 year ago • 4 comments

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 run python launch_scientist.py --model "gpt-4o-2024-05-13" --experiment newtemplate --num-ideas 2 directly?

MXiaoran avatar Sep 06 '24 12:09 MXiaoran

Hey,bro how do you get the Semantic Scholar key?

gao106 avatar Sep 14 '24 03:09 gao106

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.

callor avatar Sep 23 '24 04:09 callor

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 run python launch_scientist.py --model "gpt-4o-2024-05-13" --experiment newtemplate --num-ideas 2 directly?例如,我的模板文件夹名为“newtemplate”,其结构与“nanoGPT_lite”相似。我是否仍需执行步骤 cd templates/newtemplate && python experiment.py --out_dir run_0 && python plot.py ,或者可以直接运行 python launch_scientist.py --model "gpt-4o-2024-05-13" --experiment newtemplate --num-ideas 2

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

LMJOK avatar Oct 06 '24 09:10 LMJOK

Please see the community templates for lots of new examples, including new fields!

conglu1997 avatar Oct 26 '24 07:10 conglu1997