Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

v1.5.0

Compare
Choose a tag to compare
@dirkgr dirkgr released this 02 Mar 00:17
· 159 commits to main since this release

What's new

Added πŸŽ‰

  • BART model now adds a predicted_text field in make_output_human_readable that has the cleaned text corresponding to predicted_tokens.

Fixed βœ…

  • Made label parameter in TransformerMCReader.text_to_instance optional with default of None.
  • 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)