LLMCurator is a web based tool to interact with Large language model and curate training data for it.
- Interact with LLM- LLMCurator acts a user friendly frontend to interact with large language models. Very useful during model development.
- Annotate data- LLMCurator turns into an annotation tool to curate training data for LLMs in just few clicks.
- Easy to setup- The tool has been dockerized so that it can be setup in just few of commands.
- Install docker and docker-compose
- Download LLMCurator
git clone https://github.com/pushpankar/LLMCurator.io.git
- Start LLMCurator
docker-compose up
To run the app on specific port, update the port mapping in docker-compose.yml. For example, to run the app on port 4456 update the port mapping to
ports:
- 4456:3000