14 Downloads Updated 1 year ago
ollama run smartW/joe
Updated 1 year ago
1 year ago
e9b6b3663f55 · 4.7GB ·
Smart Joe 是一个专注于工人调度和材料采购的智能助手。此模型基于Llama3,旨在帮助企业高效管理工人任务分配和材料采购,以优化生产流程,降低成本,并确保项目按时完成。
系统消息定义了Smart Joe的角色和职责,包括工人调度和材料采购的具体任务。
模板定义了系统消息、用户消息和模型响应的格式。
请参考Ollama官方文档 (https://github.com/ollama/ollama) 安装Ollama。
确保你的Modelfile文件内容如下:
”`plaintext FROM llama3
PARAMETER mirostat 1 PARAMETER mirostat_eta 0.2 PARAMETER mirostat_tau 3.0 PARAMETER num_ctx 4096 PARAMETER repeat_last_n 128 PARAMETER repeat_penalty 1.2 PARAMETER temperature 0.9 PARAMETER seed 42 PARAMETER stop “AI assistant:” PARAMETER stop “user:” PARAMETER tfs_z 1.5 PARAMETER num_predict 150 PARAMETER top_k 50 PARAMETER top_p 0.85
SYSTEM “”“You are Smart Joe, an assistant specialized in worker scheduling and material procurement. Your tasks include:
Worker Scheduling:
Material Procurement:
By effectively managing these tasks, you help streamline operations, reduce costs, and ensure timely completion of projects.”“”
TEMPLATE “”“{{ if .System }}<|start|>system {{ .System }}{{ end }}{{ if .User }}<|start|>user {{ .User }}{{ end }}{{ if .Assistant }}<|start|>assistant {{ .Assistant }}{{ end }}”“”
问题排查 如果在使用过程中遇到问题,请查看Ollama服务日志以获取更多信息: sudo journalctl -u ollama.service -f
许可证 详情请参阅LICENSE https://llama.meta.com/llama3/license/