mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-14 19:06:26 +08:00
[data] update mm demo data (#7211)
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"role": "assistant"
|
"role": "assistant"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"content": "What are they doing?",
|
"content": "What are they doing?<image>",
|
||||||
"role": "user"
|
"role": "user"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
|
"mllm_demo_data/1.jpg",
|
||||||
"mllm_demo_data/1.jpg"
|
"mllm_demo_data/1.jpg"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -79,7 +80,7 @@
|
|||||||
"role": "assistant"
|
"role": "assistant"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"content": "他们在做什么?",
|
"content": "他们在做什么?<image>",
|
||||||
"role": "user"
|
"role": "user"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -88,6 +89,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
|
"mllm_demo_data/1.jpg",
|
||||||
"mllm_demo_data/1.jpg"
|
"mllm_demo_data/1.jpg"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user