lhoestq HF staff commited on
Commit
255c1d7
1 Parent(s): 9c51d18

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +102 -1
README.md CHANGED
@@ -19,6 +19,107 @@ task_ids:
19
  - multiple-choice-qa
20
  paperswithcode_id: null
21
  pretty_name: ReasoningBg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
  # Dataset Card for reasoning_bg
24
 
@@ -181,4 +282,4 @@ Data has been sourced from the matriculation exams and online quizzes.
181
 
182
  ### Contributions
183
 
184
- Thanks to [@saradhix](https://github.com/saradhix) for adding this dataset.
19
  - multiple-choice-qa
20
  paperswithcode_id: null
21
  pretty_name: ReasoningBg
22
+ dataset_info:
23
+ - config_name: biology-12th
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: url
28
+ dtype: string
29
+ - name: qid
30
+ dtype: int32
31
+ - name: question
32
+ dtype: string
33
+ - name: answers
34
+ sequence: string
35
+ - name: correct
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 197725
40
+ num_examples: 437
41
+ download_size: 1753795
42
+ dataset_size: 197725
43
+ - config_name: philosophy-12th
44
+ features:
45
+ - name: id
46
+ dtype: string
47
+ - name: url
48
+ dtype: string
49
+ - name: qid
50
+ dtype: int32
51
+ - name: question
52
+ dtype: string
53
+ - name: answers
54
+ sequence: string
55
+ - name: correct
56
+ dtype: string
57
+ splits:
58
+ - name: train
59
+ num_bytes: 286999
60
+ num_examples: 630
61
+ download_size: 1753795
62
+ dataset_size: 286999
63
+ - config_name: geography-12th
64
+ features:
65
+ - name: id
66
+ dtype: string
67
+ - name: url
68
+ dtype: string
69
+ - name: qid
70
+ dtype: int32
71
+ - name: question
72
+ dtype: string
73
+ - name: answers
74
+ sequence: string
75
+ - name: correct
76
+ dtype: string
77
+ splits:
78
+ - name: train
79
+ num_bytes: 283417
80
+ num_examples: 612
81
+ download_size: 1753795
82
+ dataset_size: 283417
83
+ - config_name: history-12th
84
+ features:
85
+ - name: id
86
+ dtype: string
87
+ - name: url
88
+ dtype: string
89
+ - name: qid
90
+ dtype: int32
91
+ - name: question
92
+ dtype: string
93
+ - name: answers
94
+ sequence: string
95
+ - name: correct
96
+ dtype: string
97
+ splits:
98
+ - name: train
99
+ num_bytes: 341472
100
+ num_examples: 542
101
+ download_size: 1753795
102
+ dataset_size: 341472
103
+ - config_name: history-quiz
104
+ features:
105
+ - name: id
106
+ dtype: string
107
+ - name: url
108
+ dtype: string
109
+ - name: qid
110
+ dtype: int32
111
+ - name: question
112
+ dtype: string
113
+ - name: answers
114
+ sequence: string
115
+ - name: correct
116
+ dtype: string
117
+ splits:
118
+ - name: train
119
+ num_bytes: 164495
120
+ num_examples: 412
121
+ download_size: 1753795
122
+ dataset_size: 164495
123
  ---
124
  # Dataset Card for reasoning_bg
125
 
282
 
283
  ### Contributions
284
 
285
+ Thanks to [@saradhix](https://github.com/saradhix) for adding this dataset.