Facico / Chinese-Vicuna

Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca
https://github.com/Facico/Chinese-Vicuna
Apache License 2.0
4.14k stars 425 forks source link

官方 finetune colab 无法运行 #215

Open williamjqk opened 1 year ago

williamjqk commented 1 year ago

官方 colab 无法运行 https://colab.research.google.com/drive/1SOOJjxp02uuUFDNgm4jkvaA_IdNnnvdk?usp=sharing

这个数据集已经不可用了: !gdown "https://drive.google.com/uc?id=1tzXVhS74m-EtoFot7hEc005LDeZGPit_" -O merge.json

更换了数据集 colab 依然不能运行,报错: AttributeError: module 'bitsandbytes' has no attribute 'version'

Facico commented 1 year ago

可以看 #219 把那行注释掉就好了,新的代码应该不会报错 数据集可以从huggingface拉去,我之后改改