diff --git a/README.md b/README.md index 607fc6e..fd6a03d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ Finetune an LLM, within a few clicks! +

+ + Discord + + + License + + +

## šŸ”„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. diff --git a/trainer/trainer_api/finetune/README.md b/trainer/trainer_api/finetune/README.md index df3ab4f..0a1a36d 100644 --- a/trainer/trainer_api/finetune/README.md +++ b/trainer/trainer_api/finetune/README.md @@ -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