mathemakitten commited on
Commit
c2a3aa9
·
1 Parent(s): 82f7544
Files changed (1) hide show
  1. glue.py +2 -2
glue.py CHANGED
@@ -43,8 +43,8 @@ evaluating, and analyzing natural language understanding systems.
43
  """
44
 
45
  _MRPC_DEV_IDS = "https://dl.fbaipublicfiles.com/glue/data/mrpc_dev_ids.tsv"
46
- _MRPC_TRAIN = "https://huggingface.co/datasets/evaluate/glue-ci/resolve/main/msr_paraphrase_test.txt" #"https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_train.txt"
47
- _MRPC_TEST = "https://huggingface.co/datasets/evaluate/glue-ci/resolve/main/msr_paraphrase_test.txt"
48
 
49
  _MNLI_BASE_KWARGS = dict(
50
  text_features={
 
43
  """
44
 
45
  _MRPC_DEV_IDS = "https://dl.fbaipublicfiles.com/glue/data/mrpc_dev_ids.tsv"
46
+ _MRPC_TRAIN = "https://huggingface.co/datasets/evaluate/glue-ci/raw/main/msr_paraphrase_test.txt" #"https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_train.txt"
47
+ _MRPC_TEST = "https://huggingface.co/datasets/evaluate/glue-ci/raw/main/msr_paraphrase_test.txt"
48
 
49
  _MNLI_BASE_KWARGS = dict(
50
  text_features={