项目文件夹

文件
wehub-resource-sync e64161ec32
CI / ci (3.11) (push) Has been cancelled
CI / ci (3.10) (push) Has been cancelled
CI / dependabot (push) Has been cancelled
Release / release_and_publish (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:36:15 +08:00

24 行
674 B
JSON

{
"tasks": [
{
"model": "Qwen/Qwen2.5-7B-Instruct",
"benchmark": "aime25",
"gpus": "0,1",
"timeout": "12h"
},
{
"model": "Qwen/Qwen2.5-7B-Instruct",
"benchmark": "chemcotbench_mol_edit",
"gpus": "2,3",
"timeout": "12h"
},
{
"model": "Qwen/Qwen2.5-7B-Instruct",
"benchmark": "tablebench_visualization",
"gpus": "4,5",
"timeout": "12h",
"benchmark_description": "Table Visualization - generate executable Python code to create the requested chart from tabular data. Expected Output Format: return Python code in a ```python code block using matplotlib or pandas."
}
]
}