We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e30293 commit 6056a63Copy full SHA for 6056a63
tensor2tensor/data_generators/mrpc.py
@@ -38,8 +38,8 @@ class MSRParaphraseCorpus(text_problems.TextConcat2ClassProblem):
38
# Link to data from GLUE: https://gluebenchmark.com/tasks
39
DEV_IDS = ("https://firebasestorage.googleapis.com/v0/b/"
40
"mtl-sentence-representations.appspot.com/o/"
41
- "data%2FWNLI.zip?alt=media&token=068ad0a0-ded7-"
42
- "4bd7-99a5-5e00222e0faf")
+ "data%2Fmrpc_dev_ids.tsv?alt=media&token=ec5c0836-31d5-"
+ "48f4-b431-7480817f1adc")
43
MRPC_TRAIN = ("https://s3.amazonaws.com/senteval/senteval_data/"
44
"msr_paraphrase_train.txt")
45
MRPC_TEST = ("https://s3.amazonaws.com/senteval/senteval_data/"
0 commit comments