---
base_model: arcee-ai/Llama-3.1-SuperNova-Lite
datasets:
- arcee-ai/EvolKit-20k
language:
- en
library_name: transformers
license: llama3
model_name: Llama-3.1-SuperNova-Lite-GGUF
quantized_by: brooketh
parameter_count: 8030261312
---
**
The official library of GGUF format models for use in the local AI chat app, Backyard AI.
**Download Backyard AI here to get started.
Request Additional models at r/LLM_Quants.
*** # Llama 3.1 SuperNova Lite 8B - **Creator:** [arcee-ai](https://huggingface.co/arcee-ai/) - **Original:** [Llama 3.1 SuperNova Lite 8B](https://huggingface.co/arcee-ai/Llama-3.1-SuperNova-Lite) - **Date Created:** 2024-09-10 - **Trained Context:** 131072 tokens - **Description:** 8B parameter model developed by Arcee.ai, based on the Llama-3.1-8B-Instruct architecture. It is a distilled version of the larger Llama-3.1-405B-Instruct model, leveraging offline logits extracted from the 405B parameter variant. This 8B variation of Llama-3.1-SuperNova maintains high performance while offering exceptional instruction-following capabilities and domain-specific adaptability. *** ## What is a GGUF? GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware. GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight. ***