File size: 776 Bytes
4cb808f 8a0ecea 4cb808f | 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 | ---
license: apache-2.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: text
dtype: string
- name: embedding
list: float64
- name: metadata
struct:
- name: chunk_id
dtype: string
- name: chunk_index
dtype: int64
- name: doc_id
dtype: string
- name: file_hash
dtype: string
- name: file_path
dtype: string
- name: source
dtype: string
- name: source_file
dtype: string
- name: source_path
dtype: string
- name: total_pages
dtype: int64
splits:
- name: train
num_bytes: 908660
num_examples: 124
download_size: 849203
dataset_size: 908660
---
|