Skip to content

sidracha/me-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

me-chatbot

http://sidsail2.ddns.net:3200

I fine-tuned the huggyllama/llama-7b model with ~25,000 of my messages that I scraped from discord.

Using qlora 4-bit quantization for fine tuning and inference

Took ~40 hours on a single 2070 Super 8gb card running on a headless ubuntu server

Deployed with flask

However, the chatbot is really afwul and does not understand what it is saying or what you are saying. I will to to tweak the prompt and see if it responds better.

The data was in alpaca format:

{

"Instruction": "Respond to this message sent by a human",

"Input": <message I responded to>,

"Output": <my message>

}

About

It talks like me!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors