Skip to content

Releases: Unbabel/COMET

Version 1.1.2

06 Jun 18:59
Compare
Choose a tag to compare

Just minor requirement updates to avoid installation errors described in #82

Version 1.1.1

01 Jun 22:47
Compare
Choose a tag to compare
  1. comet-compare to support multiple system comparisons.
  2. Bugfix: Broken link for wmt21-comet-qe-da (#78)
  3. Bugfix: protobuf dependency (#82)
  4. New models from Cometinho EAMT 22 paper (eamt22-cometinho-da & eamt22-comet-prune-da)

Breaking Changed

comet-compare does not support -xand -y flags. Now it receives a single flag -t with multiple arguments for multiples systems.

Before:

comet-compare -s src.de -x hyp1.en -y hyp2.en -r ref.en

After:

comet-compare -s src.de -t hyp1.en hyp2.en -r ref.en

Contributors

Full Changelog: v1.0.1...v1.1.0

Version 1.1.0

02 Apr 18:52
Compare
Choose a tag to compare
  1. Updated documentation
  2. Updated Pytorch Lightning version to avoid security vulnerabilities (Untrusted Data & Code Injection)
  3. Inspired by Amrhein et al, 2022 we added the comet-mbr command for fast Minimum Bayes Risk Decoding.
  4. New encoder models

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

Version 1.0.1

19 Nov 15:51
Compare
Choose a tag to compare

Scipy missing from dependencies list.

Version 1.0.0

19 Nov 14:59
Compare
Choose a tag to compare

What's new?

  1. comet-compare command for statistical comparison between two models
  2. comet-score with multiple hypothesis/systems
  3. Embeddings caching for faster inference (thanks to @jsouza).
  4. Length Batching for faster inference (thanks to @CoderPat)
  5. Integration with SacreBLEU for dataset downloading (thanks to @mjpost)
  6. Monte-carlo Dropout for uncertainty estimation (thanks to @glushkovato and @chryssa-zrv)
  7. Some code refactoring

Hopefully, this version is also easier to install than the previous one that relied on fairseq.

Version 0.1.0

11 Mar 17:55
04456c4
Compare
Choose a tag to compare
  • We now use Poetry to solve dependency issues.
  • Removed LASER encoder and FastBPE dependencies (Windows users can now run COMET)
  • Removed references requirements for QE models