From 3498eabd6235c842eda9db6705f8642760642e76 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 23 Apr 2026 10:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ ...X-SEED-Text-Instruct-1.5B-hf.i1-IQ1_M.gguf | 3 + ...X-SEED-Text-Instruct-1.5B-hf.i1-IQ1_S.gguf | 3 + ...X-SEED-Text-Instruct-1.5B-hf.i1-IQ2_M.gguf | 3 + ...X-SEED-Text-Instruct-1.5B-hf.i1-IQ2_S.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XS.gguf | 3 + ...SEED-Text-Instruct-1.5B-hf.i1-IQ2_XXS.gguf | 3 + ...X-SEED-Text-Instruct-1.5B-hf.i1-IQ3_M.gguf | 3 + ...X-SEED-Text-Instruct-1.5B-hf.i1-IQ3_S.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XS.gguf | 3 + ...SEED-Text-Instruct-1.5B-hf.i1-IQ3_XXS.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-IQ4_NL.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-IQ4_XS.gguf | 3 + ...AX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-Q2_K_S.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_L.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_M.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_S.gguf | 3 + ...AX-SEED-Text-Instruct-1.5B-hf.i1-Q4_0.gguf | 3 + ...AX-SEED-Text-Instruct-1.5B-hf.i1-Q4_1.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_M.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_S.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_M.gguf | 3 + ...-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_S.gguf | 3 + ...AX-SEED-Text-Instruct-1.5B-hf.i1-Q6_K.gguf | 3 + README.md | 78 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 213 insertions(+) create mode 100644 .gitattributes create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_M.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_S.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_M.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_S.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XS.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XXS.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_M.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_S.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XS.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XXS.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_NL.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_XS.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K_S.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_L.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_M.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_S.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_0.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_1.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_M.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_S.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_M.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_S.gguf create mode 100644 HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7e6dbdd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +imatrix.dat filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_M.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_M.gguf new file mode 100644 index 0000000..65a3466 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba7c1c9c4c107e4edb64a030fdc97396feea88211f4e6b7ea5628c39de92cc7 +size 471701376 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_S.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_S.gguf new file mode 100644 index 0000000..01ddfe2 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5236b7e9dcb1d691b6d87bb292a94b0ed49288b8a0398aecbe6dc8682559d151 +size 444422016 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_M.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_M.gguf new file mode 100644 index 0000000..7894c54 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeebfa1e6a2185c37c3b759ccd627842e78c6e5db0edbd160e1104dedd012025 +size 616798080 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_S.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_S.gguf new file mode 100644 index 0000000..73707d2 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e947ff4e25beac5e33801976a1ba6a5f558639c78ce547f207ff690e7b607f8f +size 580425600 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XS.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XS.gguf new file mode 100644 index 0000000..80b4cf2 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488d6630e1f340a3bb50e927dc71c9dd0dd8c057353192bd9d2dca7164e54a50 +size 556685184 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XXS.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..0f1a401 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80787c0409f6de1d8095090ebe733cf8a9df18573577a293d380665300b17f02 +size 517166976 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_M.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_M.gguf new file mode 100644 index 0000000..b67f960 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b67c65a7db50e7ea7a7153fdc29f23da6f65ed82784f1b238248503ef4d1f2e +size 800085888 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_S.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_S.gguf new file mode 100644 index 0000000..0a43343 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90759a4f6bbc13a5c147c4d894918a2c880e3b5c0ecbb7bf5ef86b89e60ebcd9 +size 774182784 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XS.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XS.gguf new file mode 100644 index 0000000..9a46074 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ef2f615ffd80ef1d5d7ec9c37c60ee299b83ecea028e987364055c8cdacbca +size 742332288 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XXS.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..0402347 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924d9963540f9bdb208f1f9baddd1022f7e49e3203e26c26c71b42262e49b828 +size 675682176 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_NL.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_NL.gguf new file mode 100644 index 0000000..80d73b1 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c2e02a8596eaa61e6736eabacab11938af98b283c056b9855da76289bc5aa7 +size 954668928 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_XS.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_XS.gguf new file mode 100644 index 0000000..2f4960a --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876e1cc3cf858168043e02b8f6e1be3e3e871baeea1888c03290e0109c6f1cbb +size 912201600 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K.gguf new file mode 100644 index 0000000..d87a20c --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55766459eb392e4cef731565c88538a6711413e918d8b4fa2a4bdbd0165971c9 +size 687282048 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K_S.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K_S.gguf new file mode 100644 index 0000000..8efdd10 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628998bc46f027e13b6c9976441a7b5c612721596a16b1cc908376a5a3af261d +size 646485888 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_L.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_L.gguf new file mode 100644 index 0000000..8504864 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470e2673e69ce0e9ef9d44a1f7ddc5c297b733dc36f378afd48e55566c966854 +size 903944064 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_M.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_M.gguf new file mode 100644 index 0000000..44f3226 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2adf52c1bb2c9f94d2bd37bf1fba741ee495098274d129aab069c759039962a +size 843388800 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_S.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_S.gguf new file mode 100644 index 0000000..b97b96a --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43d026324b4bfc0a2a35ad00c6053b20b42eb8863a8a6b2441a4695d25e4b72 +size 774182784 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_0.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_0.gguf new file mode 100644 index 0000000..20343e5 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a743c74ca635290425ce99df85a0a894392f050e22c5441cd431564d0a7b947b +size 957421440 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_1.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_1.gguf new file mode 100644 index 0000000..f906147 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc2707c8dbb3ea644b2fd2e337dcb421cfa5dee4c330f2410bc30c0a6c9e58d +size 1039603584 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_M.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_M.gguf new file mode 100644 index 0000000..d975ad0 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca3001f9d658afdd26362498b8d9235c44ed084514a7338df4becb1388845a9 +size 1006573440 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_S.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1f83787 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ea1cf094cf899a4193703815576fc363d1285a80399572ca75731d434697fc +size 961222528 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_M.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a90fe06 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4369ffe1b09656b7098c71bf69b906b813d6d0b50ac41ad68eb23712cd29eee +size 1151276928 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_S.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_S.gguf new file mode 100644 index 0000000..67a3620 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548a041f035ca608806184afe460a4525595f0e72b39aa183b2aa4bc0377d441 +size 1124538240 diff --git a/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q6_K.gguf b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q6_K.gguf new file mode 100644 index 0000000..67f6795 --- /dev/null +++ b/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd4afb9ab4096b29dd5f5ccdab47dae1e5d01276b95ac166388d36948e814df +size 1305024384 diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb28e37 --- /dev/null +++ b/README.md @@ -0,0 +1,78 @@ +--- +base_model: minpeter/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf +language: +- en +library_name: transformers +license: other +license_link: LICENSE +license_name: hyperclovax-seed +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/minpeter/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf + + +static quants are available at https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-GGUF +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.1 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_0.gguf) | i1-Q4_0 | 1.1 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.1 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf-i1-GGUF/resolve/main/HyperCLOVAX-SEED-Text-Instruct-1.5B-hf.i1-Q6_K.gguf) | i1-Q6_K | 1.4 | practically like static Q6_K | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..350bd0e --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab2fda905153d7368d2aafde7e3641b721b641e5ad038081628641b7b24a98c +size 1873333