---
language:
- en
license: cc-by-nc-4.0
library_name: transformers
tags:
- mergekit
- merge
- roleplay
- sillytavern
- llama3
- not-for-all-audiences
base_model: tannedbum/L3-Nymeria-8B
model_name: L3-Nymeria-8B-GGUF
quantized_by: brooketh
parameter_count: 8030261248
---
**
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.
*** # L3 Nymeria 8B - **Creator:** [tannedbum](https://huggingface.co/tannedbum/) - **Original:** [L3 Nymeria 8B](https://huggingface.co/tannedbum/L3-Nymeria-8B) - **Date Created:** 2024-06-15 - **Trained Context:** 8192 tokens - **Description:** Aims to improve on the already high quality of Stheno by mixing in a bit of the realism of SimPo. *** ## 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. ***