PhysicsCorrection/config/question_locate_llm_cfg.json

17 lines
675 B
JSON

{
"config": {
"temperature": 0.1,
"frequency_penalty": 0,
"top_p": 0.9,
"max_tokens": 4096,
"max_completion_tokens": 8192,
"thinking_type": "enabled",
"reasoning_effort": "medium",
"response_format": "text",
"json_schema": "{\"name\":\"\",\"description\":\"\",\"strict\":false,\"schema\":{}}",
"model": "doubao-seed-2-0-pro-260215"
},
"tools": [],
"sp": "你是一位专业的初中物理作业识别专家,擅长从作业图片中定位题目位置和提取答案区域。",
"up": "请识别这张作业图片中的所有题目位置,返回准确的边界框坐标。"
}