Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazelly/finetunellms
Finetune an LLM, within a few clicks!
https://github.com/jazelly/finetunellms
ai finetune llama llm lora mac python sft train typescript ui
Last synced: 3 months ago
JSON representation
Finetune an LLM, within a few clicks!
- Host: GitHub
- URL: https://github.com/jazelly/finetunellms
- Owner: jazelly
- License: mit
- Created: 2024-04-20T03:52:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T12:32:11.000Z (8 months ago)
- Last Synced: 2024-06-07T13:54:42.689Z (8 months ago)
- Topics: ai, finetune, llama, llm, lora, mac, python, sft, train, typescript, ui
- Language: JavaScript
- Homepage:
- Size: 4.77 MB
- Stars: 36
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FinetuneLLMs (Work in Progress, Actively! 🔥)
Finetune an LLM, within a few clicks!
## How to run
The best way to do this is via docker,
```
docker compose up -d
```In browser, visit `http://localhost:8080`
For detailed explanation on the structure, see [BUILD.md](./BUILD.md)
## 🔥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.
Roadmap
## Contributing
Thank you very very much for your contributions. You can follow the
[contribution guide](CONTRIBUTING.md) to get started.