File size: 428 Bytes
8116d68
 
e908f76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8116d68
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---

license: apache-2.0
dataset_info:
  features:
  - name: file
    dtype: string
  splits:
  - name: faiss_index
    num_bytes: 15
    num_examples: 1
  - name: embeddings
    num_bytes: 18
    num_examples: 1
  download_size: 1607
  dataset_size: 33
configs:
- config_name: default
  data_files:
  - split: faiss_index
    path: data/faiss_index-*
  - split: embeddings
    path: data/embeddings-*
---