We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot download MRPC dataset and should have not been blocked from s3.amazonaws.com (l am in US). I have already tried
git clone https://github.com/wasiahmad/paraphrase_identification.git python download_glue_data.py --data_dir glue_data --tasks all --path_to_mrpc=paraphrase_identification/dataset/msr-paraphrase-corpus
I noticed that there is actually no "MRPC in TASK2PATH, then why are we doing urlretrieve?
"MRPC
TASK2PATH
urlretrieve
Following the history, I added
"MRPC":'https://firebasestorage.googleapis.com/v0/b/mtl-sentence-representations.appspot.com/o/data%2Fmrpc_dev_ids.tsv?alt=media&token=ec5c0836-31d5-48f4-b431-7480817f1adc'
to TASK2PATH and it is solved now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cannot download MRPC dataset and should have not been blocked from s3.amazonaws.com (l am in US). I have already tried
I noticed that there is actually no
"MRPC
inTASK2PATH
, then why are we doingurlretrieve
?Following the history, I added
to
TASK2PATH
and it is solved now.The text was updated successfully, but these errors were encountered: