Views
No views yet
1{
2 "conversations": [
3 {
4 "role": "user",
5 "content": [
6 {"type": "image", "image": "IMAGE_PATH"},
7 {
8 "type": "text",
9 "text": "Which emotion might this image evoke? Choose the most likely one from ['EMOTION_CATEGORIES']. Think step by step. Respond in the format: <think>{your reasoning}</think><answer>{your final answer}</answer>."
10 }
11 ]
12 }
13 ]
14}1{
2 "conversations": [
3 {
4 "role": "user",
5 "content": [
6 {"type": "image", "image": "IMAGE_PATH"},
7 {
8 "type": "text",
9 "text": "What sentiment might this image evoke? Choose the most likely one from ['positive', 'negative']. Think step by step. Respond in the format: <think>{your reasoning}</think><answer>{your final answer}</answer>."
10 }
11 ]
12 }
13 ]
14}