You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your contribution to the LLM open source community.
I've been going through the code for several hours now, so from what I understand, the experiment.py file will save the experiment outputs in a final_info.json file. So, I've been looking for how this final_info.json file will be accessed in the perform_writeup function, but I can't seem to see where it is, so that I can access the experimental results. Please can you point out or enlighten me how this works? How can I access the experimental results when performing the writeup? My goal is to tweak the writeup prompt but I need the experiment results. Thank you!
The text was updated successfully, but these errors were encountered:
@conglu1997@neil-vqa hello I'm trying to generate paper on a new topic but I'm confused about which files should I edit. can you help me out please? I know the custom templates says to edit the prompt.json and seed.json but is it enough to just change those two or we need to change the whole template, experiment.py altogether?
I've done
install miniconda
setup environment
git clone repository
pip install requirements.txt
export open_api key
python prepare scripts
now after these things should I edit the prompt.json then run the baseline and then launch experiment.py
Thank you for your contribution to the LLM open source community.
I've been going through the code for several hours now, so from what I understand, the
experiment.py
file will save the experiment outputs in afinal_info.json
file. So, I've been looking for how thisfinal_info.json
file will be accessed in theperform_writeup
function, but I can't seem to see where it is, so that I can access the experimental results. Please can you point out or enlighten me how this works? How can I access the experimental results when performing the writeup? My goal is to tweak the writeup prompt but I need the experiment results. Thank you!The text was updated successfully, but these errors were encountered: