metadata
dataset_info:
- config_name: cola
features:
- name: sentence
dtype: string
- name: label
dtype:
class_label:
names:
'0': unacceptable
'1': acceptable
- name: idx
dtype: int32
splits:
- name: train
num_bytes: 560113
num_examples: 8551
- name: test
num_bytes: 76312
num_examples: 1063
- name: validation
num_bytes: 70718
num_examples: 1043
download_size: 356012
dataset_size: 707143
- config_name: mnli
features:
- name: premise
dtype: string
- name: hypothesis
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
- name: idx
dtype: int32
splits:
- name: train
num_bytes: 101224841
num_examples: 392702
- name: test_mismatched
num_bytes: 2657292
num_examples: 9847
- name: validation_mismatched
num_bytes: 2650366
num_examples: 9832
- name: validation
num_bytes: 2483390
num_examples: 9815
- name: test
num_bytes: 2503561
num_examples: 9796
download_size: 65997780
dataset_size: 111519450
- config_name: mrpc
features:
- name: sentence1
dtype: string
- name: sentence2
dtype: string
- name: label
dtype:
class_label:
names:
'0': not_equivalent
'1': equivalent
- name: idx
dtype: int32
splits:
- name: train
num_bytes: 1254978
num_examples: 3668
- name: test
num_bytes: 587526
num_examples: 1725
- name: validation
num_bytes: 141622
num_examples: 408
download_size: 1201612
dataset_size: 1984126
- config_name: qnli
features:
- name: question
dtype: string
- name: sentence
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': not_entailment
- name: idx
dtype: int32
splits:
- name: train
num_bytes: 33588354
num_examples: 104743
- name: test
num_bytes: 1789807
num_examples: 5463
- name: validation
num_bytes: 1783696
num_examples: 5463
download_size: 21937127
dataset_size: 37161857
- config_name: qqp
features:
- name: question1
dtype: string
- name: question2
dtype: string
- name: label
dtype:
class_label:
names:
'0': not_duplicate
'1': duplicate
- name: idx
dtype: int32
splits:
- name: train
num_bytes: 69970725
num_examples: 363846
- name: test
num_bytes: 75599210
num_examples: 390965
- name: validation
num_bytes: 7766721
num_examples: 40430
download_size: 87244206
dataset_size: 153336656
configs:
- config_name: cola
data_files:
- split: train
path: cola/train-*
- split: test
path: cola/test-*
- split: validation
path: cola/validation-*
- config_name: mnli
data_files:
- split: train
path: mnli/train-*
- split: test_mismatched
path: mnli/test_mismatched-*
- split: validation_mismatched
path: mnli/validation_mismatched-*
- split: validation
path: mnli/validation-*
- split: test
path: mnli/test-*
- config_name: mrpc
data_files:
- split: train
path: mrpc/train-*
- split: test
path: mrpc/test-*
- split: validation
path: mrpc/validation-*
- config_name: qnli
data_files:
- split: train
path: qnli/train-*
- split: test
path: qnli/test-*
- split: validation
path: qnli/validation-*
- config_name: qqp
data_files:
- split: train
path: qqp/train-*
- split: test
path: qqp/test-*
- split: validation
path: qqp/validation-*