pull down to refresh

Very interesting, thanks.
Is a potential use case for RAG to set up something like a debater bot - a resource that would be primed to answer arguments on a particular topic.
Maybe I could load up a set of my preferred books on a topic (like bitcoin, or climate change), and then have my own private LLM that would also primarily be about giving good replies for debate? If so, how might one do this?
So, for instance, when someone comes up with a reason why bitcoin won't work, I could come back with some well-structured arguments on that topic.
This is as opposed to thinking, "Darn, I know I've heard a great response to that argument, but I can't remember it now."
That’s a cool idea! You could definitely create a private LLM or debater bot using RAG with your own book/library content—it’d be like having a personal debate assistant ready with structured arguments anytime. Thanks for sharing.
reply
35 sats \ 0 replies \ @optimism 12h
Maybe I could load up a set of my preferred books on a topic (like bitcoin, or climate change), and then have my own private LLM that would also primarily be about giving good replies for debate? If so, how might one do this?
You can do this with fine-tuning, see this short primer from #1076304 and for example HF's docs for a more technical guide.
reply