mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
add llama-3.3-70b-instruct eval yaml files
This commit is contained in:
parent
6511725711
commit
acb2d7eb53
9 changed files with 129 additions and 0 deletions
26
eval/yaml/llama-3.3-70b-instruct/arithmetic.yaml
Normal file
26
eval/yaml/llama-3.3-70b-instruct/arithmetic.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
model: meta-llama/llama-3.3-70b-instruct
|
||||
provider: Hyperbolic
|
||||
category: arithmetic
|
||||
datasets:
|
||||
- basic_arithmetic
|
||||
- bitwise_arithmetic
|
||||
- calendar_arithmetic
|
||||
- chain_sum
|
||||
- count_bits
|
||||
- decimal_arithmetic
|
||||
- decimal_chain_sum
|
||||
- dice
|
||||
- fraction_simplification
|
||||
- gcd
|
||||
- gsm_symbolic
|
||||
- lcm
|
||||
- leg_counting
|
||||
- number_format
|
||||
- power_function
|
||||
- prime_factorization
|
||||
- products
|
||||
- time_intervals
|
||||
eval_dir: results/llama-3.3-70b-instruct
|
||||
dataset_size: 50
|
||||
dataset_seed: 45
|
||||
developer_role: system
|
||||
Loading…
Add table
Add a link
Reference in a new issue