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

v3.1.0: Bump up allennlp/dataset versions, added dropout

Compare
Choose a tag to compare
@dcfidalgo dcfidalgo released this 20 Jun 21:09
· 16 commits to master since this release

Added:

  • Added dropout to our TextClassification and DocumentClassification head
  • Added max/min_sentence_length and truncate_sentence parameters in the TokenizerConfiguration

Removed:

Changed:

  • changed documentation url in docs/readme
  • max_sequence_length -> truncate_input (TokenizerConfiguration)
  • bump up allennlp version to 2.5
  • bump up datasets version to 1.8