September 2024 Summaries
2 posts from Ollama
Filter
Month:
Year:
Post Summaries
Back to Blog
Meta's Llama 3.2 is now accessible via Ollama, allowing users to run models locally on devices without relying on external cloud services, thus ensuring data privacy. The 1B and 3B models are text-only and optimized for on-device tasks, providing instant responses for personalized applications like summarizing messages or schedules. Meanwhile, the upcoming 11B and 90B models are designed for image reasoning, enabling document-level understanding and image captioning. Ollama facilitates these applications by processing data locally, promoting privacy and open-source development as key features.
Sep 25, 2024
166 words in the original blog post.
Bespoke-Minicheck, a new model developed by Bespoke Labs and available on Ollama, is designed to enhance factual accuracy by fact-checking responses generated by other models to reduce hallucinations. It operates by comparing a "Claim" with a "Document" containing factual information, outputting "Yes" if the claim is supported and "No" if it is not. This model proves particularly useful in Retrieval Augmented Generation (RAG) applications, where it ensures that responses are grounded in the retrieved context by acting as a post-processing step to detect hallucinations. Users can start using Bespoke-Minicheck by running it through Ollama and providing both the source document and the claim, with examples available on GitHub for further guidance.
Sep 18, 2024
302 words in the original blog post.