Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
other
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
9e2ae9f
1 Parent(s): 71202b9

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +73 -1
README.md CHANGED
@@ -21,6 +21,78 @@ task_ids:
21
  - open-domain-qa
22
  paperswithcode_id: protoqa
23
  pretty_name: ProtoQA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for [Dataset Name]
@@ -219,4 +291,4 @@ howpublished = {https://github.com/iesl/protoqa-data},
219
 
220
  ### Contributions
221
 
222
- Thanks to [@bpatidar](https://github.com/bpatidar) for adding this dataset.
21
  - open-domain-qa
22
  paperswithcode_id: protoqa
23
  pretty_name: ProtoQA
24
+ dataset_info:
25
+ - config_name: proto_qa
26
+ features:
27
+ - name: normalized-question
28
+ dtype: string
29
+ - name: question
30
+ dtype: string
31
+ - name: answer-clusters
32
+ sequence:
33
+ - name: count
34
+ dtype: int32
35
+ - name: clusterid
36
+ dtype: string
37
+ - name: answers
38
+ sequence: string
39
+ - name: answerstrings
40
+ sequence: string
41
+ - name: totalcount
42
+ dtype: int32
43
+ - name: id
44
+ dtype: string
45
+ - name: source
46
+ dtype: string
47
+ splits:
48
+ - name: train
49
+ num_bytes: 3943484
50
+ num_examples: 8782
51
+ - name: validation
52
+ num_bytes: 472121
53
+ num_examples: 980
54
+ download_size: 7352932
55
+ dataset_size: 4415605
56
+ - config_name: proto_qa_cs
57
+ features:
58
+ - name: normalized-question
59
+ dtype: string
60
+ - name: question
61
+ dtype: string
62
+ - name: answers-cleaned
63
+ sequence:
64
+ - name: count
65
+ dtype: int32
66
+ - name: clusterid
67
+ dtype: string
68
+ - name: answers
69
+ sequence: string
70
+ - name: answerstrings
71
+ sequence: string
72
+ - name: totalcount
73
+ dtype: int32
74
+ - name: id
75
+ dtype: string
76
+ - name: source
77
+ dtype: string
78
+ splits:
79
+ - name: validation
80
+ num_bytes: 84466
81
+ num_examples: 52
82
+ download_size: 115704
83
+ dataset_size: 84466
84
+ - config_name: proto_qa_cs_assessments
85
+ features:
86
+ - name: question
87
+ dtype: string
88
+ - name: assessments
89
+ sequence: string
90
+ splits:
91
+ - name: validation
92
+ num_bytes: 12473
93
+ num_examples: 52
94
+ download_size: 24755
95
+ dataset_size: 12473
96
  ---
97
 
98
  # Dataset Card for [Dataset Name]
291
 
292
  ### Contributions
293
 
294
+ Thanks to [@bpatidar](https://github.com/bpatidar) for adding this dataset.