this post was submitted on 05 Aug 2023
17 points (100.0% liked)

LocalLLaMA

2884 readers
71 users here now

Welcome to LocalLLaMA! Here we discuss running and developing machine learning models at home. Lets explore cutting edge open source neural network technology together.

Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.

As ambassadors of the self-hosting machine learning community, we strive to support each other and share our enthusiasm in a positive constructive way.

founded 2 years ago
MODERATORS
 

I want to train, or more likely fine-tune, a model on about 20 years worth of email and text data that I've collected.

The goal would be to train it how to respond like me in simple cases.

It's there a particular base model I should start with?

I'm also interested in anyone's experience in doing this kind of thing themselves.

you are viewing a single comment's thread
view the rest of the comments
[–] ScrawnyStork 4 points 2 years ago

I'm inclined to fine tune/make a Lora for Llama (2? I'm not sure how well it's supported yet), you definitely won't want to train from scratch. The big thing seems to be formating the dataset properly, although I haven't actually done any of this myself yet. this blog seems to have a few good articles about it that you might be interested in reading.