Commit ·
b644a0a
1
Parent(s): 512e89f
Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Glue RTE
|
| 2 |
+
|
| 3 |
+
This dataset is a port of the official [`rte` dataset](https://huggingface.co/datasets/glue/viewer/rte/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.
|