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
|
@@ -1,3 +1,28 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- blockchain
|
| 9 |
+
- code
|
| 10 |
+
pretty_name: Blockchain QAs
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
dataset_info:
|
| 14 |
+
- config_name: all
|
| 15 |
+
features:
|
| 16 |
+
- name: question
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: choices
|
| 19 |
+
sequence: string
|
| 20 |
+
- name: answer
|
| 21 |
+
dtype:
|
| 22 |
+
class_label:
|
| 23 |
+
names:
|
| 24 |
+
'0': A
|
| 25 |
+
'1': B
|
| 26 |
+
'2': C
|
| 27 |
+
'3': D
|
| 28 |
+
---
|