luketheduke
commited on
Commit
•
eb0e96d
1
Parent(s):
0bc132b
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Glue WNLI
|
2 |
+
|
3 |
+
This dataset is a port of the official [`wnli` dataset](https://huggingface.co/datasets/glue/viewer/wnli/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.
|