Skip to content

Commit

Permalink
minor update in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glushkovato authored Jun 29, 2023
1 parent 72b5b50 commit f6e3f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ To train a COMET model on your data you can use the following configuration file

Here are the pretrained models that can be used to evaluate your translations:

- `comet-wl-tags`: Regression model with incorporated into the architecture word-level OK / BAD tags that correspond to the subwords of the translation hypothesis. (**COMET+WL-tags**)
- [`comet-wl-tags`](https://unbabel-experimental-models.s3.amazonaws.com/comet/eamt23/comet-wl-tags.tar): Regression model with incorporated into the architecture word-level OK / BAD tags that correspond to the subwords of the translation hypothesis. (**COMET+WL-tags**)

- `comet-sl-feats`: Regression model that was enhanced with scores obtained from other metrics, BLEU and CHRF, that are used as sentence-level (SL) features in a late fusion manner. (**COMET+SL-feat.**)
- [`comet-sl-feats`](https://unbabel-experimental-models.s3.amazonaws.com/comet/eamt23/comet-sl-feats.tar): Regression model that was enhanced with scores obtained from other metrics, BLEU and CHRF, that are used as sentence-level (SL) features in a late fusion manner. (**COMET+SL-feat.**)

- `comet-aug`: Regression model that was trained on a mixture of original and augmented Direct Assessments from WMT17 to WMT20. We use the code provided by the authors of [SMAUG](https://github.com/Unbabel/smaug) and apply their choice of hyperparameters, including the optimal percentage of the augmented data. (**COMET+aug**)
- [`comet-aug`](https://unbabel-experimental-models.s3.amazonaws.com/comet/eamt23/comet-aug.tar): Regression model that was trained on a mixture of original and augmented Direct Assessments from WMT17 to WMT20. We use the code provided by the authors of [SMAUG](https://github.com/Unbabel/smaug) and apply their choice of hyperparameters, including the optimal percentage of the augmented data. (**COMET+aug**)


**Note:** The range of scores between different models can be totally different. To better understand COMET scores please [take a look at these FAQs](https://unbabel.github.io/COMET/html/faqs.html)
Expand Down

0 comments on commit f6e3f04

Please sign in to comment.