Skip to content

Commit

Permalink
edit batch sizes and add single tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sedrick-keh-tri committed Jan 31, 2025
1 parent 56e4805 commit e130d83
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 7 deletions.
12 changes: 5 additions & 7 deletions configs/reasoning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ tasks:
- task_name: AMC23
batch_size: 32
- task_name: MATH500
batch_size: 32
batch_size: 8
- task_name: GPQADiamond
batch_size: 32
batch_size: 8
- task_name: BigCodeBench
batch_size: 32
- task_name: scibench
batch_size: 32
- task_name: HumanEval
batch_size: 32
- task_name: MBPP
batch_size: 32
batch_size: 16
- task_name: LiveBench
batch_size: 32
batch_size: 8
- task_name: LiveCodeBench
batch_size: 32
batch_size: 8
12 changes: 12 additions & 0 deletions configs/reasoning_lite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
annotator_model: gpt-4o-mini-2024-07-18
tasks:
- task_name: AIME24
batch_size: 32
- task_name: AMC23
batch_size: 32
- task_name: BigCodeBench
batch_size: 32
- task_name: HumanEval
batch_size: 32
- task_name: MBPP
batch_size: 16
4 changes: 4 additions & 0 deletions configs/single_task/gpqa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
annotator_model: gpt-4o-mini-2024-07-18
tasks:
- task_name: GPQADiamond
batch_size: 8
4 changes: 4 additions & 0 deletions configs/single_task/livebench.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
annotator_model: gpt-4o-mini-2024-07-18
tasks:
- task_name: LiveBench
batch_size: 8
4 changes: 4 additions & 0 deletions configs/single_task/livecodebench.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
annotator_model: gpt-4o-mini-2024-07-18
tasks:
- task_name: LiveCodeBench
batch_size: 8
4 changes: 4 additions & 0 deletions configs/single_task/math500.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
annotator_model: gpt-4o-mini-2024-07-18
tasks:
- task_name: MATH500
batch_size: 8

0 comments on commit e130d83

Please sign in to comment.