File size: 1,394 Bytes
f2327ba
 
6d1ccbf
f2327ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ffc7f54
 
 
 
 
 
 
 
 
 
 
 
6d1ccbf
 
 
 
 
 
 
 
 
 
 
 
 
 
f2327ba
 
 
 
 
ffc7f54
 
 
 
6d1ccbf
 
 
 
f2327ba
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
dataset_info:
- config_name: mined-negative
  features:
  - name: query
    dtype: string
  - name: positive
    dtype: string
  - name: negative_1
    dtype: string
  - name: negative_2
    dtype: string
  - name: negative_3
    dtype: string
  - name: negative_4
    dtype: string
  - name: negative_5
    dtype: string
  - name: negative_6
    dtype: string
  - name: negative_7
    dtype: string
  - name: negative_8
    dtype: string
  - name: negative_9
    dtype: string
  - name: negative_10
    dtype: string
  splits:
  - name: train
    num_bytes: 6646432
    num_examples: 5254
  download_size: 2124847
  dataset_size: 6646432
- config_name: pair
  features:
  - name: query
    dtype: string
  - name: positive
    dtype: string
  splits:
  - name: train
    num_bytes: 1010333
    num_examples: 5269
  download_size: 461323
  dataset_size: 1010333
- config_name: triplet
  features:
  - name: query
    dtype: string
  - name: positive
    dtype: string
  - name: negative
    dtype: string
  splits:
  - name: train
    num_bytes: 15730842
    num_examples: 52608
  download_size: 1119260
  dataset_size: 15730842
configs:
- config_name: mined-negative
  data_files:
  - split: train
    path: mined-negative/train-*
- config_name: pair
  data_files:
  - split: train
    path: pair/train-*
- config_name: triplet
  data_files:
  - split: train
    path: triplet/train-*
---