license: cc-by-4.0 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: validation | |
path: data/validation-* | |
- split: test | |
path: data/test-* | |
dataset_info: | |
features: | |
- name: premise | |
dtype: 'null' | |
- name: hypothesis | |
dtype: 'null' | |
- name: label | |
dtype: 'null' | |
- name: config | |
dtype: 'null' | |
splits: | |
- name: train | |
- name: validation | |
- name: test | |
download_size: 3369 | |
dataset_size: 0 | |
https://github.com/ruixiangcui/WikiResNLI_NatResNLI |