Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
other
Annotations Creators:
expert-generated
Tags:
License:
lhoestq HF staff commited on
Commit
d678e70
1 Parent(s): e14e49b

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -19,6 +19,22 @@ task_categories:
19
  task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for nq_open
@@ -198,4 +214,4 @@ All of the Natural Questions data is released under the
198
 
199
  ### Contributions
200
 
201
- Thanks to [@Nilanshrajput](https://github.com/Nilanshrajput) for adding this dataset.
 
19
  task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: null
22
+ dataset_info:
23
+ features:
24
+ - name: question
25
+ dtype: string
26
+ - name: answer
27
+ sequence: string
28
+ config_name: nq_open
29
+ splits:
30
+ - name: train
31
+ num_bytes: 6651344
32
+ num_examples: 87925
33
+ - name: validation
34
+ num_bytes: 313841
35
+ num_examples: 3610
36
+ download_size: 8913614
37
+ dataset_size: 6965185
38
  ---
39
 
40
  # Dataset Card for nq_open
 
214
 
215
  ### Contributions
216
 
217
+ Thanks to [@Nilanshrajput](https://github.com/Nilanshrajput) for adding this dataset.