File size: 645 Bytes
2d0f813 32657ed 2d0f813 | 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 | ---
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: source_file
dtype: string
- name: source_path
dtype: string
splits:
- name: train
num_bytes: 744903
num_examples: 76
download_size: 699083
dataset_size: 744903
---
|