File size: 505 Bytes
f99511d |
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 |
---
dataset_info:
features:
- name: document_idx
dtype: int64
- name: document_name
dtype: string
- name: page_idx
dtype: int64
- name: text
dtype: string
- name: file_path
dtype: string
- name: file_url
dtype: string
- name: loader_name
dtype: string
splits:
- name: chunks
num_bytes: 103410
num_examples: 120
download_size: 11944
dataset_size: 103410
configs:
- config_name: default
data_files:
- split: chunks
path: data/chunks-*
---
|