Llama3 Instruct 8b 中文版
Github:https://github.com/CrazyBoyM/llama3-Chinese-chat
SDK下载
#安装ModelScope
pip install modelscope
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('baicai003/llama-3-8b-Instruct-chinese')
Git下载
#Git模型下载
git clone https://www.modelscope.cn/baicai003/llama-3-8b-Instruct-chinese.git
如果您是本模型的贡献者,我们邀请您根据模型贡献文档,及时完善模型卡片内容。
评论