You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am currently adding some files into the PyTorch project that would enable it to directly import the GLUE datasets. I am however facing a problem regarding the QQP and SNLI datasets. There are some lines where there are too much tabs according to the number of columns that are mentioned in the first lines of those files. For example in the train.tsv file of QQP, line 97.931 is :
"\tWas Muhammad a real historical figure? What is the evidence for his existence?\t0
So in that line are supposed to be 3 columns while in the file there should 6 columns.
How should I handle those lines?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I am currently adding some files into the PyTorch project that would enable it to directly import the GLUE datasets. I am however facing a problem regarding the QQP and SNLI datasets. There are some lines where there are too much tabs according to the number of columns that are mentioned in the first lines of those files. For example in the train.tsv file of QQP, line 97.931 is :
"\tWas Muhammad a real historical figure? What is the evidence for his existence?\t0
So in that line are supposed to be 3 columns while in the file there should 6 columns.
How should I handle those lines?
Thank you.
The text was updated successfully, but these errors were encountered: