DLLXW / baby-llama2-chinese

用于从头预训练+SFT一个小参数量的中文LLaMa2的仓库;24G单卡即可运行得到一个具备简单中文问答能力的chat-llama2.
MIT License
2.42k stars 296 forks source link

fix: remove redundant pkg #19

Closed jianhu-chen closed 12 months ago

jianhu-chen commented 1 year ago

python默认自带json库,删除冗余的行,否则会报错:

image