NousResearch/Hermes-2-Pro-Mistral-7B
7B
3,961 Pulls 更新于5个月前
5个月前更新
5个月前
572df1e7df32 · 5.0GB
说明
github.com/adrienbrault/ollama-nous-hermes2pro
$ ollama run adrienbrault/nous-hermes2pro:Q4_0 'Hey!'
Hello! How can I help you today? If you have any questions or need assistance, feel free to ask.
存在 -tools 和 -json 标签,用于推荐系统提示和json模式。
您需要为工具提供用户消息
$ ollama run adrienbrault/nous-hermes2pro:Q4_0-tools "<tools>$(cat examples/tool-stock.json)</tools>
Fetch the stock fundamentals data for Tesla (TSLA)"
<tool_call>
{"arguments": {"symbol": "TSLA"}, "name": "get_stock_fundamentals"}
</tool_call>
或json模式的方案
$ ollama run adrienbrault/nous-hermes2pro:Q4_0-json "<schema>$(cat examples/user-schema.json)<schema>
Adrien Brault was born in 1991"
{"firstName": "Adrien", "lastName": "Brault", "age": 30}