morriszms commited on
Commit
d9c1afd
1 Parent(s): 254b6bf

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-base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ h2o-danube3-500m-base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ h2o-danube3-500m-base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ h2o-danube3-500m-base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ h2o-danube3-500m-base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ h2o-danube3-500m-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ h2o-danube3-500m-base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ h2o-danube3-500m-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ h2o-danube3-500m-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ h2o-danube3-500m-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ h2o-danube3-500m-base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ h2o-danube3-500m-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-base
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-base - GGUF
30
+
31
+ This repo contains GGUF format model files for [h2oai/h2o-danube3-500m-base](https://huggingface.co/h2oai/h2o-danube3-500m-base).
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
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [h2o-danube3-500m-base-Q2_K.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q2_K.gguf) | Q2_K | 0.195 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [h2o-danube3-500m-base-Q3_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q3_K_S.gguf) | Q3_K_S | 0.224 GB | very small, high quality loss |
47
+ | [h2o-danube3-500m-base-Q3_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q3_K_M.gguf) | Q3_K_M | 0.245 GB | very small, high quality loss |
48
+ | [h2o-danube3-500m-base-Q3_K_L.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q3_K_L.gguf) | Q3_K_L | 0.262 GB | small, substantial quality loss |
49
+ | [h2o-danube3-500m-base-Q4_0.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q4_0.gguf) | Q4_0 | 0.282 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [h2o-danube3-500m-base-Q4_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q4_K_S.gguf) | Q4_K_S | 0.284 GB | small, greater quality loss |
51
+ | [h2o-danube3-500m-base-Q4_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q4_K_M.gguf) | Q4_K_M | 0.296 GB | medium, balanced quality - recommended |
52
+ | [h2o-danube3-500m-base-Q5_0.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q5_0.gguf) | Q5_0 | 0.336 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [h2o-danube3-500m-base-Q5_K_S.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q5_K_S.gguf) | Q5_K_S | 0.336 GB | large, low quality loss - recommended |
54
+ | [h2o-danube3-500m-base-Q5_K_M.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q5_K_M.gguf) | Q5_K_M | 0.343 GB | large, very low quality loss - recommended |
55
+ | [h2o-danube3-500m-base-Q6_K.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q6_K.gguf) | Q6_K | 0.393 GB | very large, extremely low quality loss |
56
+ | [h2o-danube3-500m-base-Q8_0.gguf](https://huggingface.co/tensorblock/h2o-danube3-500m-base-GGUF/tree/main/h2o-danube3-500m-base-Q8_0.gguf) | Q8_0 | 0.509 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/h2o-danube3-500m-base-GGUF --include "h2o-danube3-500m-base-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/h2o-danube3-500m-base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
h2o-danube3-500m-base-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e451c1ca6cdc48015bf1de544223e8fa23a348c2a12e09793925fe2a6801e6a
3
+ size 209601376
h2o-danube3-500m-base-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b2bc114b62ad42aa8051539d71998b32c11aa7ff7af9e89fdf4f69db6597222
3
+ size 281341792
h2o-danube3-500m-base-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3ee2d6836f4c824e7480f95612c11f92bed751b40b1450b9086fffde4745b42
3
+ size 262762336
h2o-danube3-500m-base-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef585cd49bef42c97fbb02efa1bd9965185a1010e156bda632b94a41c85e0191
3
+ size 240791392
h2o-danube3-500m-base-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be1e2929c16ef3e54ff2bc21f616f6dcacf0433f893fbdd0179a8be6a363a34b
3
+ size 302467936
h2o-danube3-500m-base-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d72ae32ce213074ca914c4f75e07dc176c33d92a7aca3d5f68e640063f70eb5a
3
+ size 317877088
h2o-danube3-500m-base-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef2c7a6466ffde220fbdc52250c230b93fee47374269aaf3a36c8a5a750455e2
3
+ size 304630624
h2o-danube3-500m-base-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5dc9f27d2ca06761ca305a0a6e532afb6696b05291035ff10bce74d4556aca4
3
+ size 360516448
h2o-danube3-500m-base-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99e61df729715fc29deae2c46200080b98708684c15e3521c3d4902813fbb9c3
3
+ size 368454496
h2o-danube3-500m-base-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a32745103f1e11284dacec676bb2df55b8967a51093c2c7deeb23a20bf54da3
3
+ size 360516448
h2o-danube3-500m-base-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008f541b9c1bee33e9ad87b75b9d448597933c05c3c6c8416f09decafdad614d
3
+ size 422192992
h2o-danube3-500m-base-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4beef10e274bff2db1e7013c6d4e2fcf7e3d4b9dbd4c257ce5370038c498566d
3
+ size 546565984