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
Congrats on your great work! I am interested in analyzing the results of T0-3B + IA3's predictions on NLI tasks. I run the command python -m src.pl_train -c t03b.json+anli-r3.json+ia3.json -k exp_name=anli-r3 load_weight="pretrained_checkpoints/t03b_ia3_finish.pt" eval_epoch_interval=20 but only see the dev_scores.json file in the output. How can I also obtain the prediction file of the model? Thanks!
The text was updated successfully, but these errors were encountered:
Wow, this is a repeated request. I'm sorry I didn't plan for this use case in the beginning. If you have enough bandwidth, would you mind try out the suggestion I had in #3? I can also try to add this functionality, but I am not sure when, maybe in two or three weeks.
Congrats on your great work! I am interested in analyzing the results of T0-3B + IA3's predictions on NLI tasks. I run the command
python -m src.pl_train -c t03b.json+anli-r3.json+ia3.json -k exp_name=anli-r3 load_weight="pretrained_checkpoints/t03b_ia3_finish.pt" eval_epoch_interval=20
but only see thedev_scores.json
file in the output. How can I also obtain the prediction file of the model? Thanks!The text was updated successfully, but these errors were encountered: