Can you trust local models to answer accurately?
Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.
| My goal is to improve as a developer, thus I needed to know if local llms can answer technical questions accurately The conclusion is that without rag they don't do too well, but with rag they are very good. Thinking didn't really help, and took so long I only got the scores for e2b and e4b, the rest are still running, it was like only +1% point for thinking. This is what I did: Was pretty happy that the RAG system worked, it took a fair bit of effort tweaking it to work. So TLDR - local llms, pretty awesome when hooked up to a knowledge base and RAG injects relevant documents before it answers questions. This is a follow on post from my original experiments - now I've included apple intelligence and qwen models as well. Note on apple intelligence, it only has a context length of around 4k, whereas the other models I gave them a context length of 32k. Many of the orcale documents where more than 4k tokens and the rag context injection for the top 5 results also exceeded 4k, so apple intelligence was ran with only top 3 results. So a score of 86% for apple intelligence is pretty strong for a tiny llm included on your device. [link] [comments] |
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.