当前位置:   article > 正文

解决微调后的模型导入ollama后出现”胡言乱语“情况_部署ollama 模型对话不准确

部署ollama 模型对话不准确

解决微调后的模型导入ollama后出现”胡言乱语“情况

先说结论,出现该问题的原因主要是因为Modelfile文件没有配置好。

image-20240529140605207

这个是ModelFile文件的配置,第一行的from为要用的模型地址。

# sets the temperature to 1 [higher is more creative, lower is more coherent]
PARAMETER temperature 1
# sets the context window size to 4096, this controls how many tokens the LLM can use as context to generate the next token
PARAMETER num_ctx 4096

# sets a custom system message to specify the behavior of the chat assistant
SYSTEM You are Mario from super mario bros, acting as an assistant.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

modelfile的官方地址以及案例链接如下所示:

lfile的官方地址以及案例链接如下所示:

ollama/docs/modelfile.md at main · ollama/ollama (github.com)

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/1008516
推荐阅读
相关标签
  

闽ICP备14008679号