thiagolaitz
commited on
Commit
•
46ec8b0
1
Parent(s):
6584ce2
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,43 +1,41 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
- name: subject
|
35 |
-
sequence: string
|
36 |
splits:
|
37 |
- name: questions
|
38 |
num_bytes: 54794231
|
39 |
num_examples: 1098
|
40 |
-
download_size:
|
41 |
dataset_size: 54794231
|
42 |
---
|
43 |
# Dataset Card for "BLUEX"
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: question
|
5 |
+
dtype: string
|
6 |
+
- name: number
|
7 |
+
dtype: int64
|
8 |
+
- name: id
|
9 |
+
dtype: string
|
10 |
+
- name: alternatives
|
11 |
+
sequence: string
|
12 |
+
- name: associated_images
|
13 |
+
sequence: string
|
14 |
+
- name: answer
|
15 |
+
dtype: string
|
16 |
+
- name: has_associated_images
|
17 |
+
dtype: bool
|
18 |
+
- name: alternatives_type
|
19 |
+
dtype: string
|
20 |
+
- name: subject
|
21 |
+
sequence: string
|
22 |
+
- name: TU
|
23 |
+
dtype: bool
|
24 |
+
- name: IU
|
25 |
+
dtype: bool
|
26 |
+
- name: MR
|
27 |
+
dtype: bool
|
28 |
+
- name: ML
|
29 |
+
dtype: bool
|
30 |
+
- name: BK
|
31 |
+
dtype: bool
|
32 |
+
- name: PRK
|
33 |
+
dtype: bool
|
|
|
|
|
34 |
splits:
|
35 |
- name: questions
|
36 |
num_bytes: 54794231
|
37 |
num_examples: 1098
|
38 |
+
download_size: 49630117
|
39 |
dataset_size: 54794231
|
40 |
---
|
41 |
# Dataset Card for "BLUEX"
|