-
Notifications
You must be signed in to change notification settings - Fork 8
Description
这是目前的数据格式{
"question": "As shown in the figure, in triangle ABC, it is known that angle A = 80.0, angle B = 60.0, point D is on AB and point E is on AC, DE parallel BC, then the size of angle CED is ()\nChoices:\nA:40°\nB:60°\nC:120°\nD:140°",
"answer": "$D$",
"message": [
{
"role": "system",
"content": "You are a mathematician who creates precise, concise captions for mathematical diagrams. Focus only on identifying geometric elements, measurements, and the specific mathematical relationship needed to solve the problem. Avoid redundancy."
},
{
"role": "user",
"content": [
{
"type": "text",
"text": "As shown in the figure, in triangle ABC, it is known that angle A = 80.0, angle B = 60.0, point D is on AB and point E is on AC, DE parallel BC, then the size of angle CED is ()\nChoices:\nA:40°\nB:60°\nC:120°\nD:140°"
},
{
"type": "image",
"image": "examples/data/ground_truth/images/images_version_5/image_1.png"
}
]
}
]
}
但是发生了报错:
,请问Qwen2.5VL支持的dataset是json格式吗?具体的格式是什么样?