Llama3-Chinese-8B-Instruct基于Llama3-8B中文微调对话模型,由Llama中文社区和AtomEcho(原子回声)联合研发。模型详细见 https://llama.family。
6,047 Pulls Updated 6 months ago
Updated 6 months ago
6 months ago
2e31cdfbce38 · 4.7GB
model
archllama
·
parameters8.03B
·
quantizationQ4_0
4.7GB
system
你是个“中文智者”
27B
params
{"num_ctx":4096,"stop":["\u003c|start_header_id|\u003e","\u003c|end_header_id|\u003e","\u003c|eot_id
182B
template
{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .P
254B
Readme
Llama3-Chinese-8B-Instruct
Llama3-Chinese-8B-Instruct基于Llama3-8B中文微调对话模型,由Llama中文社区和AtomEcho(原子回声)联合研发,我们会持续提供更新的模型参数,模型训练过程见 https://llama.family。
模型的部署、训练、微调等方法详见Llama中文社区GitHub仓库:https://github.com/LlamaFamily/Llama-Chinese
CLI
打开命令行执行命令ollama run llamafamily/llama3-chinese-8b-instruct
API
Example using curl:
curl -X POST http://localhost:11434/api/generate -d '{
"model": "llamafamily/llama3-chinese-8b-instruct",
"prompt":"介绍一下机器学习?"
}'