angle-UAE-pairs / README.md
pszemraj's picture
Super-squash branch 'main' using huggingface_hub
8047bfc verified
|
raw
history blame
958 Bytes
---
dataset_info:
features:
- name: text1
dtype: string
- name: text2
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 189307831.0
num_examples: 1310368
- name: validation
num_bytes: 6859317.0
num_examples: 50838
- name: test
num_bytes: 55301665.0
num_examples: 402690
download_size: 168093774
dataset_size: 251468813.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
license: odc-by
task_categories:
- sentence-similarity
- feature-extraction
language:
- en
---
# angle UAE pairs
loaded the four datasets containing pairs for [Universal AnglE Embeddings](https://github.com/SeanLee97/AnglE/tree/main/examples/UAE)
- note that `qrecc` is not included in this dataset
```
multi_nli (train set)
snli (train set)
qqp (train set)
mrpc (train set)
```