thammegowda commited on
Commit
c49a354
·
verified ·
1 Parent(s): 8f41cc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  pipeline_tag: translation
3
  ---
4
 
5
- # cometoid22-wmt23
6
 
7
  A referenceless/quality-estimation metric for machine translation evaluation.
8
  This metric is created by using the knowledge distillation of [wmt22-comet-da](https://huggingface.co/Unbabel/wmt22-comet-da) (a referece-based teacher).
@@ -11,7 +11,7 @@ Refer to [the publication](https://aclanthology.org/2023.wmt-1.62) for technical
11
 
12
  ## Setup
13
 
14
- Option 1: Install `pymarain`, aka python bindings to marian
15
 
16
  ```bash
17
  pip install pymarian
 
2
  pipeline_tag: translation
3
  ---
4
 
5
+ # cometoid22-wmt21
6
 
7
  A referenceless/quality-estimation metric for machine translation evaluation.
8
  This metric is created by using the knowledge distillation of [wmt22-comet-da](https://huggingface.co/Unbabel/wmt22-comet-da) (a referece-based teacher).
 
11
 
12
  ## Setup
13
 
14
+ Option 1: Install `pymarian`, aka Python bindings to Marian
15
 
16
  ```bash
17
  pip install pymarian