最新版
16GB
https://github.com/UnicomAI/Unichat-llama3-Chinese
8B
6,600 pulls 更新于 3个月前
更新于 3个月前
3个月前
0bfc72e7c03d · 16GB
模型
架构llama
·
参数8.03B
·
量化F16
16GB
模板
{{ if .System }}<|start_header_id|>system<|end_header_id|> {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|> {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|> {{ .Response }}<|eot_id|>
254B
参数
{"num_keep":24,"repeat_penalty":1.15,"stop":["<|start_header_id|>","<|end_header_id|>","<|eot_id|>"],"temperature":0.6,"top_p":1}
160B
系统
用户与人工智能助手的对话。助手为用户的问题提供有帮助的、详细的、礼貌的回答。
154B
README
中国联通AI创新中心发布的一个llama3中文指令微调模型(全参数微调)
Unichat-llama3-Chinese/ 中国联通AI llama3 中文版 8B模型
可选量化版本
显卡显存小于6G 建议下载量化版本
Model文件
FROM converted.bin
#TEMPLATE "[INST] {{ .Prompt }} [/INST]"
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
{{ .Response }}<|eot_id|>"""
PARAMETER num_keep 24
PARAMETER stop "<|start_header_id|>"
PARAMETER stop "<|end_header_id|>"
PARAMETER stop "<|eot_id|>"
SYSTEM A chat between a curious user and an artificial intelligence assistant.The assistant gives helpful, detailed, and polite answers to the user's questions.
PARAMETER repeat_penalty 1.15
PARAMETER temperature 0.6
PARAMETER top_p 1