We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
huggingface上openllama-13b的模型大小为26.4G,转换为huggingface那种模型格式之后模型大小为24.7G,这也就是大概是以fp16或者是bf16保存的模型,那这样的话,请问我在加载这个权重时候需要设置什么参数吗,还是直接加载这种半精度的权重进行训练?ps:我试了直接用半精度的权重进行训练,模型的生成结果重复的比较多,我在想是不是要把权重转换为fp32那种,还是全程都用fp16那种进行训练,因此影响了模型的精度。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
huggingface上openllama-13b的模型大小为26.4G,转换为huggingface那种模型格式之后模型大小为24.7G,这也就是大概是以fp16或者是bf16保存的模型,那这样的话,请问我在加载这个权重时候需要设置什么参数吗,还是直接加载这种半精度的权重进行训练?ps:我试了直接用半精度的权重进行训练,模型的生成结果重复的比较多,我在想是不是要把权重转换为fp32那种,还是全程都用fp16那种进行训练,因此影响了模型的精度。
The text was updated successfully, but these errors were encountered: