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
https://github.com/zphang/minimal-llama 最小法学硕士 此存储库包含用于运行和微调 LLaMA 的随机代码。许多部分仍在进行中。应该有比这里介绍的更有效的调优方法(DeepSpeed / ZeRO,NeoX),但人们可能会发现这已经很有用了。
标记化数据集 使用 8 位进行 PEFT 微调 使用朴素管道并行进行微调 (新)使用 8 位和流水线并行进行 PEFT 微调 杂项说明 这段代码很快就被拼凑在一起,可能包含很多很多错误。欢迎反馈!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/zphang/minimal-llama
最小法学硕士
此存储库包含用于运行和微调 LLaMA 的随机代码。许多部分仍在进行中。应该有比这里介绍的更有效的调优方法(DeepSpeed / ZeRO,NeoX),但人们可能会发现这已经很有用了。
标记化数据集
使用 8 位进行 PEFT 微调
使用朴素管道并行进行微调
(新)使用 8 位和流水线并行进行 PEFT 微调
杂项说明
这段代码很快就被拼凑在一起,可能包含很多很多错误。欢迎反馈!
The text was updated successfully, but these errors were encountered: