#104 · Primary category: Foundation Models

unit-minions

llm lora

AI Development Efficiency: Hands-on LoRA Training, covering Llama (Alpaca LoRA) and ChatGLM (ChatGLM Tuning) LoRA. Training tasks: user story generation, test code generation, code assistance, text-to-SQL, text-to-code, etc.

Project last updated:01/03/24

GitHub Stars

1.1K

Forks

124

Contributors

3

License

Other

Why we included this project

unit-minions records how one small team fine-tuned LLaMA and ChatGLM with LoRA for software-development work, and it is worth reading if you want similar results without leaning on a hosted API. The notebooks walk through building instruction datasets and running Alpaca-style and ChatGLM tuning runs for tasks like splitting work into user stories, generating tests, and turning text into SQL, and the trained LoRA adapters ship alongside the training code. The most useful part is the data preparation: the authors break software workflows into small steps and show the exact prompts and formats that made each model behave. Treat it as a research log and a reference for reproducing similar fine-tunes on your own data rather than as something to deploy directly.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category