Replies: 1 comment
-
|
hi, 你可以查看这个数据格式,LLaMA-Factory\data\mllm_demo.json |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
你好,我想问下多模态的指令微调数据集格式具体是怎样的,貌似没有一个具体的例子,请问是
格式一:
{
"instruction": "根据图片回答问题",
"input": "图中有几只猫?",
"output": "图中有2只猫。",
"images": ["./cat.jpg"]
}
还是格式二:
{
"instruction": "根据图片回答问题",
"input": "图中有几只猫?
<image>","output": "图中有2只猫。",
"images": ["./cat.jpg"]
}
Beta Was this translation helpful? Give feedback.
All reactions