Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
pipeline_tag: translation
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# cometoid22-
|
| 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 `
|
| 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
|