File size: 706 Bytes
d627c9b 5c431cc d627c9b 5c431cc d627c9b ce5c914 5c431cc ce5c914 5c431cc ce5c914 5c431cc d627c9b ce5c914 d627c9b |
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 |
---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
- name: category
dtype: string
splits:
- name: train
num_bytes: 3615953
num_examples: 7266
- name: validation
num_bytes: 751322
num_examples: 1537
- name: test
num_bytes: 765279
num_examples: 1564
download_size: 1305264
dataset_size: 5132554
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|