Upload folder using huggingface_hub
Browse files- .gitattributes +5 -0
- README.md +16 -0
- h2o-danube3-4b-chat.f16.gguf +3 -0
- h2o-danube3-4b-chat.q5_k.gguf +3 -0
- h2o-danube3-4b-chat.q6_k.gguf +3 -0
- h2o-danube3-4b-chat.q8_0.gguf +3 -0
- h2o-danube3-4b-chat.q8_p.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ 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-4b-chat.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
h2o-danube3-4b-chat.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
h2o-danube3-4b-chat.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
h2o-danube3-4b-chat.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
h2o-danube3-4b-chat.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
My own (ZeroWw) quantizations.
|
9 |
+
output and embed tensors quantized to f16.
|
10 |
+
all other tensors quantized to q5_k or q6_k.
|
11 |
+
|
12 |
+
Result:
|
13 |
+
both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
|
14 |
+
and they perform as well as the pure f16.
|
15 |
+
|
16 |
+
Updated on: Tue Jul 16, 07:53:41
|
h2o-danube3-4b-chat.f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3562addece4ee2a8acaace22642a58ece4d491b9f3007a817b82b1a63a65c57c
|
3 |
+
size 7924786656
|
h2o-danube3-4b-chat.q5_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b75110d9112b9573325cb05ef031d4a07a43dcc4bf3373f5e27f4f0e7a72219e
|
3 |
+
size 3116223456
|
h2o-danube3-4b-chat.q6_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04d5d3737bda131a7ffda6605019f2c10da13c3019edbd9fbe6a8b1b41b944be
|
3 |
+
size 3541196256
|
h2o-danube3-4b-chat.q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85e4c979ee24452df888ae390764c131448b70bd402614326491b4538325272d
|
3 |
+
size 4441138656
|
h2o-danube3-4b-chat.q8_p.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d42b5940d26131fcd70b21e229a966065f03d8a75d1b905cda2e143c7b4a0c2b
|
3 |
+
size 4210738656
|