Skip to content

Releases: JasperHG90/HAN.py

Version 0.2

23 Jul 08:58
Compare
Choose a tag to compare

Decoupled the sentence segmenter from the Vectorizer class so that users can define their own pre-processing pipelines.

First release

23 Jul 05:49
Compare
Choose a tag to compare

Initial release of HAN.py. Contains:

  1. PyTorch model
  2. Vectorizer used to preprocess the data
  3. Training and prediction functions