---
license: cc0-1.0
library_name: peft
tags:
- generated_from_trainer
base_model: ShinojiResearch/Senku-70B-Full
datasets:
- Open-Orca/SlimOrca
model_name: Senku-70B-Full-GGUF
quantized_by: brooketh
parameter_count: 68976648192
---
**
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.
*** # Senku Full 70B - **Creator:** [ShinojiResearch](https://huggingface.co/ShinojiResearch/) - **Original:** [Senku Full 70B](https://huggingface.co/ShinojiResearch/Senku-70B-Full) - **Date Created:** 2024-02-06 - **Trained Context:** 32764 tokens - **Description:** Finetune of miqu-70b-sf dequant of miqudev's leak of Mistral-70B (allegedly an early mistral medium). This version, using the ChatML prompt template, achieved an EQ-Bench score of 85.09. *** ## 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. ***