Datasets:
File size: 662 Bytes
8df3c5c |
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 |
---
dataset_info:
config_name: da
features:
- name: text
dtype: string
- name: corruption_type
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 146694
num_examples: 1024
- name: val
num_bytes: 33804
num_examples: 256
- name: test
num_bytes: 276605
num_examples: 2048
- name: full_train
num_bytes: 738488
num_examples: 5352
download_size: 703702
dataset_size: 1195591
configs:
- config_name: da
data_files:
- split: train
path: da/train-*
- split: val
path: da/val-*
- split: test
path: da/test-*
- split: full_train
path: da/full_train-*
---
|