Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,19 +8,21 @@ configs:
|
|
8 |
path: data/corpus-*
|
9 |
dataset_info:
|
10 |
features:
|
11 |
-
- name:
|
12 |
dtype: string
|
13 |
- name: text
|
14 |
dtype: string
|
|
|
|
|
15 |
splits:
|
16 |
- name: queries
|
17 |
-
num_bytes:
|
18 |
num_examples: 43
|
19 |
- name: corpus
|
20 |
-
num_bytes:
|
21 |
-
num_examples:
|
22 |
-
download_size:
|
23 |
-
dataset_size:
|
24 |
---
|
25 |
# Dataset Card for "trec_dl19"
|
26 |
|
|
|
8 |
path: data/corpus-*
|
9 |
dataset_info:
|
10 |
features:
|
11 |
+
- name: _id
|
12 |
dtype: string
|
13 |
- name: text
|
14 |
dtype: string
|
15 |
+
- name: title
|
16 |
+
dtype: string
|
17 |
splits:
|
18 |
- name: queries
|
19 |
+
num_bytes: 2194
|
20 |
num_examples: 43
|
21 |
- name: corpus
|
22 |
+
num_bytes: 11705238
|
23 |
+
num_examples: 29449
|
24 |
+
download_size: 6509998
|
25 |
+
dataset_size: 11707432
|
26 |
---
|
27 |
# Dataset Card for "trec_dl19"
|
28 |
|