Commit
·
5d211ec
1
Parent(s):
e42d8c5
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Glue STS-B
|
2 |
+
|
3 |
+
This dataset is a port of the official [`sts-b` dataset](https://huggingface.co/datasets/glue/viewer/stsb/validation) on the Hub.
|
4 |
+
This is not a classification task, so the label_text column is only included for consistency
|
5 |
+
Note that the sentence1 and sentence2 columns have been renamed to text1 and text2 respectively.
|
6 |
+
Also, the test split is not labeled; the label column values are always -1.
|