dmrau commited on
Commit
52efd00
·
1 Parent(s): b0fb268

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -8,19 +8,21 @@ configs:
8
  path: data/corpus-*
9
  dataset_info:
10
  features:
11
- - name: id_
12
  dtype: string
13
  - name: text
14
  dtype: string
 
 
15
  splits:
16
  - name: queries
17
- num_bytes: 2022
18
  num_examples: 43
19
  - name: corpus
20
- num_bytes: 28546723
21
- num_examples: 71915
22
- download_size: 0
23
- dataset_size: 28548745
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