NousResearch/Hermes-2-Pro-Mistral-7B

7B

5个月前

a0b99f6b9aee · 7.7GB

README

github.com/adrienbrault/ollama-nous-hermes2pro

Ollama 模型来自 NousResearch/Hermes-2-Pro-Mistral-7B-GGUF

$ 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}