File size: 810 Bytes
1bfe54a 8c261d2 1bfe54a 8c261d2 1bfe54a |
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 |
---
dataset_info:
- config_name: da
features:
- name: text
dtype: large_string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 3075225
num_examples: 7500
- name: test
num_bytes: 1057912
num_examples: 2500
download_size: 2554892
dataset_size: 4133137
- config_name: en
features:
- name: text
dtype: large_string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 2782567
num_examples: 7500
- name: test
num_bytes: 975397
num_examples: 2500
download_size: 2318970
dataset_size: 3757964
configs:
- config_name: da
data_files:
- split: train
path: da/train-*
- split: test
path: da/test-*
- config_name: en
data_files:
- split: train
path: en/train-*
- split: test
path: en/test-*
---
|