microsoft--rd-agent
24 行
674 B
JSON
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."
|
|
}
|
|
]
|
|
}
|