seyf1elislam commited on
Commit
4e5c6b6
1 Parent(s): 8738917

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - GGUF
4
+ base_model:
5
+ - mlabonne/Chimera-8B
6
+ ---
7
+ # Chimera-8B
8
+ - Model creator: [mlabonne](https://huggingface.co/mlabonne)
9
+ - Original model: [Chimera-8B](https://huggingface.co/mlabonne/Chimera-8B)
10
+
11
+ <!-- description start -->
12
+ ## Description
13
+ This repo contains GGUF format model files for [mlabonne's Chimera-8B ](https://huggingface.co/mlabonne/Chimera-8B).
14
+
15
+ ## Provided files
16
+
17
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
18
+ | ---- | ---- | ---- | ---- | ---- | ----- |
19
+ | [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 |
20
+ | [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 |
21
+ | [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 |
22
+ | [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 |
23
+ | [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 |
24
+ | [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 |
25
+ | [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 |