Skip to content

Commit

Permalink
Fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jul 18, 2024
1 parent a069f94 commit e749ff8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,11 @@ declare -A EXPECTED
EXPECTED["${CMD} -t wmt16,wmt17 -l en-fi --echo ref | ${CMD} -b -w 4 -t wmt16/B,wmt17/B -l en-fi"]=53.7432
EXPECTED["${CMD} -t wmt16,wmt17 -l en-fi --echo ref | ${CMD} -b -w 4 -t wmt16/B,wmt17/B -l en-fi --origlang=en"]=18.9054
EXPECTED["${CMD} -t wmt17 -l en-fi --echo ref | ${CMD} -b -t wmt17/B -l en-fi --detail"]="55.6
origlang=en : sentences=1502 BLEU = 21.4
origlang=fi : sentences=1500 BLEU = 100.0"
origlang=en domain=ALL : sentences=1502 BLEU = 21.4
origlang=fi domain=ALL : sentences=1500 BLEU = 100.0"
EXPECTED["${CMD} -t wmt18,wmt19 -l en-de --echo=src | ${CMD} -t wmt18,wmt19 -l en-de -b --detail"]="3.6
origlang=de : sentences=1498 BLEU = 3.6
origlang=en : sentences=3497 BLEU = 3.5
origlang=en country=EU : sentences=265 BLEU = 2.5
origlang=en country=GB : sentences=913 BLEU = 3.1
origlang=en country=OTHER : sentences=801 BLEU = 2.5
origlang=en country=US : sentences=1518 BLEU = 4.2
origlang=de domain=ALL : sentences=1498 BLEU = 3.6
origlang=en domain=ALL : sentences=3497 BLEU = 3.5
origlang=en domain=business : sentences=241 BLEU = 3.4
origlang=en domain=crime : sentences=570 BLEU = 3.6
origlang=en domain=entertainment : sentences=322 BLEU = 5.1
Expand Down

0 comments on commit e749ff8

Please sign in to comment.