lhoestq HF staff commited on
Commit
5c428b7
1 Parent(s): 02afb34

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -20,6 +20,39 @@ task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: null
22
  pretty_name: IappWikiQaSquad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for `iapp_wiki_qa_squad`
@@ -203,4 +236,4 @@ MIT
203
 
204
  ### Contributions
205
 
206
- Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
 
20
  - open-domain-qa
21
  paperswithcode_id: null
22
  pretty_name: IappWikiQaSquad
23
+ dataset_info:
24
+ features:
25
+ - name: question_id
26
+ dtype: string
27
+ - name: article_id
28
+ dtype: string
29
+ - name: title
30
+ dtype: string
31
+ - name: context
32
+ dtype: string
33
+ - name: question
34
+ dtype: string
35
+ - name: answers
36
+ sequence:
37
+ - name: text
38
+ dtype: string
39
+ - name: answer_start
40
+ dtype: int32
41
+ - name: answer_end
42
+ dtype: int32
43
+ config_name: iapp_wiki_qa_squad
44
+ splits:
45
+ - name: test
46
+ num_bytes: 2032016
47
+ num_examples: 739
48
+ - name: train
49
+ num_bytes: 16107541
50
+ num_examples: 5761
51
+ - name: validation
52
+ num_bytes: 2120768
53
+ num_examples: 742
54
+ download_size: 2876630
55
+ dataset_size: 20260325
56
  ---
57
 
58
  # Dataset Card for `iapp_wiki_qa_squad`
 
236
 
237
  ### Contributions
238
 
239
+ Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.