File size: 1,627 Bytes
0a8ced5 ab7fe29 0a8ced5 ab7fe29 0a8ced5 ab7fe29 0a8ced5 |
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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
---
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
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-*
---
|