File size: 777 Bytes
941a30b
 
62ddaad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
941a30b
 
 
 
 
 
 
 
 
 
 
 
 
 
62ddaad
 
 
 
941a30b
 
 
 
 
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
---
dataset_info:
- config_name: triplet-all
  features:
  - name: query
    dtype: string
  - name: positive
    dtype: string
  - name: negative
    dtype: string
  splits:
  - name: train
    num_bytes: 27956877772
    num_examples: 26637550
  download_size: 4407027365
  dataset_size: 27956877772
- config_name: triplet-all-ids
  features:
  - name: query
    dtype: int64
  - name: positive
    dtype: int64
  - name: negative
    dtype: int64
  splits:
  - name: train
    num_bytes: 639301200
    num_examples: 26637550
  download_size: 190114404
  dataset_size: 639301200
configs:
- config_name: triplet-all
  data_files:
  - split: train
    path: triplet-all/train-*
- config_name: triplet-all-ids
  data_files:
  - split: train
    path: triplet-all-ids/train-*
---