Releases: Unbabel/COMET
Releases · Unbabel/COMET
Version 1.1.2
Just minor requirement updates to avoid installation errors described in #82
Version 1.1.1
- comet-compare to support multiple system comparisons.
- Bugfix: Broken link for wmt21-comet-qe-da (#78)
- Bugfix: protobuf dependency (#82)
- New models from Cometinho EAMT 22 paper (eamt22-cometinho-da & eamt22-comet-prune-da)
Breaking Changed
comet-compare
does not support -x
and -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
- @erip (#69, #70)
- @SamuelLarkin (#74)
- @Joao-Maria-Janeiro (#75, #77)
Full Changelog: v1.0.1...v1.1.0
Version 1.1.0
- Updated documentation
- Updated Pytorch Lightning version to avoid security vulnerabilities (Untrusted Data & Code Injection)
- Inspired by Amrhein et al, 2022 we added the
comet-mbr
command for fast Minimum Bayes Risk Decoding. - New encoder models
What's Changed
- Fix minor typo in exception message by @alvations in #57
- Adds --quiet flag by @Remorax in #58
- Bug fix of num_workers. by @devrimcavusoglu in #63
- fix encoding issues for Windows users by @erip in #68
New Contributors
- @alvations made their first contribution in #57
- @Remorax made their first contribution in #58
- @devrimcavusoglu made their first contribution in #63
- @erip made their first contribution in #68
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
Scipy missing from dependencies list.
Version 1.0.0
What's new?
- comet-compare command for statistical comparison between two models
- comet-score with multiple hypothesis/systems
- Embeddings caching for faster inference (thanks to @jsouza).
- Length Batching for faster inference (thanks to @CoderPat)
- Integration with SacreBLEU for dataset downloading (thanks to @mjpost)
- Monte-carlo Dropout for uncertainty estimation (thanks to @glushkovato and @chryssa-zrv)
- Some code refactoring
Hopefully, this version is also easier to install than the previous one that relied on fairseq.
Version 0.1.0
- 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