lhoestq HF staff commited on
Commit
ad8919a
1 Parent(s): c39e087

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -19,6 +19,60 @@ task_ids:
19
  - abstractive-qa
20
  paperswithcode_id: narrativeqa
21
  pretty_name: NarrativeQA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Narrative QA Manual
@@ -198,4 +252,4 @@ pages = {TBD},
198
 
199
  ### Contributions
200
 
201
- Thanks to [@rsanjaykamath](https://github.com/rsanjaykamath) for adding this dataset.
19
  - abstractive-qa
20
  paperswithcode_id: narrativeqa
21
  pretty_name: NarrativeQA
22
+ dataset_info:
23
+ features:
24
+ - name: document
25
+ struct:
26
+ - name: id
27
+ dtype: string
28
+ - name: kind
29
+ dtype: string
30
+ - name: url
31
+ dtype: string
32
+ - name: file_size
33
+ dtype: int32
34
+ - name: word_count
35
+ dtype: int32
36
+ - name: start
37
+ dtype: string
38
+ - name: end
39
+ dtype: string
40
+ - name: summary
41
+ struct:
42
+ - name: text
43
+ dtype: string
44
+ - name: tokens
45
+ sequence: string
46
+ - name: url
47
+ dtype: string
48
+ - name: title
49
+ dtype: string
50
+ - name: text
51
+ dtype: string
52
+ - name: question
53
+ struct:
54
+ - name: text
55
+ dtype: string
56
+ - name: tokens
57
+ sequence: string
58
+ - name: answers
59
+ list:
60
+ - name: text
61
+ dtype: string
62
+ - name: tokens
63
+ sequence: string
64
+ splits:
65
+ - name: test
66
+ num_bytes: 2911702563
67
+ num_examples: 10557
68
+ - name: train
69
+ num_bytes: 9115940054
70
+ num_examples: 32747
71
+ - name: validation
72
+ num_bytes: 968994186
73
+ num_examples: 3461
74
+ download_size: 22638273
75
+ dataset_size: 12996636803
76
  ---
77
 
78
  # Dataset Card for Narrative QA Manual
252
 
253
  ### Contributions
254
 
255
+ Thanks to [@rsanjaykamath](https://github.com/rsanjaykamath) for adding this dataset.