luketheduke
commited on
Commit
·
d1f5589
1
Parent(s):
26b0cea
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Glue QNLI
|
2 |
+
|
3 |
+
This dataset is a port of the official [`qnli` dataset](https://huggingface.co/datasets/glue/viewer/qnli/train) on the Hub.
|
4 |
+
Note that the question and sentence columns have been renamed to text1 and text2 respectively.
|
5 |
+
Also, the test split is not labeled; the label column values are always -1.
|