Skip to content

As a user, I want a method for computing the CometKiwi metric for a given translated text and its source text; so that I can score machine translations. #52

@laurejt

Description

@laurejt

CometKiwi is an LLM-based metric that combines COMET with OpenKiwi.

  • Use the comet package and Unbabel/wmt22-cometkiwi-da HuggingFace model. Follow the example outline in the HuggingFace model card.

Inputs:

  • tr_text: The text of the translation to be scored
  • src_text: The original source text

Output: CometKiwi score (float), ranges between 0 and 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions