Datasets:
ibm
/

Languages:
English
Multilinguality:
monolingual
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
6b4c499
1 Parent(s): 3a3b7a1

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +58 -1
README.md CHANGED
@@ -25,6 +25,63 @@ pretty_name: DuoRC
25
  configs:
26
  - ParaphraseRC
27
  - SelfRC
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  # Dataset Card for duorc
@@ -171,4 +228,4 @@ year = {2018}
171
 
172
  ### Contributions
173
 
174
- Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.
 
25
  configs:
26
  - ParaphraseRC
27
  - SelfRC
28
+ dataset_info:
29
+ - config_name: SelfRC
30
+ features:
31
+ - name: plot_id
32
+ dtype: string
33
+ - name: plot
34
+ dtype: string
35
+ - name: title
36
+ dtype: string
37
+ - name: question_id
38
+ dtype: string
39
+ - name: question
40
+ dtype: string
41
+ - name: answers
42
+ sequence: string
43
+ - name: no_answer
44
+ dtype: bool
45
+ splits:
46
+ - name: test
47
+ num_bytes: 49142766
48
+ num_examples: 12559
49
+ - name: train
50
+ num_bytes: 239852925
51
+ num_examples: 60721
52
+ - name: validation
53
+ num_bytes: 51662575
54
+ num_examples: 12961
55
+ download_size: 34462660
56
+ dataset_size: 340658266
57
+ - config_name: ParaphraseRC
58
+ features:
59
+ - name: plot_id
60
+ dtype: string
61
+ - name: plot
62
+ dtype: string
63
+ - name: title
64
+ dtype: string
65
+ - name: question_id
66
+ dtype: string
67
+ - name: question
68
+ dtype: string
69
+ - name: answers
70
+ sequence: string
71
+ - name: no_answer
72
+ dtype: bool
73
+ splits:
74
+ - name: test
75
+ num_bytes: 115215816
76
+ num_examples: 15857
77
+ - name: train
78
+ num_bytes: 496683105
79
+ num_examples: 69524
80
+ - name: validation
81
+ num_bytes: 106510545
82
+ num_examples: 15591
83
+ download_size: 62921050
84
+ dataset_size: 718409466
85
  ---
86
 
87
  # Dataset Card for duorc
 
228
 
229
  ### Contributions
230
 
231
+ Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.