mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-06 02:42:15 +08:00
remove mllm_pt_demo.json
Former-commit-id: 5402589f021056f9c9e7b68421282039a508d5b9
This commit is contained in:
parent
f67e4f14ab
commit
136e64081f
@ -39,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mllm_pt_demo": {
|
"mllm_pt_demo": {
|
||||||
"file_name": "mllm_pt_demo.json",
|
"hf_hub_url": "BUAADreamer/mllm_pt_demo",
|
||||||
"formatting": "sharegpt",
|
"formatting": "sharegpt",
|
||||||
"columns": {
|
"columns": {
|
||||||
"messages": "messages",
|
"messages": "messages",
|
||||||
|
|||||||
@ -1,92 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"messages": [
|
|
||||||
{
|
|
||||||
"content": "Render a clear and concise summary of the photo.",
|
|
||||||
"role": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"content": "There are two soccer players on the field.",
|
|
||||||
"role": "assistant"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"images": [
|
|
||||||
"mllm_demo_data/1.jpg"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"messages": [
|
|
||||||
{
|
|
||||||
"content": "Write a terse but informative summary of the picture.",
|
|
||||||
"role": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"content": "A soccer player is sliding on his knees to celebrate",
|
|
||||||
"role": "assistant"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"images": [
|
|
||||||
"mllm_demo_data/2.jpg"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"messages": [
|
|
||||||
{
|
|
||||||
"content": "What is this?",
|
|
||||||
"role": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"content": "A man is giving a speech.",
|
|
||||||
"role": "assistant"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"images": [
|
|
||||||
"mllm_demo_data/3.jpg"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"messages": [
|
|
||||||
{
|
|
||||||
"content": "对照片进行简明扼要的概括。",
|
|
||||||
"role": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"content": "两个足球运动员在场上",
|
|
||||||
"role": "assistant"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"images": [
|
|
||||||
"mllm_demo_data/1.jpg"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"messages": [
|
|
||||||
{
|
|
||||||
"content": "为图片写一个简短但内容丰富的摘要。",
|
|
||||||
"role": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"content": "一个足球运动员在跪地滑行庆祝",
|
|
||||||
"role": "assistant"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"images": [
|
|
||||||
"mllm_demo_data/2.jpg"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"messages": [
|
|
||||||
{
|
|
||||||
"content": "这是什么?",
|
|
||||||
"role": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"content": "一个男人在演讲",
|
|
||||||
"role": "assistant"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"images": [
|
|
||||||
"mllm_demo_data/3.jpg"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
Loading…
x
Reference in New Issue
Block a user