-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
训练模型没有保存token信息 #230
Comments
token信息没有变过不需要再保存一遍,和加载的一样 |
大佬,我的模型微调以后 bin文件大小只有1KB,这正常吗? |
不正常,应该几十兆到几百兆 |
这样的话,只能使用LLaMa原来的那些token,是不是对中文支持不够啊? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看了代码,model.save_pretrained(OUTPUT_DIR)
没有保存Token信息,所以别的合并脚本和加载lora的时候报错
The text was updated successfully, but these errors were encountered: