`cli-score` uses now model.half by default which makes it more efficient both in time and memory.
2.2.4
Minor fixes to close 236 235 231
2.2.3
2.2.2
2.2.1
Minor fixes that address issues 177, 178, 185, 183 and 191
2.2.0
Release of [xCOMET models](https://arxiv.org/pdf/2310.10482.pdf)!
To make it easier to merge with internal code we added a new class [XCOMETMetric](https://github.com/Unbabel/COMET/blob/v2.2.0/comet/models/multitask/xcomet_metric.py#L33C7-L33C19). This release only allows inference of such models. Training is still not fully implemented.
Models can be accessed through hugging face hub: - [XCOMET-XL](https://huggingface.co/Unbabel/XCOMET-XL) - [XCOMET-XXL](https://huggingface.co/Unbabel/XCOMET-XXL)