llama3-chinese-8b-instruct

| 选择喜欢的代码风格  

llama3-chinese-8b-instruct 参数量


8.03b
 

Llama3-Chinese-8B-Instruct 模型介绍


Llama3-Chinese-8B-Instruct 基于 Llama3-8B 中文微调对话模型,由 Llama 中文社区和 AtomEcho(原子回声)联合研发,我们会持续提供更新的模型参数,模型训练过程见 https://llama.family

Llama3-Chinese-8B-Instruct 模型的部署、训练、微调等方法详见 Llama 中文社区 GitHub 仓库:
https://github.com/LlamaFamily/Llama-Chinese

 

Ollama 调用 llama3-chinese-8b-instruct AI 模型:


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?"
 }'
 

AI 扩展阅读:




发表评论