Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Fixes prepare-glue.sh. Fixes #150
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Conneau committed Sep 20, 2019
1 parent 11f9023 commit 15d4c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare-glue.sh
Expand Up @@ -26,7 +26,7 @@ wget -c https://dl.fbaipublicfiles.com/XLM/codes_en -P $MAIN_PATH
wget -c https://dl.fbaipublicfiles.com/XLM/vocab_en -P $MAIN_PATH

# apply BPE codes and binarize the GLUE corpora
glue_tasks="MNLI QNLI QQP SST-2 STS-B" # TODO: missing MRPC
glue_tasks="MNLI-m QNLI QQP SST-2 STS-B" # TODO: missing MRPC

for task in $glue_tasks
do
Expand Down Expand Up @@ -61,4 +61,4 @@ do
fi
fi
done
done
done

0 comments on commit 15d4c18

Please sign in to comment.