17 lines
701 B
1
tags: tech,programming,fun
2
3
# A Fun Experiment
4
I am playing a lot more with these LLM models and everything lately.
5
I also will soon have a very fun server-like rig at home to play with these on.
6
I will have a 64 core threadripper, 128gb RAM, a 12gb Gefore NVIDIA 2060 or whatever card, and 8tb of super fast NVMe drive storage.
7
8
I want to start by training models on my own tweets, then having them tweet at each other.
9
10
I know I'll be limited by context windows on hardware, but I want to figure out how to get started, functionally.
11
12
I have a postgres database with 150,000 tweets inside of it.
13
14
What do I do next?
15
16
## Help
17
If anyone has thoughts, [skeet me](https://bsky.app/yburyug.bsky.social).
18