From a6fa91a36b05974aec2a326019ae3e5bee28c58c Mon Sep 17 00:00:00 2001 From: Sweta Date: Mon, 6 May 2024 06:56:25 +0000 Subject: [PATCH] Updated Readme.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6bf886..6030680 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,14 @@ echo -e "Des tartes faites avec des pommes comme celles-ci. [SEP] Elles ont l’ echo -e "Des tartes faites avec des pommes comme celles-ci. [SEP] Ils ont l’air delicieux.\nIls ont l’air delicieux." >> hyp2.txt ``` +```bash +comet-score -s src.txt -t hyp1.txt hyp2.txt --model Unbabel/wmt20-comet-qe-da --enable-context +``` + If you are only interested in a system-level score use the following command: ```bash -comet-score -s src.txt -t hyp1.txt hyp2.txt --model Unbabel/wmt20-comet-qe-da --enable-context +comet-score -s src.txt -t hyp1.txt -r ref.txt --quiet --only_system ``` ### Reference-free evaluation: