Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +94 -0
- h2o-danube-1.8b-sft-Q2_K.gguf +3 -0
- h2o-danube-1.8b-sft-Q3_K_L.gguf +3 -0
- h2o-danube-1.8b-sft-Q3_K_M.gguf +3 -0
- h2o-danube-1.8b-sft-Q3_K_S.gguf +3 -0
- h2o-danube-1.8b-sft-Q4_0.gguf +3 -0
- h2o-danube-1.8b-sft-Q4_K_M.gguf +3 -0
- h2o-danube-1.8b-sft-Q4_K_S.gguf +3 -0
- h2o-danube-1.8b-sft-Q5_0.gguf +3 -0
- h2o-danube-1.8b-sft-Q5_K_M.gguf +3 -0
- h2o-danube-1.8b-sft-Q5_K_S.gguf +3 -0
- h2o-danube-1.8b-sft-Q6_K.gguf +3 -0
- h2o-danube-1.8b-sft-Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
h2o-danube-1.8b-sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
h2o-danube-1.8b-sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
h2o-danube-1.8b-sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
h2o-danube-1.8b-sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
h2o-danube-1.8b-sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
h2o-danube-1.8b-sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
h2o-danube-1.8b-sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
h2o-danube-1.8b-sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
h2o-danube-1.8b-sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
h2o-danube-1.8b-sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
h2o-danube-1.8b-sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
h2o-danube-1.8b-sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- TensorBlock
|
12 |
+
- GGUF
|
13 |
+
thumbnail: https://h2o.ai/etc.clientlibs/h2o/clientlibs/clientlib-site/resources/images/favicon.ico
|
14 |
+
datasets:
|
15 |
+
- Open-Orca/OpenOrca
|
16 |
+
- OpenAssistant/oasst2
|
17 |
+
- HuggingFaceH4/ultrachat_200k
|
18 |
+
- meta-math/MetaMathQA
|
19 |
+
widget:
|
20 |
+
- messages:
|
21 |
+
- role: user
|
22 |
+
content: Why is drinking water so healthy?
|
23 |
+
pipeline_tag: text-generation
|
24 |
+
base_model: h2oai/h2o-danube-1.8b-sft
|
25 |
+
---
|
26 |
+
|
27 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
28 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
29 |
+
</div>
|
30 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
31 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
32 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
33 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
34 |
+
</p>
|
35 |
+
</div>
|
36 |
+
</div>
|
37 |
+
|
38 |
+
## h2oai/h2o-danube-1.8b-sft - GGUF
|
39 |
+
|
40 |
+
This repo contains GGUF format model files for [h2oai/h2o-danube-1.8b-sft](https://huggingface.co/h2oai/h2o-danube-1.8b-sft).
|
41 |
+
|
42 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
43 |
+
|
44 |
+
<div style="text-align: left; margin: 20px 0;">
|
45 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
46 |
+
Run them on the TensorBlock client using your local machine ↗
|
47 |
+
</a>
|
48 |
+
</div>
|
49 |
+
|
50 |
+
## Prompt template
|
51 |
+
|
52 |
+
```
|
53 |
+
<|system|>{system_prompt}</s><|prompt|>{prompt}</s><|answer|>
|
54 |
+
```
|
55 |
+
|
56 |
+
## Model file specification
|
57 |
+
|
58 |
+
| Filename | Quant type | File Size | Description |
|
59 |
+
| -------- | ---------- | --------- | ----------- |
|
60 |
+
| [h2o-danube-1.8b-sft-Q2_K.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q2_K.gguf) | Q2_K | 0.711 GB | smallest, significant quality loss - not recommended for most purposes |
|
61 |
+
| [h2o-danube-1.8b-sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q3_K_S.gguf) | Q3_K_S | 0.820 GB | very small, high quality loss |
|
62 |
+
| [h2o-danube-1.8b-sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q3_K_M.gguf) | Q3_K_M | 0.905 GB | very small, high quality loss |
|
63 |
+
| [h2o-danube-1.8b-sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q3_K_L.gguf) | Q3_K_L | 0.980 GB | small, substantial quality loss |
|
64 |
+
| [h2o-danube-1.8b-sft-Q4_0.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q4_0.gguf) | Q4_0 | 1.052 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
65 |
+
| [h2o-danube-1.8b-sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q4_K_S.gguf) | Q4_K_S | 1.060 GB | small, greater quality loss |
|
66 |
+
| [h2o-danube-1.8b-sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q4_K_M.gguf) | Q4_K_M | 1.112 GB | medium, balanced quality - recommended |
|
67 |
+
| [h2o-danube-1.8b-sft-Q5_0.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q5_0.gguf) | Q5_0 | 1.271 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
68 |
+
| [h2o-danube-1.8b-sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q5_K_S.gguf) | Q5_K_S | 1.271 GB | large, low quality loss - recommended |
|
69 |
+
| [h2o-danube-1.8b-sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q5_K_M.gguf) | Q5_K_M | 1.302 GB | large, very low quality loss - recommended |
|
70 |
+
| [h2o-danube-1.8b-sft-Q6_K.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q6_K.gguf) | Q6_K | 1.503 GB | very large, extremely low quality loss |
|
71 |
+
| [h2o-danube-1.8b-sft-Q8_0.gguf](https://huggingface.co/tensorblock/h2o-danube-1.8b-sft-GGUF/blob/main/h2o-danube-1.8b-sft-Q8_0.gguf) | Q8_0 | 1.947 GB | very large, extremely low quality loss - not recommended |
|
72 |
+
|
73 |
+
|
74 |
+
## Downloading instruction
|
75 |
+
|
76 |
+
### Command line
|
77 |
+
|
78 |
+
Firstly, install Huggingface Client
|
79 |
+
|
80 |
+
```shell
|
81 |
+
pip install -U "huggingface_hub[cli]"
|
82 |
+
```
|
83 |
+
|
84 |
+
Then, downoad the individual model file the a local directory
|
85 |
+
|
86 |
+
```shell
|
87 |
+
huggingface-cli download tensorblock/h2o-danube-1.8b-sft-GGUF --include "h2o-danube-1.8b-sft-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
88 |
+
```
|
89 |
+
|
90 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
91 |
+
|
92 |
+
```shell
|
93 |
+
huggingface-cli download tensorblock/h2o-danube-1.8b-sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
94 |
+
```
|
h2o-danube-1.8b-sft-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d466097e484b20fe1a4d9d10c9fb32b9afb04bcf6e6efd30bac585024ec5cc71
|
3 |
+
size 710703616
|
h2o-danube-1.8b-sft-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3c5efc6abd4c8b238fe32fb4212834ba9339381e7d9b7ccd186f3fe3c036b86
|
3 |
+
size 980205056
|
h2o-danube-1.8b-sft-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28b8b59480eb4635120714ebd3163628dcbc5ab4aec06014d6ef1d0476272cef
|
3 |
+
size 905166336
|
h2o-danube-1.8b-sft-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:716355d38b123bffa689bf706ccd00c50832e3504632a00a8f029f8b74dcd2a2
|
3 |
+
size 820030976
|
h2o-danube-1.8b-sft-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8eac9680c9a5249805fd5512768ea333fdbfdf7c44d946d2d222c1feca7686d
|
3 |
+
size 1052340736
|
h2o-danube-1.8b-sft-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5024d59c0fa48a505b6fcda12544c96cf84e76829243dd8324ce599f7380a274
|
3 |
+
size 1112152576
|
h2o-danube-1.8b-sft-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5d50c64219f6c779737e24edc25067fbc16fc378823e0d28f81e8e72c2982b1
|
3 |
+
size 1059795456
|
h2o-danube-1.8b-sft-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2b2db0f7cb09ce453a4d518958a8d855918c947f57fc89d28893706c012711f
|
3 |
+
size 1270985216
|
h2o-danube-1.8b-sft-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2b4d15778f82afd18d801803c057618a78bc52d42125f83e912657d47a88dec
|
3 |
+
size 1301797376
|
h2o-danube-1.8b-sft-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3431d0d9c99872dc0d1decfe3cb3de926fa8ceb68236ed7513faa687480e09d
|
3 |
+
size 1270985216
|
h2o-danube-1.8b-sft-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c6c3a9f6a5c01fc59e586a0e1071541583483b1e026d82ac906b255f06a3d7c
|
3 |
+
size 1503294976
|
h2o-danube-1.8b-sft-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a399fc78992c741df0f71e1c3963ec50e83124afb5b1449a2a073096c93f58c1
|
3 |
+
size 1946758656
|