Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@Labbeti Labbeti released this 14 Dec 13:19
· 13 commits to main since this release

[0.2.0] 2022-12-14

Added

  • FENSE class and function metric, with fluency error rate and raw output probabilities.
  • Unittest with fense repository.
  • load_metric function in init to match huggingface evaluation package.

Changed

  • Rename global_scores to corpus_scores and local_scores to sents_scores.
  • Rename CustomEvaluate to Evaluate and custom_evaluate to evaluate.
  • Set default cache path to $HOME/.cache.
  • Remove 'coco' prefix to file, functions and classes names to have cleaner names.

Fixed

  • FENSE metric error when computing scores with less than batch_size sentences.