lhoestq HF staff commited on
Commit
62ca22b
1 Parent(s): ec7595b

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -20,6 +20,33 @@ task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: qa-srl
22
  pretty_name: QA-SRL
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for QA-SRL
@@ -181,4 +208,4 @@ howpublished={\\url{https://dada.cs.washington.edu/qasrl/#page-top}},
181
 
182
  ### Contributions
183
 
184
- Thanks to [@bpatidar](https://github.com/bpatidar) for adding this dataset.
 
20
  - open-domain-qa
21
  paperswithcode_id: qa-srl
22
  pretty_name: QA-SRL
23
+ dataset_info:
24
+ features:
25
+ - name: sentence
26
+ dtype: string
27
+ - name: sent_id
28
+ dtype: string
29
+ - name: predicate_idx
30
+ dtype: int32
31
+ - name: predicate
32
+ dtype: string
33
+ - name: question
34
+ sequence: string
35
+ - name: answers
36
+ sequence: string
37
+ config_name: plain_text
38
+ splits:
39
+ - name: test
40
+ num_bytes: 637317
41
+ num_examples: 2201
42
+ - name: train
43
+ num_bytes: 1835549
44
+ num_examples: 6414
45
+ - name: validation
46
+ num_bytes: 632992
47
+ num_examples: 2183
48
+ download_size: 1087729
49
+ dataset_size: 3105858
50
  ---
51
 
52
  # Dataset Card for QA-SRL
 
208
 
209
  ### Contributions
210
 
211
+ Thanks to [@bpatidar](https://github.com/bpatidar) for adding this dataset.