Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jazelly committed Jul 11, 2024
1 parent defeb86 commit 053cf4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Finetune an LLM, within a few clicks!

<p align="center">
<a href="https://discord.gg/kghtMX7v" target="_blank">
<img src="https://img.shields.io/badge/FinetuneLLMs-chat_with_us-blue" alt="Discord">
</a>
<a href="https://github.com/jazelly/FinetuneLLMs/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=white" alt="License">
</a>

</p>
## 🔥Goal & Roadmap🔥

The main objective of this project is to lower the barrier to training large language models, especially for startup companies that have hardware in hands. With this project, it should be easy for a company to start experimenting with LLM training within a basic setup on servers with GPU/CPU resources.
Expand Down
3 changes: 0 additions & 3 deletions trainer/trainer_api/finetune/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ This holds all the python finetune scripts
- [x] make finetune scripts configurable for method
- [x] make finetune scripts configurable for model
- [ ] make finetune scripts configurable for training arguments
- [ ] make finetune scripts configurable for quantization
- [ ] make finetune scripts built with a buidler/factory
- [ ] make finetune scripts can only be executed when there is enough memory

0 comments on commit 053cf4d

Please sign in to comment.