Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweta20 committed May 6, 2024
1 parent efa1b23 commit a6fa91a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6fa91a

Please sign in to comment.