Commit
•
5f23a75
1
Parent(s):
f16737a
Librarian Bot: Add language metadata for dataset (#2)
Browse files- Librarian Bot: Add language metadata for dataset (b3beff3c51e05e07f3fa91f67b2db10975e9d362)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,46 +1,48 @@
|
|
1 |
---
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
dtype: string
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
dtype: string
|
19 |
-
- name: D
|
20 |
-
dtype: string
|
21 |
-
- name: category
|
22 |
-
dtype: string
|
23 |
-
- name: img
|
24 |
-
dtype: image
|
25 |
configs:
|
26 |
- config_name: 1_correct
|
27 |
data_files:
|
28 |
- split: validation
|
29 |
-
path:
|
30 |
- split: test
|
31 |
-
path:
|
32 |
- config_name: 1_correct_var
|
33 |
data_files:
|
34 |
- split: validation
|
35 |
-
path:
|
36 |
- split: test
|
37 |
-
path:
|
38 |
- config_name: n_correct
|
39 |
data_files:
|
40 |
- split: validation
|
41 |
-
path:
|
42 |
- split: test
|
43 |
-
path:
|
44 |
---
|
45 |
# DARE
|
46 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
dataset_info:
|
5 |
features:
|
6 |
+
- name: id
|
7 |
+
dtype: string
|
8 |
+
- name: instance_id
|
9 |
+
dtype: int64
|
10 |
+
- name: question
|
11 |
+
dtype: string
|
12 |
+
- name: answer
|
13 |
+
list:
|
14 |
dtype: string
|
15 |
+
- name: A
|
16 |
+
dtype: string
|
17 |
+
- name: B
|
18 |
+
dtype: string
|
19 |
+
- name: C
|
20 |
+
dtype: string
|
21 |
+
- name: D
|
22 |
+
dtype: string
|
23 |
+
- name: category
|
24 |
+
dtype: string
|
25 |
+
- name: img
|
26 |
+
dtype: image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
configs:
|
28 |
- config_name: 1_correct
|
29 |
data_files:
|
30 |
- split: validation
|
31 |
+
path: 1_correct/validation/0000.parquet
|
32 |
- split: test
|
33 |
+
path: 1_correct/test/0000.parquet
|
34 |
- config_name: 1_correct_var
|
35 |
data_files:
|
36 |
- split: validation
|
37 |
+
path: 1_correct_var/validation/0000.parquet
|
38 |
- split: test
|
39 |
+
path: 1_correct_var/test/0000.parquet
|
40 |
- config_name: n_correct
|
41 |
data_files:
|
42 |
- split: validation
|
43 |
+
path: n_correct/validation/0000.parquet
|
44 |
- split: test
|
45 |
+
path: n_correct/test/0000.parquet
|
46 |
---
|
47 |
# DARE
|
48 |
|