luketheduke commited on
Commit
359ce39
1 Parent(s): 420b733

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Glue MRPC
2
+
3
+ This dataset is a port of the official [`mrpc` dataset](https://huggingface.co/datasets/glue/viewer/mrpc/train) on the Hub.
4
+ Note that the sentence1 and sentence2 columns have been renamed to text1 and text2 respectively.
5
+ Also, the test split is not labeled; the label column values are always -1.