Questions tagged [machine-translation-evaluation]

1 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 =…