morriszms commited on
Commit
93e0922
·
verified ·
1 Parent(s): 01f4575

Upload folder using huggingface_hub

Browse files
.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-danube3-500m-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ h2o-danube3-500m-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ h2o-danube3-500m-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ h2o-danube3-500m-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ h2o-danube3-500m-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ h2o-danube3-500m-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ h2o-danube3-500m-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ h2o-danube3-500m-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ h2o-danube3-500m-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ h2o-danube3-500m-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ h2o-danube3-500m-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ h2o-danube3-500m-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ pipeline_tag: text-generation
15
+ base_model: h2oai/h2o-danube3-500m-chat
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## h2oai/h2o-danube3-500m-chat - GGUF
30
+
31
+ This repo contains GGUF format model files for [h2oai/h2o-danube3-500m-chat](https://huggingface.co/h2oai/h2o-danube3-500m-chat).
32
+
33
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
34
+
35
+ <div style="text-align: left; margin: 20px 0;">
36
+ <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;">
37
+ Run them on the TensorBlock client using your local machine ↗
38
+ </a>
39
+ </div>
40
+
41
+ ## Prompt template
42
+
43
+ ```
44
+ <|prompt|>{prompt}</s><|answer|>
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [h2o-danube3-500m-chat-Q2_K.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q2_K.gguf) | Q2_K | 0.195 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [h2o-danube3-500m-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q3_K_S.gguf) | Q3_K_S | 0.224 GB | very small, high quality loss |
53
+ | [h2o-danube3-500m-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q3_K_M.gguf) | Q3_K_M | 0.245 GB | very small, high quality loss |
54
+ | [h2o-danube3-500m-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q3_K_L.gguf) | Q3_K_L | 0.262 GB | small, substantial quality loss |
55
+ | [h2o-danube3-500m-chat-Q4_0.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q4_0.gguf) | Q4_0 | 0.282 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [h2o-danube3-500m-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q4_K_S.gguf) | Q4_K_S | 0.284 GB | small, greater quality loss |
57
+ | [h2o-danube3-500m-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q4_K_M.gguf) | Q4_K_M | 0.296 GB | medium, balanced quality - recommended |
58
+ | [h2o-danube3-500m-chat-Q5_0.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q5_0.gguf) | Q5_0 | 0.336 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [h2o-danube3-500m-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q5_K_S.gguf) | Q5_K_S | 0.336 GB | large, low quality loss - recommended |
60
+ | [h2o-danube3-500m-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q5_K_M.gguf) | Q5_K_M | 0.343 GB | large, very low quality loss - recommended |
61
+ | [h2o-danube3-500m-chat-Q6_K.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q6_K.gguf) | Q6_K | 0.393 GB | very large, extremely low quality loss |
62
+ | [h2o-danube3-500m-chat-Q8_0.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-chat-GGUF/blob/main/h2o-danube3-500m-chat-Q8_0.gguf) | Q8_0 | 0.509 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/h2o-danube3-500m-chat-GGUF --include "h2o-danube3-500m-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/h2o-danube3-500m-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
h2o-danube3-500m-chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a98a9466116552ce010ae5cf35a2a43f443c65249e66b7e68704d4f6845165
3
+ size 209602208
h2o-danube3-500m-chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de691318988257de262099f4d3b57dfa70f2bbbc6d143f7315a45a612d63d95
3
+ size 281342624
h2o-danube3-500m-chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0955b4f7208358a300e7e2490f0053c0e629411f5716621fdda7ba95bd29f9cf
3
+ size 262763168
h2o-danube3-500m-chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3456e7bdfb80b0e96fae614d7daf62dbdad7bf7ca188340aac9bd1b947f58e40
3
+ size 240792224
h2o-danube3-500m-chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b90bfa3b9536446092da26641edcc2dbdc28a0abb7a5477153470b0c263dc33d
3
+ size 302468768
h2o-danube3-500m-chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad0df778f3157c70e912f300e11c0ccd3d3d283432f3bb1c949844dbc702634
3
+ size 317877920
h2o-danube3-500m-chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546fc9b6e223340c205d805742a0cc79e33d82979416edf3c7ecbe625fe34543
3
+ size 304631456
h2o-danube3-500m-chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:070099c93a2c4651c92efe5c4717b69922b74a42dcd04d7b80ae90fb03b8e8ee
3
+ size 360517280
h2o-danube3-500m-chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef0cc956fc70772cfc1d0511553d4130dfcf8e03cedcc354607efdf041848a1
3
+ size 368455328
h2o-danube3-500m-chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb7b3cc9725f8b5747fc6b138609fe57cecb7925d37986b8a769e9208bb5315e
3
+ size 360517280
h2o-danube3-500m-chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb0f1f850ec3dbdbf21626def80d45c1980f04b586283da84523068ffc5c4716
3
+ size 422193824
h2o-danube3-500m-chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b94454fd1dc7fc916622a1c9926e329689cd773e0e957ef96a51fbf3bdea5e90
3
+ size 546566816