NousResearch/Hermes-2-Pro-Mistral-7B
7B
3,961 Pulls 更新于5个月前
更新于5个月前
5个月前
d747200ae494 · 3.8GB
model
架构llama
·
参数7.24B
·
量化Q3_K_L
3.8GB
params
{"stop":["<|im_start|>","<|im_end|>"]}
59B
template
{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<|im_start|>user {{ .Prompt }}<|im_end|> {{ end }}<|im_start|>assistant
156B
license
Apache License 2.0
20B
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}