Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion model_cards/allenai/wmt19-de-en-6-6-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Pretrained weights were left identical to the original model released by allenai
Here are the BLEU scores:

model | transformers
-------|---------|----------
-------|---------
wmt19-de-en-6-6-base | 38.37

The score was calculated using this code:
Expand Down
2 changes: 1 addition & 1 deletion model_cards/allenai/wmt19-de-en-6-6-big/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Pretrained weights were left identical to the original model released by allenai
Here are the BLEU scores:

model | transformers
-------|---------|----------
-------|---------
wmt19-de-en-6-6-big | 39.9

The score was calculated using this code:
Expand Down
2 changes: 1 addition & 1 deletion scripts/fsmt/gen-card-allenai-wmt19.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def write_model_card(model_card_dir, src_lang, tgt_lang, model_name):
Here are the BLEU scores:

model | transformers
-------|---------|----------
-------|---------
{model_name} | {scores[model_name][1]}

The score was calculated using this code:
Expand Down