Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ pretty_name: Blockchain QAs
|
|
11 |
size_categories:
|
12 |
- 10K<n<100K
|
13 |
dataset_info:
|
14 |
-
- config_name:
|
15 |
features:
|
16 |
- name: question
|
17 |
dtype: string
|
@@ -25,4 +25,17 @@ dataset_info:
|
|
25 |
'1': B
|
26 |
'2': C
|
27 |
'3': D
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
|
|
11 |
size_categories:
|
12 |
- 10K<n<100K
|
13 |
dataset_info:
|
14 |
+
- config_name: math
|
15 |
features:
|
16 |
- name: question
|
17 |
dtype: string
|
|
|
25 |
'1': B
|
26 |
'2': C
|
27 |
'3': D
|
28 |
+
configs:
|
29 |
+
- config_name: math
|
30 |
+
data_files:
|
31 |
+
- split: test
|
32 |
+
path: Math*
|
33 |
+
- config_name: general-reasoning
|
34 |
+
data_files:
|
35 |
+
- split: test
|
36 |
+
path: General*
|
37 |
+
- config_name: code
|
38 |
+
data_files:
|
39 |
+
- split: test
|
40 |
+
path: Coding*
|
41 |
---
|