Skip to content

Commit

Permalink
Merge pull request #48 from ritterng:patch-2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 334711314
  • Loading branch information
sebastianruder committed Oct 1, 2020
2 parents c4bed4c + 4cfc991 commit 291b50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tatoeba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
OUT=$OUT_DIR/$TASK/${MODEL}_${MAXL}/
mkdir -p $OUT
for SL in ar he vi id jv tl eu ml ta te af nl en de el bn hi mr ur fa fr it pt es bg ru ja ka ko th sw zh kk tr et fi hu; do
python $REPO/third_party/run_retrieval.py \
python $REPO/third_party/evaluate_retrieval.py \
--model_type $MODEL_TYPE \
--model_name_or_path $MODEL \
--embed_size $DIM \
Expand Down

0 comments on commit 291b50a

Please sign in to comment.