v2.3.0
What's new
Fixed ✅
- Fixed bug in
experiment_from_huggingface.jsonnet
andexperiment.jsonnet
by changingmin_count
to have keylabels
instead ofanswers
. Resolves failure of model checks that involve calling_extend
invocabulary.py
TransformerQA
now outputs span probabilities as well as scores.TransformerQAPredictor
now implementspredictions_to_labeled_instances
, which is required for the interpret module.
Added 🎉
- Added script that produces the coref training data.
- Added tests for using
allennlp predict
on multitask models.
Commits
eaf76a7 Fix paths in training config
acc3424 Adds tests for multitask predictor (#248)
f4fb932 Making TransformerQAPredictor compatible with interpret modules (#249)
31a9ad3 Fix paths in training config
f1de60f update version in README
b358dad Add list of pretrained models to README (#246)
39f1a0f fix spacing for API docs
048355d big improvements to readme (#243)
2208341 Add best span probs (#244)
15ac4dc fix sanity check tests (#242)
4b13924 Add make_output_human_readable to pair classification models (#235)
e371cef Update mkdocs-material requirement from <7.1.0,>=5.5.0 to >=5.5.0,<7.2.0 (#237)
6b306b0 Adds the coref prep script (#239)
155fd76 Fix label namespace in experiment.jsonnet (#240)
abc7e19 Fixed bug in experiment_from_huggingface.jsonnet
(#238)
a8e0b00 Make snli dataset reader work with unlabeled instances (#234)
eb72cdc Allow example categories to be ordered (#229)
d97ff8e tick version for nightly