Upload dataset
8a0ecea verified | | ---
|
| | 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
|
| | ---
|
| | |