Llama3-Chinese-8B-Instruct 基于 Llama3-8B 中文微调对话模型,由 Llama 中文社区和 AtomEcho(原子回声)联合研发,我们会持续提供更新的模型参数,模型训练过程见 https://llama.family。
Llama3-Chinese-8B-Instruct 模型的部署、训练、微调等方法详见 Llama 中文社区 GitHub 仓库:
https://github.com/LlamaFamily/Llama-Chinese
ollama serve ollama run llamafamily/llama3-chinese-8b-instruct --------------- curl -X POST http://localhost:11434/api/generate -d '{ "model": "llamafamily/llama3-chinese-8b-instruct", "prompt":"介绍一下 llama3?" }'