Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@WarmCyan WarmCyan released this 21 Sep 18:37
· 1 commit to main since this release

Added

  • Profiler script.

Changed

  • Performance enhancements by using batch operations in hugging face and torch.
    All interaction functions now need to support accepting an array of texts.
    (The encoding function has changed as a result.)

Fixed

  • Corrected bug in how summation is occuring in sort_salience_map() and added unit test.