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