Let's learn and make some projects!
Feel free to fork and expand your project kingdom :)
A practice board of fine-tuning LLM using different techniques for different tasks.
- 2023/12/18 - RoleGLM implementation
| Project Name | Summary | Model | Link |
|---|---|---|---|
| RoleGLM implement | Use LoRA to finetune ChatGLM into a role playing chatgpt | chatglm2-6B | ✌️ |
The projects are all organized by the model used.
- Project Folder: containes
.py,.ipynb, model and data files and areadme.md. Thereadmecontains information about this model and the outcome or performance after finetuning.
└──Finetune_LLM
├──LLM_ROLEPLAY # projet folder
│ ├──chatgpt.ipynb
│ ├──create_dataset.py
│ ├──data
│ ├──model
│ ├──predict.py
│ └──readme.md
└──README.mdContributions are what make the open source community such an amazing place to learn, inspire, and create. You can do this by adding projects of your own, or you can simply fork and modify it to suit your needs.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
