lhoestq HF staff commited on
Commit
1882cf4
1 Parent(s): 7a60378

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -19,6 +19,23 @@ task_categories:
19
  task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: webquestions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "web_questions"
@@ -182,4 +199,4 @@ The data fields are the same among all splits.
182
 
183
  ### Contributions
184
 
185
- Thanks to [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
19
  task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: webquestions
22
+ dataset_info:
23
+ features:
24
+ - name: url
25
+ dtype: string
26
+ - name: question
27
+ dtype: string
28
+ - name: answers
29
+ sequence: string
30
+ splits:
31
+ - name: test
32
+ num_bytes: 289824
33
+ num_examples: 2032
34
+ - name: train
35
+ num_bytes: 533736
36
+ num_examples: 3778
37
+ download_size: 1272965
38
+ dataset_size: 823560
39
  ---
40
 
41
  # Dataset Card for "web_questions"
 
199
 
200
  ### Contributions
201
 
202
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.