This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
v0.9.2
v0.9.2 release notes
Breaking changes:
- Fix no-op mask fill in some of the the transformer/ranker models (#3068). We believe this to be fine, but it may change the performance of some ranking models. If you are training a transformer/ranker or polyencoder model and you notice your model no longer gets the same performance, please file an issue on GitHub.
Bugfixes:
- Fix a bug where using tensorboard in training caused a crash (#3067)
- Fix a bug where BART failed to load from checkpoint properly (#3060)
- Fix an issue where some arguments could not be overridden in BART (#3065)
Other:
- fromfile now emits a warning about using valid/test (#3063)