cfpark00 commited on
Commit
41af016
1 Parent(s): 39300f6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -9
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: float64
 
 
36
  splits:
37
- - name: 2023_math
38
- num_bytes: 23272
39
  num_examples: 46
40
- - name: 2024_math
41
- num_bytes: 22985
42
  num_examples: 46
43
- download_size: 30248
44
- dataset_size: 46257
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