Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@Labbeti Labbeti released this 13 Apr 14:08
· 11 commits to main since this release

[0.4.0] 2023-04-13

Added

  • Argument return_probs for fluency error metric.

Changed

  • Rename SPIDErErr to SPIDErFL to match DCASE2023 metric name.
  • Rename SBERT to SBERTSim to avoid confusion with SBERT model name.
  • Rename FluencyError to FluErr.
  • Check if Java executable version between 8 and 11. (#1)

Fixed

  • SPIDErFL sentences scores outputs when using return_all_scores=True.
  • Argument reset_state in SPIDErFL, SBERTSim, FluErr and FENSE when using their functional interface.
  • Classes and functions factories now support SPICE and CIDEr-D metrics.
  • SBERTSim class instantiation.