snli / README.md
Samsoup's picture
Upload dataset
02450ff verified
|
raw
history blame
No virus
740 Bytes
---
dataset_info:
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
- name: input
dtype: string
splits:
- name: test
num_bytes: 2630678.5792
num_examples: 9824
- name: validation
num_bytes: 2643632.0624
num_examples: 9842
- name: train
num_bytes: 140370625.98676002
num_examples: 549367
download_size: 42266667
dataset_size: 145644936.62836003
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: validation
path: data/validation-*
- split: train
path: data/train-*
---