luketheduke commited on
Commit
730b482
1 Parent(s): 66a3097

Upload README.md

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