Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,103 @@ task_ids:
|
|
23 |
pretty_name: Wiki-DPR
|
24 |
tags:
|
25 |
- text-search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for "wiki_dpr"
|
|
|
23 |
pretty_name: Wiki-DPR
|
24 |
tags:
|
25 |
- text-search
|
26 |
+
dataset_info:
|
27 |
+
- config_name: psgs_w100.nq.exact
|
28 |
+
features:
|
29 |
+
- name: id
|
30 |
+
dtype: string
|
31 |
+
- name: text
|
32 |
+
dtype: string
|
33 |
+
- name: title
|
34 |
+
dtype: string
|
35 |
+
- name: embeddings
|
36 |
+
sequence: float32
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 78419281788
|
40 |
+
num_examples: 21015300
|
41 |
+
download_size: 70965697456
|
42 |
+
dataset_size: 78419281788
|
43 |
+
- config_name: psgs_w100.nq.compressed
|
44 |
+
features:
|
45 |
+
- name: id
|
46 |
+
dtype: string
|
47 |
+
- name: text
|
48 |
+
dtype: string
|
49 |
+
- name: title
|
50 |
+
dtype: string
|
51 |
+
- name: embeddings
|
52 |
+
sequence: float32
|
53 |
+
splits:
|
54 |
+
- name: train
|
55 |
+
num_bytes: 78419281788
|
56 |
+
num_examples: 21015300
|
57 |
+
download_size: 70965697456
|
58 |
+
dataset_size: 78419281788
|
59 |
+
- config_name: psgs_w100.nq.no_index
|
60 |
+
features:
|
61 |
+
- name: id
|
62 |
+
dtype: string
|
63 |
+
- name: text
|
64 |
+
dtype: string
|
65 |
+
- name: title
|
66 |
+
dtype: string
|
67 |
+
- name: embeddings
|
68 |
+
sequence: float32
|
69 |
+
splits:
|
70 |
+
- name: train
|
71 |
+
num_bytes: 78419281788
|
72 |
+
num_examples: 21015300
|
73 |
+
download_size: 70965697456
|
74 |
+
dataset_size: 78419281788
|
75 |
+
- config_name: psgs_w100.multiset.exact
|
76 |
+
features:
|
77 |
+
- name: id
|
78 |
+
dtype: string
|
79 |
+
- name: text
|
80 |
+
dtype: string
|
81 |
+
- name: title
|
82 |
+
dtype: string
|
83 |
+
- name: embeddings
|
84 |
+
sequence: float32
|
85 |
+
splits:
|
86 |
+
- name: train
|
87 |
+
num_bytes: 78419281788
|
88 |
+
num_examples: 21015300
|
89 |
+
download_size: 70965697456
|
90 |
+
dataset_size: 78419281788
|
91 |
+
- config_name: psgs_w100.multiset.compressed
|
92 |
+
features:
|
93 |
+
- name: id
|
94 |
+
dtype: string
|
95 |
+
- name: text
|
96 |
+
dtype: string
|
97 |
+
- name: title
|
98 |
+
dtype: string
|
99 |
+
- name: embeddings
|
100 |
+
sequence: float32
|
101 |
+
splits:
|
102 |
+
- name: train
|
103 |
+
num_bytes: 78419281788
|
104 |
+
num_examples: 21015300
|
105 |
+
download_size: 70965697456
|
106 |
+
dataset_size: 78419281788
|
107 |
+
- config_name: psgs_w100.multiset.no_index
|
108 |
+
features:
|
109 |
+
- name: id
|
110 |
+
dtype: string
|
111 |
+
- name: text
|
112 |
+
dtype: string
|
113 |
+
- name: title
|
114 |
+
dtype: string
|
115 |
+
- name: embeddings
|
116 |
+
sequence: float32
|
117 |
+
splits:
|
118 |
+
- name: train
|
119 |
+
num_bytes: 78419281788
|
120 |
+
num_examples: 21015300
|
121 |
+
download_size: 70965697456
|
122 |
+
dataset_size: 78419281788
|
123 |
---
|
124 |
|
125 |
# Dataset Card for "wiki_dpr"
|