Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MRI-MCQA
|
2 |
|
3 |
MRI-MCQA is a dataset of multiple-choice questions related to Magnetic Resonance Imaging (MRI).
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: golden_answers
|
9 |
+
sequence: list
|
10 |
+
- name: choices
|
11 |
+
sequence: list
|
12 |
+
- name: metadata
|
13 |
+
dtype: dict
|
14 |
+
splits:
|
15 |
+
- name: test
|
16 |
+
num_bytes: auto
|
17 |
+
num_examples: auto
|
18 |
+
download_size: auto
|
19 |
+
dataset_size: auto
|
20 |
+
license: cc-by-nc-4.0
|
21 |
+
---
|
22 |
+
|
23 |
# MRI-MCQA
|
24 |
|
25 |
MRI-MCQA is a dataset of multiple-choice questions related to Magnetic Resonance Imaging (MRI).
|