Skip to content

Interacting with Llama 2

Video Walkthrough

Llama2 Overview

Llama 2 is a second-generation, 137B parameter open-source large language model (LLM) developed by Meta AI. It excels at various tasks, including:

  1. Text generation: Creates different creative text formats like poems, code, scripts, musical pieces, emails, letters, etc., often with impressive coherence and quality.
  2. Question answering: Provides informative and comprehensive answers to your questions, even if they're open-ended, challenging, or strange.
  3. Translation: Translates languages accurately and fluently.
  4. Code generation: Generates human-quality code snippets in various programming languages, offering valuable assistance to developers.

How to interact

  1. Using the Modular LLM interface, drag the name Llama 2 (top right-hand corner) from "uninstalled" to "installed".
  2. Upon completion of the loading animation, Llama 2 is installed!
  3. Switch to chat with Llama 2 by accessing the model selection dropdown (top left-hand corner) and select LLama 2.

Handling Errors

Occasionally, a prompt or message may cause an exception or error. To diagnose, navigate to the server and find the exact error that occurred. Typically, it is an improper syntax error. This will be addressed in the future.