244e346b83
- Skill optimization framework with training loop analogy - 11 benchmarks, 4 model backends (Azure OpenAI, Claude, Codex, Qwen) - WebUI for browser-based training control - Pluggable architecture for extending benchmarks and backends
22 lines
392 B
YAML
22 lines
392 B
YAML
_base_: ../_base_/default.yaml
|
|
|
|
train:
|
|
batch_size: 64
|
|
accumulation: 1
|
|
|
|
env:
|
|
name: babyvision
|
|
skill_init: skillopt/envs/babyvision/skills/initial.md
|
|
split_mode: ratio
|
|
split_ratio: "2:1:7"
|
|
split_dir: ""
|
|
data_path: ""
|
|
split_output_dir: ""
|
|
max_turns: 1
|
|
workers: 16
|
|
limit: 0
|
|
image_detail: auto
|
|
judge_model: gpt-5.4
|
|
judge_max_completion_tokens: 256
|
|
judge_retries: 5
|