support mllm hf inference

Former-commit-id: e057c8de48
This commit is contained in:
hiyouga
2024-04-26 05:34:58 +08:00
parent 208dfe9a87
commit d2df4c22ab
27 changed files with 130 additions and 51 deletions

View File

@@ -18,7 +18,8 @@
"history": "数据集代表历史对话的表头名称默认None",
"messages": "数据集代表消息列表的表头名称默认conversations",
"system": "数据集代表系统提示的表头名称默认None",
"tools": "数据集代表工具描述的表头名称默认None"
"tools": "数据集代表工具描述的表头名称默认None",
"images": "数据集代表图像输入的表头名称默认None"
},
"tags可选用于 sharegpt 格式)": {
"role_tag": "消息中代表发送者身份的键名默认from",