Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ tags:
|
|
15 |
configs:
|
16 |
- config_name: default
|
17 |
data_files:
|
|
|
|
|
18 |
- split: 2023_math
|
19 |
path: data/2023_math-*
|
20 |
-
- split: 2024_math
|
21 |
-
path: data/2024_math-*
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: id
|
@@ -32,16 +32,18 @@ dataset_info:
|
|
32 |
- name: score
|
33 |
dtype: int64
|
34 |
- name: review
|
35 |
-
dtype:
|
|
|
|
|
36 |
splits:
|
37 |
-
- name:
|
38 |
-
num_bytes:
|
39 |
num_examples: 46
|
40 |
-
- name:
|
41 |
-
num_bytes:
|
42 |
num_examples: 46
|
43 |
-
download_size:
|
44 |
-
dataset_size:
|
45 |
---
|
46 |
|
47 |
# KoreanSAT Benchmark
|
|
|
15 |
configs:
|
16 |
- config_name: default
|
17 |
data_files:
|
18 |
+
- split: 2022_math
|
19 |
+
path: data/2022_math-*
|
20 |
- split: 2023_math
|
21 |
path: data/2023_math-*
|
|
|
|
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: id
|
|
|
32 |
- name: score
|
33 |
dtype: int64
|
34 |
- name: review
|
35 |
+
dtype: string
|
36 |
+
- name: incomplete
|
37 |
+
dtype: bool
|
38 |
splits:
|
39 |
+
- name: 2022_math
|
40 |
+
num_bytes: 24028
|
41 |
num_examples: 46
|
42 |
+
- name: 2023_math
|
43 |
+
num_bytes: 22618
|
44 |
num_examples: 46
|
45 |
+
download_size: 31188
|
46 |
+
dataset_size: 46646
|
47 |
---
|
48 |
|
49 |
# KoreanSAT Benchmark
|