ymcui / Chinese-LLaMA-Alpaca

中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)
https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki
Apache License 2.0
17.98k stars 1.84k forks source link

请问在哪下载您33B模型的全部权重,并且有无quick start? #899

Open 141forever opened 3 weeks ago

141forever commented 3 weeks ago

提交前必须检查以下项目

问题类型

下载问题

基础模型

Alpaca-33B

操作系统

Linux

详细描述问题

# 请在此处粘贴运行代码(如没有可删除该代码块)

依赖情况(代码类问题务必提供)

# 请在此处粘贴依赖情况

运行日志或截图

# 请在此处粘贴运行日志
github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your consideration.

ymcui commented 3 days ago

https://github.com/ymcui/Chinese-LLaMA-Alpaca?tab=readme-ov-file#推荐模型下载 其中,原版的llama-33b需要自行获取,meta不允许二次分发。

现在llama已经升级到3代了,建议使用最新版:https://github.com/ymcui/Chinese-LLaMA-Alpaca-3/

141forever commented 3 days ago

https://huggingface.co/minlik/chinese-alpaca-33b-merged 这个请问是您们的模型吗

ymcui commented 3 days ago

https://huggingface.co/minlik/chinese-alpaca-33b-merged 这个请问是您们的模型吗

这是第三方合并的模型。LoRA用的是我们的,但不是plus/pro版。基模型用的不是meta官方的。不保证合并后的模型是正确的。

141forever commented 2 days ago

https://huggingface.co/minlik/chinese-alpaca-33b-merged 这个请问是您们的模型吗

这是第三方合并的模型。LoRA用的是我们的,但不是plus/pro版。基模型用的不是meta官方的。不保证合并后的模型是正确的。

明白了,非常感谢!