---
language:
- en
license: cc-by-4.0
library_name: transformers
tags:
- storywriting
- text adventure
- creative
- story
- writing
- fiction
- roleplaying
- rp
- mergekit
- merge
base_model: FallenMerick/Bionic-Vaquita-13B
model_name: Bionic-Vaquita-13B-GGUF
quantized_by: brooketh
parameter_count: 13015864320
---
**
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.
*** # Bionic Vaquita 13B - **Creator:** [FallenMerick](https://huggingface.co/FallenMerick/) - **Original:** [Bionic Vaquita 13B](https://huggingface.co/FallenMerick/Bionic-Vaquita-13B) - **Date Created:** 2024-07-01 - **Trained Context:** 4096 tokens - **Description:** 13B model by FallenMerick that is equal parts creative and chaotic, while still remaining coherent enough for roleplaying purposes. Seven different Llama-2 13B models were hand-picked and merged via TIES to create three separate components for the final stack. Emotional intelligence and coherency were the primary criteria of the late-stage manual testing that led to selecting this model. *** ## 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. ***