From 15d4c188c918b08ec7075fb30b8af27a14c4ddb8 Mon Sep 17 00:00:00 2001 From: Alexis Conneau Date: Fri, 20 Sep 2019 15:14:24 -0700 Subject: [PATCH] Fixes prepare-glue.sh. Fixes #150 --- prepare-glue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare-glue.sh b/prepare-glue.sh index 7de66a9..9eb61c9 100755 --- a/prepare-glue.sh +++ b/prepare-glue.sh @@ -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 @@ -61,4 +61,4 @@ do fi fi done -done \ No newline at end of file +done