Skip to content

Releases: NTMC-Community/MatchZoo

v2.2

09 Oct 19:24
Compare
Choose a tag to compare

v2.1

04 Apr 17:13
Compare
Choose a tag to compare
  • add automation modules
    • mz.auto.tuner that automatically search for model hyper parameters
    • mz.auto.preprer that unifies model preprocessing and training processes
  • add QuoraQP dataset
  • rewrite mz.DataGenerator to be callback-based
  • fix models behaviors under classification tasks
  • reorganize project structure, the most significant one being moving processor_units to preprocessors.units
  • rename redundant names (e.g. NaiveModel -> Naive, TokenizeUnit -> Tokenize)
  • update the tutorials
  • various other updates