mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
added o3 mini yaml
This commit is contained in:
parent
ffe60ef112
commit
7d7e44d1af
10 changed files with 168 additions and 0 deletions
37
eval/yaml/openai-o3/algorithmic.yaml
Normal file
37
eval/yaml/openai-o3/algorithmic.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
model: openai/o3-mini
|
||||
category: algorithmic
|
||||
provider: OpenAI
|
||||
datasets:
|
||||
- ab
|
||||
- binary_alternation
|
||||
- base_conversion
|
||||
- binary_matrix
|
||||
- caesar_cipher
|
||||
- count_primes
|
||||
- cryptarithm
|
||||
- game_of_life
|
||||
- graph_color
|
||||
- group_anagrams
|
||||
- isomorphic_strings
|
||||
- letter_counting
|
||||
- letter_jumble
|
||||
- manipulate_matrix
|
||||
- number_filtering
|
||||
- number_sorting
|
||||
- palindrome
|
||||
- pool_matrix
|
||||
- ransom_note
|
||||
- rotate_matrix
|
||||
- sentence_reordering
|
||||
- spell_backward
|
||||
- spiral_matrix
|
||||
- string_insertion
|
||||
- string_manipulation
|
||||
- string_synthesis
|
||||
- word_ladder
|
||||
- word_sequence_reversal
|
||||
- word_sorting
|
||||
eval_dir: results/openai-03
|
||||
dataset_size: 50
|
||||
dataset_seed: 45
|
||||
developer_role: system
|
||||
Loading…
Add table
Add a link
Reference in a new issue