File size: 935 Bytes
1e8357c 98fe36b 1e8357c 98fe36b 1e8357c be86f41 1e8357c be86f41 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: text_a_embedding
sequence: float32
- name: text_b_embedding
sequence: float32
- name: prompt_embedding
sequence: float32
- name: text_a
dtype: string
- name: text_b
dtype: string
- name: prompt
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 219575612.0
num_examples: 23388
- name: test
num_bytes: 54893903.0
num_examples: 5847
download_size: 311913820
dataset_size: 274469515.0
---
# Glue-STSB with Contrastive Axes
Dataset format:
A pair of sentences, and a prompt along which the sentences are similar or different.
Includes embeddings generated by `sentence-transformers`.
`text_a` and `text_b` are from the Glue-STSB dataset, `prompt` and `label` are machine generated.
|