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:
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: