radinplaid commited on
Commit
e22bcb4
·
verified ·
1 Parent(s): 54d07b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ The model is in `ctranslate2` format, and the tokenizers are `sentencepiece`, so
86
 
87
  ## Metrics
88
 
89
- `bleu` and `chrf2` are calculated with [sacrebleu](https://github.com/mjpost/sacrebleu) on the [Flores200 `devtest` test set](https://huggingface.co/datasets/facebook/flores) ("fra_Latn"->"eng_Latn"). `comet22` with the [`comet`](https://github.com/Unbabel/COMET) library and the [default model](https://huggingface.co/Unbabel/wmt22-comet-da). "Time (s)" is the time in seconds to translate (using `ctranslate2`) the flores-devtest dataset (1012 sentences) on an RTX 4070s GPU with batch size 32.
90
 
91
  | Model | chrf2 | bleu | comet22 | Time (s) |
92
  | -------------------------------- | ----- | ------- | ------- | -------- |
 
86
 
87
  ## Metrics
88
 
89
+ `bleu` and `chrf2` are calculated with [sacrebleu](https://github.com/mjpost/sacrebleu) on the [Flores200 `devtest` test set](https://huggingface.co/datasets/facebook/flores) ("eng_Latn"->"fra_Latn"). `comet22` with the [`comet`](https://github.com/Unbabel/COMET) library and the [default model](https://huggingface.co/Unbabel/wmt22-comet-da). "Time (s)" is the time in seconds to translate (using `ctranslate2`) the flores-devtest dataset (1012 sentences) on an RTX 4070s GPU with batch size 32.
90
 
91
  | Model | chrf2 | bleu | comet22 | Time (s) |
92
  | -------------------------------- | ----- | ------- | ------- | -------- |