dataset_info: | |
features: | |
- name: captionID | |
dtype: string | |
- name: pairID | |
dtype: string | |
- name: sentence1 | |
dtype: string | |
- name: sentence2 | |
dtype: string | |
- name: is_main_shortcut | |
dtype: bool | |
- name: shortcut_id | |
dtype: int64 | |
- name: shortcut | |
dtype: string | |
- name: gold_label | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 71206465 | |
num_examples: 264000 | |
- name: test | |
num_bytes: 41461112 | |
num_examples: 144000 | |
- name: dev | |
num_bytes: 41610142 | |
num_examples: 144000 | |
download_size: 13856404 | |
dataset_size: 154277719 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: test | |
path: data/test-* | |
- split: dev | |
path: data/dev-* | |
# Dataset Card for "nli-stained" | |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |