Comfy is a Discord-bot powerd by Falcon-7b, finetuned with the counsel-chat dataset using the Lit-GPT library.
To run Comfy, you'll need to:
- install poetry
- create a Discord bot account and obtain the Discord bot token
- obtain the id of the Discord server that you want to add the bot to
After you have done this:
- Copy
.env.example
to.env
. - Enter your Discord bot token, and Discord server id into
.env
. The bot will only function within this server. - In the terminal, navigate to the project dir and run:
poetry install
poetry run python comfy/app.py
- Counsel chat: Bootstrapping high-quality therapy data
- How To Finetune GPT Like Large Language Models on a Custom Dataset
MIT