File size: 595 Bytes
afc93c4 b381152 afc93c4 b381152 afc93c4 b381152 afc93c4 b381152 afc93c4 |
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 |
---
dataset_info:
features:
- name: filename
dtype: string
- name: filetype
dtype: string
- name: target_data
dtype: string
- name: doc_bytes
dtype: binary
splits:
- name: dev
num_bytes: 52719345
num_examples: 1250
- name: test
num_bytes: 52719345
num_examples: 1250
- name: train
num_bytes: 52719345
num_examples: 1250
download_size: 126001254
dataset_size: 158158035
configs:
- config_name: default
data_files:
- split: dev
path: data/dev-*
- split: test
path: data/test-*
- split: train
path: data/train-*
---
|