lhoestq HF staff commited on
Commit
df99ab4
1 Parent(s): 51a1cfb

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -19,6 +19,45 @@ task_ids:
19
  - extractive-qa
20
  paperswithcode_id: null
21
  pretty_name: Microsoft Research Sequential Question Answering
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Microsoft Research Sequential Question Answering
@@ -339,4 +378,4 @@ It is recommended to use a CSV parser like the Python CSV package to process the
339
 
340
  ### Contributions
341
 
342
- Thanks to [@mattbui](https://github.com/mattbui) for adding this dataset.
 
19
  - extractive-qa
20
  paperswithcode_id: null
21
  pretty_name: Microsoft Research Sequential Question Answering
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: annotator
27
+ dtype: int32
28
+ - name: position
29
+ dtype: int32
30
+ - name: question
31
+ dtype: string
32
+ - name: question_and_history
33
+ sequence: string
34
+ - name: table_file
35
+ dtype: string
36
+ - name: table_header
37
+ sequence: string
38
+ - name: table_data
39
+ sequence:
40
+ sequence: string
41
+ - name: answer_coordinates
42
+ sequence:
43
+ - name: row_index
44
+ dtype: int32
45
+ - name: column_index
46
+ dtype: int32
47
+ - name: answer_text
48
+ sequence: string
49
+ splits:
50
+ - name: test
51
+ num_bytes: 5105873
52
+ num_examples: 3012
53
+ - name: train
54
+ num_bytes: 19732499
55
+ num_examples: 12276
56
+ - name: validation
57
+ num_bytes: 3738331
58
+ num_examples: 2265
59
+ download_size: 4796932
60
+ dataset_size: 28576703
61
  ---
62
 
63
  # Dataset Card for Microsoft Research Sequential Question Answering
 
378
 
379
  ### Contributions
380
 
381
+ Thanks to [@mattbui](https://github.com/mattbui) for adding this dataset.