| { |
| "format_version": 1, |
| "paradigm": "sequential", |
| "variant": "light", |
| "role": "Solver", |
| "backbone": "Qwen2.5-Math-1.5B", |
| "shared_files": [ |
| "adapter_config.json", |
| "chat_template.jinja", |
| "config.json", |
| "generation_config.json", |
| "model.safetensors", |
| "tokenizer.json", |
| "tokenizer_config.json" |
| ], |
| "tasks": { |
| "math": { |
| "adapter.pt": "adapter(math).pt", |
| "adapter_config.json": "adapter_config.json", |
| "chat_template.jinja": "chat_template.jinja", |
| "config.json": "config.json", |
| "generation_config.json": "generation_config.json", |
| "tokenizer.json": "tokenizer.json", |
| "tokenizer_config.json": "tokenizer_config.json" |
| }, |
| "code": { |
| "adapter.pt": "adapter(code).pt", |
| "adapter_config.json": "adapter_config.json", |
| "chat_template.jinja": "chat_template.jinja", |
| "config.json": "config.json", |
| "generation_config.json": "generation_config.json", |
| "tokenizer.json": "tokenizer.json", |
| "tokenizer_config.json": "tokenizer_config.json" |
| } |
| } |
| } |
|
|