Skip to content

Commit 6056a63

Browse files
ywkimkpe
authored andcommitted
Fix MRPC link (tensorflow#1247)
1 parent 4e30293 commit 6056a63

File tree

1 file changed

+2
-2
lines changed
  • tensor2tensor/data_generators

1 file changed

+2
-2
lines changed

tensor2tensor/data_generators/mrpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class MSRParaphraseCorpus(text_problems.TextConcat2ClassProblem):
3838
# Link to data from GLUE: https://gluebenchmark.com/tasks
3939
DEV_IDS = ("https://firebasestorage.googleapis.com/v0/b/"
4040
"mtl-sentence-representations.appspot.com/o/"
41-
"data%2FWNLI.zip?alt=media&token=068ad0a0-ded7-"
42-
"4bd7-99a5-5e00222e0faf")
41+
"data%2Fmrpc_dev_ids.tsv?alt=media&token=ec5c0836-31d5-"
42+
"48f4-b431-7480817f1adc")
4343
MRPC_TRAIN = ("https://s3.amazonaws.com/senteval/senteval_data/"
4444
"msr_paraphrase_train.txt")
4545
MRPC_TEST = ("https://s3.amazonaws.com/senteval/senteval_data/"

0 commit comments

Comments
 (0)