Content pfp
Content
@
0 reply
0 recast
0 reaction

Stephan pfp
Stephan
@stephancill
Is there an easy way to fine tune an LLM on stuff I write so that I can talk to myself? Transforming data is not a requirement, can do it myself
7 replies
4 recasts
39 reactions

casslin.eth pfp
casslin.eth
@casslineth
RAG is enough. Most of cases no need to do fine tuning.
2 replies
0 recast
4 reactions

rafa pfp
rafa
@rafa
What’s RAG? Is that like a prompt framework?
2 replies
0 recast
0 reaction

casslin.eth pfp
casslin.eth
@casslineth
If u are on Claude pro, the "projects" is one simpler method of RAG, namely u upload a bunch of docs to the LLM, give it some context, and ask it related questions or work on related topics, it usually works better cuz more context
1 reply
1 recast
4 reactions

wylin pfp
wylin
@wylin
retrieval augmented generation trying to setup an agent via Eliza to be my personal assistant with a database to store conversation history and add knowledge via pdfs etc
1 reply
0 recast
2 reactions