MatchZoo Versions Save

Facilitating the design, comparison and sharing of deep text matching models.

v2.2

4 years ago

v2.2

v2.1

5 years ago
  • 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