Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,31 @@ dataset_info:
|
|
31 |
num_examples: 5847
|
32 |
download_size: 312019966
|
33 |
dataset_size: 274469515
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
35 |
-
#
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
num_examples: 5847
|
32 |
download_size: 312019966
|
33 |
dataset_size: 274469515
|
34 |
+
annotations_creators: []
|
35 |
+
language: []
|
36 |
+
language_creators:
|
37 |
+
- machine-generated
|
38 |
+
license: []
|
39 |
+
multilinguality:
|
40 |
+
- monolingual
|
41 |
+
pretty_name: STSB with contrastive axes
|
42 |
+
size_categories:
|
43 |
+
- 10K<n<100K
|
44 |
+
source_datasets:
|
45 |
+
- extended|glue
|
46 |
+
tags: []
|
47 |
+
task_categories:
|
48 |
+
- feature-extraction
|
49 |
+
- text-retrieval
|
50 |
+
task_ids:
|
51 |
+
- document-retrieval
|
52 |
---
|
53 |
+
# Glue-STSB with Contrastive Axes
|
54 |
|
55 |
+
Dataset format:
|
56 |
+
|
57 |
+
A pair of sentences, and a prompt along which the sentences are similar or different.
|
58 |
+
|
59 |
+
Includes embeddings generated by `sentence-transformers`.
|
60 |
+
|
61 |
+
`text_a` and `text_b` are from the Glue-STSB dataset, `prompt` and `label` are machine generated.
|