This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
v1.5.0
What's new
Added π
- BART model now adds a
predicted_text
field inmake_output_human_readable
that has the cleaned text corresponding topredicted_tokens
.
Fixed β
- Made
label
parameter inTransformerMCReader.text_to_instance
optional with default ofNone
. - Fixed
OpenIePredictor.predict_json
so it treats auxiliary verbs as verbs
when the language is English.
Commits
6355102 small doc fix in CopyNet
14ffde8 Fix prediction for models using TransformerMCReader (#222)
c411e37 copy over TAG_MAP from spaCy (#219)
8e700bb Add predicted_text
field to BART model output (#217)
845ab1e OpenIE fix (#206)
48150a3 Updating modelcards for ModelUsage (#209)