Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
---
|
2 |
license: cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: int64
|
7 |
+
- name: instruction
|
8 |
+
dtype: string
|
9 |
+
- name: stem
|
10 |
+
dtype: string
|
11 |
+
- name: options
|
12 |
+
struct:
|
13 |
+
- name: A
|
14 |
+
dtype: string
|
15 |
+
- name: B
|
16 |
+
dtype: string
|
17 |
+
- name: C
|
18 |
+
dtype: string
|
19 |
+
- name: D
|
20 |
+
dtype: string
|
21 |
+
- name: subject
|
22 |
+
dtype: string
|
23 |
+
- name: answer
|
24 |
+
dtype: string
|
25 |
+
- name: split
|
26 |
+
dtype: string
|
27 |
+
- name: abc_score
|
28 |
+
dtype: string
|
29 |
+
- name: analysis
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 193402
|
34 |
+
num_examples: 372
|
35 |
+
download_size: 93351
|
36 |
+
dataset_size: 193402
|
37 |
+
configs:
|
38 |
+
- config_name: default
|
39 |
+
data_files:
|
40 |
+
- split: train
|
41 |
+
path: data/train-*
|
42 |
---
|