Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-input-text-classification
Languages:
English
Size:
1K - 10K
File size: 694 Bytes
bc95464 |
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 |
---
dataset_info:
features:
- name: seq_id_a
dtype: string
- name: seq_id_b
dtype: string
- name: seq_type_a
dtype: string
- name: seq_type_b
dtype: string
- name: seq_a
dtype: string
- name: seq_b
dtype: string
- name: label_index
dtype: int64
splits:
- name: train
num_bytes: 10564360
num_examples: 4645
- name: val
num_bytes: 1318190
num_examples: 581
- name: test
num_bytes: 1326418
num_examples: 581
download_size: 814170
dataset_size: 13208968
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
---
|