Tag: Models

  • Ollama Multimodel Models

    Ollama Multimodel Models

    Ollama now supports multimodel models with v0.1.15! This allows the model to answer your prompt using what it sees. To run it, simply install Ollama, open a terminal, and type in `ollama run llava`. Then, all you need to do is type your prompt, and drag and drop an image. There is a new `images`parameter…

  • Purple Llama

    Purple Llama

    Meta introduces Purple Llama, a project for open trust and safety tools. It aims to help developers use generative AI responsibly. The project aligns with best practices from Meta’s Responsible Use Guide. Meta’s first release includes CyberSec Eval, a cybersecurity benchmark for LLMs. They also introduce Llama Guard, a safety classifier for filtering. Llama Guard…

  • LLama Long

    LLama Long

    Meta built LLama Long on the foundation of OpenLLaMA and refined it using the Focused Transformer (FoT) method. LongLLaMA Code stands upon the base of Code Llama. Dev team released a more compact 3B base variant (not instruction tuned) of the LongLLaMA model under a lenient license (Apache 2.0) and offered inference code that accommodates…