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
I ran the example from the readme and the parts of the few-shot-pretrained-3b-100k.sh script. However, the dev_scores.json for the readme example only contains the line:
Those are just the results of the "Validation sanity check" right at the beginning, so I wondered where the validation results after each epoch are stored or am I missing something here?
Thanks!
The text was updated successfully, but these errors were encountered:
stefanhgm
changed the title
Cannot find performance results of experiments
Where are performance results of experiments stored
Jun 3, 2022
So I added it to the few-shot-pretrained-3b-100k.sh as well. With this, the dev_scores.json file will have multiple lines, and the get_result_table.py will only read the last row in the dev_scores.json.
Hi,
thank you very much for sharing your code!
I ran the example from the readme and the parts of the
few-shot-pretrained-3b-100k.sh
script. However, thedev_scores.json
for the readme example only contains the line:And for
t03b_copa_seed42_ia3_pretrained100k
(the first experiment offew-shot-pretrained-3b-100k.sh
):Those are just the results of the "Validation sanity check" right at the beginning, so I wondered where the validation results after each epoch are stored or am I missing something here?
Thanks!
The text was updated successfully, but these errors were encountered: