Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- gpt
|
8 |
+
- llm
|
9 |
+
- large language model
|
10 |
+
- h2o-llmstudio
|
11 |
+
thumbnail: >-
|
12 |
+
https://h2o.ai/etc.clientlibs/h2o/clientlibs/clientlib-site/resources/images/favicon.ico
|
13 |
+
pipeline_tag: text-generation
|
14 |
+
quantized_by: h2oai
|
15 |
+
---
|
16 |
+
|
17 |
+
# h2o-danube3-4b-chat-GGUF
|
18 |
+
- Model creator: [H2O.ai](https://huggingface.co/h2oai)
|
19 |
+
- Original model: [h2oai/h2o-danube3-4b-chat](https://huggingface.co/h2oai/h2o-danube3-4b-chat)
|
20 |
+
|
21 |
+
## Description
|
22 |
+
|
23 |
+
This repo contains GGUF format model files for [h2o-danube3-4b-chat](https://huggingface.co/h2oai/h2o-danube3-4b-chat) quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp/) framework.
|
24 |
+
|
25 |
+
Table below summarizes different quantized versions of [h2o-danube3-4b-chat](https://huggingface.co/h2oai/h2o-danube3-4b-chat). It shows the trade-off between size, speed and quality of the models.
|
26 |
+
|
27 |
+
|
28 |
+
| Name | Quant method | Model size | MT-Bench AVG | Perplexity | Tokens per second |
|
29 |
+
|:----------------------------------|:----------------------------------:|:----------:|:------------:|:------------:|:-------------------:|
|
30 |
+
| [h2o-danube3-4b-chat-F16.gguf](https://huggingface.co/h2oai/h2o-danube3-4b-chat-GGUF/blob/main/h2o-danube3-4b-chat-F16.gguf) | F16 | 7.92 GB | 6.43 | 6.17 | 479 |
|
31 |
+
| [h2o-danube3-4b-chat-Q8_0.gguf](https://huggingface.co/h2oai/h2o-danube3-4b-chat-GGUF/blob/main/h2o-danube3-4b-chat-Q8_0.gguf) | Q8_0 | 4.21 GB | 6.49 | 6.17 | 725 |
|
32 |
+
| [h2o-danube3-4b-chat-Q6_K.gguf](https://huggingface.co/h2oai/h2o-danube3-4b-chat-GGUF/blob/main/h2o-danube3-4b-chat-Q6_K.gguf) | Q6_K | 3.25 GB | 6.37 | 6.20 | 791 |
|
33 |
+
| [h2o-danube3-4b-chat-Q5_K_M.gguf](https://huggingface.co/h2oai/h2o-danube3-4b-chat-GGUF/blob/main/h2o-danube3-4b-chat-Q5_K_M.gguf) | Q5_K_M | 2.81 GB | 6.25 | 6.24 | 927 |
|
34 |
+
| [h2o-danube3-4b-chat-Q4_K_M.gguf](https://huggingface.co/h2oai/h2o-danube3-4b-chat-GGUF/blob/main/h2o-danube3-4b-chat-Q4_K_M.gguf) | Q4_K_M | 2.39 GB | 6.31 | 6.37 | 967 |
|
35 |
+
| [h2o-danube3-4b-chat-Q3_K_M.gguf](https://huggingface.co/h2oai/h2o-danube3-4b-chat-GGUF/blob/main/h2o-danube3-4b-chat-Q3_K_M.gguf) | Q3_K_M | 1.94 GB | 5.87 | 6.99 | 1099 |
|
36 |
+
| [h2o-danube3-4b-chat-Q2_K.gguf](https://huggingface.co/h2oai/h2o-danube3-4b-chat-GGUF/blob/main/h2o-danube3-4b-chat-Q2_K.gguf) | Q2_K | 1.51 GB | 3.71 | 9.42 | 1299 |
|
37 |
+
|
38 |
+
Columns in the table are:
|
39 |
+
* Name -- model name and link
|
40 |
+
* Quant method -- quantization method
|
41 |
+
* Model size -- size of the model in gigabytes
|
42 |
+
* MT-Bench AVG -- [MT-Bench](https://arxiv.org/abs/2306.05685) benchmark score. The score is from 1 to 10, the higher, the better
|
43 |
+
* Perplexity -- perplexity metric on WikiText-2 dataset. It's reported in a perplexity test from llama.cpp. The lower, the better
|
44 |
+
* Tokens per second -- generation speed in tokens per second, as reported in a perplexity test from llama.cpp. The higher, the better. Speed tests are done on a single H100 GPU
|
45 |
+
|
46 |
+
|
47 |
+
## Prompt template
|
48 |
+
```
|
49 |
+
<|prompt|>Why is drinking water so healthy?</s><|answer|>
|
50 |
+
```
|