seyf1elislam
commited on
Commit
•
3748948
1
Parent(s):
708f1e4
Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- GGUF
|
4 |
+
base_model:
|
5 |
+
- cognitivecomputations/dolphin-2.9-llama3-8b
|
6 |
+
---
|
7 |
+
# dolphin-2.9-llama3-8b
|
8 |
+
- Model creator: [cognitivecomputations](https://huggingface.co/cognitivecomputations)
|
9 |
+
- Original model: [dolphin-2.9-llama3-8b](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b)
|
10 |
+
|
11 |
+
<!-- description start -->
|
12 |
+
## Description
|
13 |
+
This repo contains GGUF format model files for [cognitivecomputations's dolphin-2.9-llama3-8b ](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b).
|
14 |
+
|
15 |
+
## Provided files
|
16 |
+
|
17 |
+
| Name | Quant method | Bits | Size | Max RAM required | Use case |
|
18 |
+
| ---- | ---- | ---- | ---- | ---- | ----- |
|
19 |
+
| [dolphin-2.9-llama3-8b.Q2_K.gguf ](https://huggingface.co/seyf1elislam/dolphin-2.9-llama3-8b-GGUF/blob/main/dolphin-2.9-llama3-8b.Q2_K.gguf ) | Q2_K | 2 | 2.72 GB| 5.22 GB | significant quality loss - not recommended for most purposes |
|
20 |
+
| [dolphin-2.9-llama3-8b.Q3_K_M.gguf ](https://huggingface.co/seyf1elislam/dolphin-2.9-llama3-8b-GGUF/blob/main/dolphin-2.9-llama3-8b.Q3_K_M.gguf ) | Q3_K_M | 3 | 3.52 GB| 6.02 GB | very small, high quality loss |
|
21 |
+
| [dolphin-2.9-llama3-8b.Q4_K_S.gguf ](https://huggingface.co/seyf1elislam/dolphin-2.9-llama3-8b-GGUF/blob/main/dolphin-2.9-llama3-8b.Q4_K_S.gguf ) | Q4_K_S | 4 | 4.14 GB| 6.64 GB | small, greater quality loss |
|
22 |
+
| [dolphin-2.9-llama3-8b.Q4_K_M.gguf ](https://huggingface.co/seyf1elislam/dolphin-2.9-llama3-8b-GGUF/blob/main/dolphin-2.9-llama3-8b.Q4_K_M.gguf ) | Q4_K_M | 4 | 4.37 GB| 6.87 GB | medium, balanced quality - recommended |
|
23 |
+
| [dolphin-2.9-llama3-8b.Q5_K_M.gguf ](https://huggingface.co/seyf1elislam/dolphin-2.9-llama3-8b-GGUF/blob/main/dolphin-2.9-llama3-8b.Q5_K_M.gguf ) | Q5_K_M | 5 | 5.13 GB| 7.63 GB | large, very low quality loss - recommended |
|
24 |
+
| [dolphin-2.9-llama3-8b.Q6_K.gguf ](https://huggingface.co/seyf1elislam/dolphin-2.9-llama3-8b-GGUF/blob/main/dolphin-2.9-llama3-8b.Q6_K.gguf ) | Q6_K | 6 | 5.94 GB| 8.44 GB | very large, extremely low quality loss |
|
25 |
+
| [dolphin-2.9-llama3-8b.Q8_0.gguf ](https://huggingface.co/seyf1elislam/dolphin-2.9-llama3-8b-GGUF/blob/main/dolphin-2.9-llama3-8b.Q8_0.gguf ) | Q8_0 | 8 | 7.70 GB| 10.20 GB | very large, extremely low quality loss - not recommended |
|