Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
Hindi
Size:
1M - 10M
Tags:
text-retrieval
License:
ArkaAcharya
commited on
Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
-
|
4 |
multilinguality:
|
5 |
- monolingual
|
6 |
task_categories:
|
7 |
- text-retrieval
|
8 |
source_datasets:
|
9 |
-
-
|
10 |
task_ids:
|
11 |
- document-retrieval
|
12 |
config_names:
|
@@ -22,6 +22,10 @@ dataset_info:
|
|
22 |
dtype: string
|
23 |
- name: score
|
24 |
dtype: float64
|
|
|
|
|
|
|
|
|
25 |
- config_name: corpus
|
26 |
features:
|
27 |
- name: _id
|
@@ -30,12 +34,20 @@ dataset_info:
|
|
30 |
dtype: string
|
31 |
- name: text
|
32 |
dtype: string
|
|
|
|
|
|
|
|
|
33 |
- config_name: queries
|
34 |
features:
|
35 |
- name: _id
|
36 |
dtype: string
|
37 |
- name: text
|
38 |
dtype: string
|
|
|
|
|
|
|
|
|
39 |
configs:
|
40 |
- config_name: default
|
41 |
data_files:
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- hi
|
4 |
multilinguality:
|
5 |
- monolingual
|
6 |
task_categories:
|
7 |
- text-retrieval
|
8 |
source_datasets:
|
9 |
+
- msmarco
|
10 |
task_ids:
|
11 |
- document-retrieval
|
12 |
config_names:
|
|
|
22 |
dtype: string
|
23 |
- name: score
|
24 |
dtype: float64
|
25 |
+
splits:
|
26 |
+
- name: test
|
27 |
+
num_bytes: 270432
|
28 |
+
num_examples: 9260
|
29 |
- config_name: corpus
|
30 |
features:
|
31 |
- name: _id
|
|
|
34 |
dtype: string
|
35 |
- name: text
|
36 |
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: corpus
|
39 |
+
num_bytes: 3149969815
|
40 |
+
num_examples: 8841823
|
41 |
- config_name: queries
|
42 |
features:
|
43 |
- name: _id
|
44 |
dtype: string
|
45 |
- name: text
|
46 |
dtype: string
|
47 |
+
splits:
|
48 |
+
- name: queries
|
49 |
+
num_bytes: 24100662
|
50 |
+
num_examples: 509962
|
51 |
configs:
|
52 |
- config_name: default
|
53 |
data_files:
|