vlm模式下,提示词在哪里修改
#4552
Replies: 1 comment
-
|
目前 MinerU 的 VLM 模式不支持用户直接修改提示词。默认提示词 实际的 VLM 系统提示词封装在外部依赖库 变通方案:如果确实需要自定义提示词,可以直接使用底层 VLM 模型和 Transformers 库的低级 API,但这样会绕过 MinerU 的结构感知后处理,无法获得归一化和 Markdown/JSON 格式转换。 如果 VLM 模式的效果不理想,也可以考虑切换到 pipeline 模式,对复杂布局有更好的支持。 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
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.
-
vlm模式下,提示词在哪里修改
Beta Was this translation helpful? Give feedback.
All reactions