---
language:
- en
license: cc-by-nc-4.0
base_model: Sao10K/Fimbulvetr-11B-v2
model_name: Fimbulvetr-11B-v2-GGUF
quantized_by: brooketh
---
**
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.
*** # Fimbulvetr 11B v2 - **Creator:** [Sao10K](https://huggingface.co./Sao10K/) - **Original:** [Fimbulvetr 11B v2](https://huggingface.co./models/base/Fimbulvetr-11B-v2) - **Date Created:** 2024-02-06 - **Trained Context:** 4096 tokens - **Description:** Updated version of Fimbulvetr, a roleplaying model that is good at following context, realistically portraying characters, and responding creatively. Performs especially well for its size. *** ## 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. ***