File size: 645 Bytes
f69256c
 
1dfdcd3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
968b734
 
 
 
1dfdcd3
 
 
 
 
f69256c
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
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: 786919
    num_examples: 81
  download_size: 741305
  dataset_size: 786919
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---