Blog

  • LLama 2 Training

    LLama 2 Training

    Meta team unveiled Llama 2, which includes a series of pretrained and fine-tuned large language models (LLMs) with parameter counts ranging from 7 billion to 70 billion. Specifically, their fine-tuned variants, termed Llama 2-Chat, are tailored for dialogue applications. These models surpass most open-source chat models on several benchmarks they assessed. In this article we…

    Continue reading

  • Llama Code

    Llama Code

    Meta just released Llama Code, a large language model (LLM) capable of using text prompts to generate code. Llama Code stands at the forefront of publicly available LLMs for coding tasks and offers the promise of accelerating workflows for existing developers. Additionally, it can lower the hurdle for newcomers learning to code. There is potential…

    Continue reading

  • Getting started with Llama-2

    Llama 2 Release Update

    Meta AI has just unveiled the second version of its open-source language model, Llama. Llama 2 boasts an impressive training on a more expansive data set of 2 trillion tokens, accommodates a longer context length at 4096 tokens. This version features a more accommodating license than its predecessor, granting permission for commercial endeavors. Here’s a…

    Continue reading

  • How To Run Llama 2 Locally

    How To Run Llama 2 Locally?

    In this guide we will explain how to run Llama 2 locally on your M1/M2 Mac, on Windows, on Linux, or even your phone. Running Llama 2 Locally: A Guide One of the highlights of using Llama 2 locally is its ability to function without an internet connection. Just a few days post its launch,…

    Continue reading

  • Llama 2 Fine-tuning

    Llama 2 Fine-tuning

    This article’s objective is to deliver examples that allow for an immediate start with Llama 2 fine-tuning tailored for domain adaptation and the process of executing inference on these adjusted models. For user convenience, the showcased examples utilize the models transformed by Hugging Face. This is a high level guide. Llama 2 represents an emerging…

    Continue reading

  • Llama 2 vs ChatGPT-4 vs Claude 2

    Llama 2 vs GPT-4 vs Claude 2

    On July 19th Meta has unveiled Llama 2, an enhanced version of its language model in a surprise collaboration with Microsoft. Soon, it will be available on the Microsoft Azure platform and Amazon SageMaker, offering licensing options for both research and commercial use. The latest versions, including the 7B, 13B, and 70B models, feature an…

    Continue reading

  • Prompting Llama 2

    Prompting Llama 2

    Navigating large language models like Llama 2 requires both creativity and technical know-how. This article delves deep into the intricacies of Llama 2, shedding light on how to best structure chat prompts. In this article we will discuss prompting Llama 2, selecting the right Llama model, choosing between Llama, ChatGPT and Claude AI, the role…

    Continue reading

  • Llama 2 Model Card

    Llama 2 Model Card

    Meta introduced the Llama 2 series of large language models with sizes varying from 7 billion to 70 billion parameters. Engineers designed these LLMs specifically for dialogue applications. In terms of performance, Llama-2-Chat excels over open-source chat models in many of the benchmarks we assessed. When gauged for helpfulness and safety in human reviews, they…

    Continue reading

  • Llama 2 model sizes - 7B - 13B - 70B

    Llama 2 model sizes (7B, 13B, 70B)

    All three currently available Llama 2 model sizes (7B, 13B, 70B) are trained on 2 trillion tokens and have double the context length of Llama 1. Llama 2 encompasses a series of generative text models that have been pretrained and fine-tuned, varying in size from 7 billion to 70 billion parameters. Meta’s specially fine-tuned models…

    Continue reading