release v0.7.0

Former-commit-id: 168f56683a
This commit is contained in:
hiyouga
2024-04-26 23:18:00 +08:00
parent 9304459694
commit eb14501a52
13 changed files with 163 additions and 44 deletions

View File

@@ -60,7 +60,7 @@
},
"mllm_demo": {
"file_name": "mllm_demo.json",
"file_sha1": "b6709b23657d5c42a701f1c5574f3a6edaa40a20",
"file_sha1": "d626cc0ad88a26d0dc9fcb47336821cf486d8bcc",
"formatting": "sharegpt",
"columns": {
"messages": "messages",

View File

@@ -2,7 +2,7 @@
{
"messages": [
{
"content": "Who are they?<image>",
"content": "Who are they?",
"role": "user"
},
{
@@ -14,18 +14,18 @@
"role": "user"
},
{
"content": "They are celebrating on the soccer field",
"content": "They are celebrating on the soccer field.",
"role": "assistant"
}
],
"images": [
"images/1.jpg"
"mllm_demo_data/1.jpg"
]
},
{
"messages": [
{
"content": "Who is he?<image>",
"content": "Who is he?",
"role": "user"
},
{
@@ -42,13 +42,13 @@
}
],
"images": [
"images/2.jpg"
"mllm_demo_data/2.jpg"
]
},
{
"messages": [
{
"content": "Please describe this image<image>",
"content": "Please describe this image",
"role": "user"
},
{
@@ -65,7 +65,76 @@
}
],
"images": [
"images/3.jpg"
"mllm_demo_data/3.jpg"
]
},
{
"messages": [
{
"content": "他们是谁?",
"role": "user"
},
{
"content": "他们是拜仁慕尼黑的凯恩和格雷茨卡。",
"role": "assistant"
},
{
"content": "他们在做什么?",
"role": "user"
},
{
"content": "他们在足球场上庆祝。",
"role": "assistant"
}
],
"images": [
"mllm_demo_data/1.jpg"
]
},
{
"messages": [
{
"content": "他是谁?",
"role": "user"
},
{
"content": "他是来自拜仁慕尼黑的托马斯·穆勒。",
"role": "assistant"
},
{
"content": "他为什么在地上?",
"role": "user"
},
{
"content": "因为他正在双膝跪地滑行庆祝。",
"role": "assistant"
}
],
"images": [
"mllm_demo_data/2.jpg"
]
},
{
"messages": [
{
"content": "请描述这张图片",
"role": "user"
},
{
"content": "中国宇航员桂海潮正在讲话。",
"role": "assistant"
},
{
"content": "他取得过哪些成就?",
"role": "user"
},
{
"content": "他于2022年6月被任命为神舟十六号任务的有效载荷专家从而成为2023年5月30日进入太空的首位平民宇航员。他负责在轨操作空间科学实验有效载荷。",
"role": "assistant"
}
],
"images": [
"mllm_demo_data/3.jpg"
]
}
]

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB