Questions tagged [unbabel-comet]
2 questions
1
vote
1 answer
How to load Unbabel Comet model without nested wrapper initialization?
The Unbabel COMET is a scoring library for machine translation. By default, loading the model as per the README works:
from comet import download_model, load_from_checkpoint
model_path = download_model("Unbabel/wmt22-comet-da")
model =…

alvas
- 115,346
- 109
- 446
- 738
0
votes
1 answer
How to use locally saved United MUP model in Unbabel-Comet model for Machine Translation Evaluation?
From https://huggingface.co/Unbabel/unite-mup, there's a model that comes from the UniTE: Unified Translation Evaluation paper. The usage was documented as such:
from comet import download_model, load_from_checkpoint
model_path =…

alvas
- 115,346
- 109
- 446
- 738