MikhailVyrodov
commited on
Commit
•
c7efeb9
1
Parent(s):
1b614a8
Modify dataset config
Browse files
README.md
CHANGED
@@ -8,8 +8,21 @@ tags:
|
|
8 |
- sociology
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
11 |
-
|
12 |
- config_name: sociology
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
data_files:
|
14 |
- split: test
|
15 |
path: "data/test/sociology_test.csv"
|
|
|
8 |
- sociology
|
9 |
size_categories:
|
10 |
- 1K<n<10K
|
11 |
+
dataset-info:
|
12 |
- config_name: sociology
|
13 |
+
features:
|
14 |
+
- name: input
|
15 |
+
dtype: string
|
16 |
+
- name: choices
|
17 |
+
sequence: string
|
18 |
+
- name: answer
|
19 |
+
dtype:
|
20 |
+
class_label:
|
21 |
+
names:
|
22 |
+
'0': A
|
23 |
+
'1': B
|
24 |
+
'2': C
|
25 |
+
'3': D
|
26 |
data_files:
|
27 |
- split: test
|
28 |
path: "data/test/sociology_test.csv"
|