-
Notifications
You must be signed in to change notification settings - Fork 827
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
如何使用LMFlow训练自己的私有模型? #206
Comments
Thanks for your interest in LMFlow! To use LMFlow, you may first obtain a Linux server with GPU equipped. We recommend Ubuntu 20.04, so that the setup will be most compatible with our settings. Then, following the guide in setup, you can install the LMFlow package. To have a first taste of LMFlow, you may try our Google Colab demo, which requires a Google Colab account. Google Colab provide free T4 GPUs for users, so you may directly run our chatbot (a rather weak version) on that. After that, you may finetune your model via To specifying the dataset, you may change this line to the path of your customized dataset Our guide is available in README. You are also welcomed to join our community for more information. Thanks 😄 |
I have changed the model name but it doesn't work, because the error : |
Thanks for providing more information! We have planned to support THUDM/chatglm-6b in this pull request, but haven't merged it yet. We will let you know once it is officially supported. Thanks! 🙏 |
I have reviewed the Code about Chatglm supporting, i think the core is to add the args about |
I have a quick fix to support |
Thanks for your meaningful contribution! We will add this to our pull requests soon @shizhediao 😄 👍 |
Hi, |
C�losed this issue. Thank you! |
我是一名计算机专业的学生,但也是一名机器学习的门外汉,我想咨询一下,我应该怎么应该如何使用LMFlow?如何利用LMFlow来训练自己的私有模型?用于训练的数据应该是什么格式的?是否有相关教程或者guide?
The text was updated successfully, but these errors were encountered: