This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
v1.2.1
What's new
Added 🎉
- Added the
TaskCard
class and task cards for common tasks. - Added a test for the interpret functionality
Changed ⚠️
- Added more information to model cards for pair classification models (
pair-classification-decomposable-attention-elmo
,pair-classification-roberta-snli
,pair-classification-roberta-mnli
,pair-classification-esim
).
Fixed ✅
- Fixed TransformerElmo config to work with the new AllenNLP
- Pinned the version of torch more tightly to make AMP work
- Fixed the somewhat fragile Bidaf test
Commits
a6b5a2c Adds a test that checks the interpret functionality (#163)
6a81154 make naqanet test less flaky (#162)
1e4b67c Transformer ELMo config fixes (#131)
d383ea9 Task cards (#161)
b152d82 Updating pair classification model cards (#160)