Monarch-7B-GGUF / README.md
seyf1elislam's picture
Upload folder using huggingface_hub
3ce35b5 verified
---
tags:
- GGUF
base_model:
- mlabonne/Monarch-7B
---
# Monarch-7B
- Model creator: [mlabonne](https://huggingface.co/mlabonne)
- Original model: [Monarch-7B](https://huggingface.co/mlabonne/Monarch-7B)
<!-- description start -->
## Description
This repo contains GGUF format model files for [mlabonne's Monarch-7B ](https://huggingface.co/mlabonne/Monarch-7B).
## Provided files
| Name | Quant method | Bits | Size | Max RAM required | Use case |
| ---- | ---- | ---- | ---- | ---- | ----- |
| [monarch-7b.Q2_K.gguf ](https://huggingface.co/seyf1elislam/Monarch-7B-GGUF/blob/main/monarch-7b.Q2_K.gguf ) | Q2_K | 2 | 2.72 GB| 5.22 GB | significant quality loss - not recommended for most purposes |
| [monarch-7b.Q3_K_M.gguf ](https://huggingface.co/seyf1elislam/Monarch-7B-GGUF/blob/main/monarch-7b.Q3_K_M.gguf ) | Q3_K_M | 3 | 3.52 GB| 6.02 GB | very small, high quality loss |
| [monarch-7b.Q4_K_M.gguf ](https://huggingface.co/seyf1elislam/Monarch-7B-GGUF/blob/main/monarch-7b.Q4_K_M.gguf ) | Q4_K_M | 4 | 4.37 GB| 6.87 GB | medium, balanced quality - recommended |
| [monarch-7b.Q5_K_M.gguf ](https://huggingface.co/seyf1elislam/Monarch-7B-GGUF/blob/main/monarch-7b.Q5_K_M.gguf ) | Q5_K_M | 5 | 5.13 GB| 7.63 GB | large, very low quality loss - recommended |
| [monarch-7b.Q6_K.gguf ](https://huggingface.co/seyf1elislam/Monarch-7B-GGUF/blob/main/monarch-7b.Q6_K.gguf ) | Q6_K | 6 | 5.94 GB| 8.44 GB | very large, extremely low quality loss |
| [monarch-7b.Q8_0.gguf ](https://huggingface.co/seyf1elislam/Monarch-7B-GGUF/blob/main/monarch-7b.Q8_0.gguf ) | Q8_0 | 8 | 7.70 GB| 10.20 GB | very large, extremely low quality loss - not recommended |