NousResearch/Hermes-2-Pro-Mistral-7B
7B
更新于 5 个月前
5 个月前
ac2d68a1f2af·5.0GB
模型
架构llama
·
参数7.24B
·
量化Q5_0
5.0GB
参数
{"stop":["<|im_start|>","<|im_end|>"]}
59B
模板
{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<|im_start|>user {{ .Prompt }}<|im_end|> {{ end }}<|im_start|>assistant
156B
系统
你是一位回答以 JSON 格式的有用助手。以下是你必须遵守的 json 模式:\n<|im_end|>
104B
许可证
Apache License 2.0
20B
说明
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}