This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
v1.2.0
What's new
Changed ⚠️
- Updated docstring for Transformer MC.
- Added more information to model cards for multiple choice models (
mc-roberta-commonsenseqa
,
mc-roberta-piqa
, andmc-roberta-swag
).
Fixed ✅
- Fixed many training configs to work out-of-the box. These include the configs for
bart_cnn_dm
,swag
,bidaf
,bidaf_elmo
,
naqanet
, andqanet
. - Fixed minor bug in MaskedLanguageModel, where getting token ids used hard-coded assumptions (that
could be wrong) instead of our standard utility function.
Commits
fcb6758 Prepare for release v1.2.0
43c9b51 remove autocast(False) around RNNs (#158)
bf42ee0 make coref test less flaky
84fb13f Adding info to Multiple Choice model cards (#156)
ab4ab67 make more configs work out-of-the-box (#153)
f253c57 Bump conllu from 4.2 to 4.2.1 (#155)