metadata
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
num_examples: 23388
- name: test
num_bytes: 54893903
num_examples: 5847
download_size: 311913820
dataset_size: 274469515
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.