Open parismic opened 4 years ago
It seems that the save path is incorrectly documented.
In the args the default dir is model_checkpoints and the README.md says models/bert/saves/Reuters/best_model.pt. I test it on SST-2 and the trained model was saved at model_checkpoints.
args
model_checkpoints
models/bert/saves/Reuters/best_model.pt
Or are these two different things?
See: https://github.com/castorini/hedwig/blob/c602b82f31b22db206c1879b9725227c04ba5eca/models/bert/args.py#L11
@parismic , yes that's an issue to be resolved. Thanks for pointing it out.
It seems that the save path is incorrectly documented.
In the
args
the default dir ismodel_checkpoints
and the README.md saysmodels/bert/saves/Reuters/best_model.pt
. I test it on SST-2 and the trained model was saved atmodel_checkpoints
.Or are these two different things?
See: https://github.com/castorini/hedwig/blob/c602b82f31b22db206c1879b9725227c04ba5eca/models/bert/args.py#L11