Skip to content

Commit 98fd9e4

Browse files
committed
Update gen_optillmbench.py
1 parent dca4b6f commit 98fd9e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/gen_optillmbench.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
# Configuration
1717
DATASET_NAME = "codelion/optillmbench"
18-
NUM_SAMPLES = 100 # Total samples in the benchmark
18+
NUM_SAMPLES = 500 # Total samples in the benchmark
1919
SPLIT_RATIO = {"train": 0.8, "test": 0.2} # 80-20 split
2020
SOURCES = {
2121
"gsm8k": {
2222
"name": "gsm8k",
2323
"subset": "main",
24-
"samples": 25,
24+
"samples": 125,
2525
"field_map": {
2626
"question": "question",
2727
"answer": "answer"
@@ -30,7 +30,7 @@
3030
"boolq": {
3131
"name": "boolq",
3232
"subset": None,
33-
"samples": 25,
33+
"samples": 125,
3434
"field_map": {
3535
"question": "question",
3636
"passage": "passage",
@@ -39,8 +39,8 @@
3939
},
4040
"mmlu_math": {
4141
"name": "cais/mmlu",
42-
"subset": "high_school_mathematics", # or "college_mathematics"
43-
"samples": 25,
42+
"subset": "all",
43+
"samples": 125,
4444
"field_map": {
4545
"question": "question",
4646
"choices": "choices",
@@ -50,7 +50,7 @@
5050
"aqua_rat": {
5151
"name": "aqua_rat",
5252
"subset": None,
53-
"samples": 25,
53+
"samples": 125,
5454
"field_map": {
5555
"question": "question",
5656
"answer": "correct"

0 commit comments

Comments
 (0)