From 7605824c8ad646760c0b914c2c512a14249a5b60 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 10 May 2026 11:31:09 +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/GUI-Owl-1.5-4B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++ GUI-Owl-1.5-4B-Instruct.i1-IQ1_M.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ1_S.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ2_M.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ2_S.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ2_XS.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ2_XXS.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ3_M.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ3_S.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ3_XS.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ3_XXS.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ4_NL.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-IQ4_XS.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q2_K.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q2_K_S.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q3_K_L.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q3_K_M.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q3_K_S.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q4_0.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q4_1.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q4_K_M.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q4_K_S.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q5_K_M.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q5_K_S.gguf | 3 + GUI-Owl-1.5-4B-Instruct.i1-Q6_K.gguf | 3 + GUI-Owl-1.5-4B-Instruct.imatrix.gguf | 3 + README.md | 89 +++++++++++++++++++++++++ 27 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ1_M.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ1_S.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ2_M.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ2_S.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ2_XS.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ2_XXS.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ3_M.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ3_S.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ3_XS.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ3_XXS.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ4_NL.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-IQ4_XS.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q2_K.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q2_K_S.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q3_K_L.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q3_K_M.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q3_K_S.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q4_0.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q4_1.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q4_K_M.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q4_K_S.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q5_K_M.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q5_K_S.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.i1-Q6_K.gguf create mode 100644 GUI-Owl-1.5-4B-Instruct.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d3ff91a --- /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 +GUI-Owl-1.5-4B-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GUI-Owl-1.5-4B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ1_M.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..b338925 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97140527fdb93a0883b3a8b062bdd5a6532bed600a88463e06552c05ed106306 +size 1127019424 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ1_S.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..2084b24 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2459440c684616ac3e5a0668482c3ea6a11910a82d916107891d9723fd5dec7 +size 1055257504 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ2_M.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..c31eaca --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfa123ce9c33e71219d2840e45b38c96a4276e757cd5b4220b4190fde609786 +size 1512985504 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ2_S.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..4263282 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d8706faa9c2a0e067abb82b499b9c818c5686ed800cd0f30c3250a6b470336 +size 1417302944 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ2_XS.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..69a35da --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125cd1372b30cde5e9b9254961436a3478258ac1e8b4e204161509fb5898e00f +size 1354101664 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ2_XXS.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..40a7cbe --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4f07dbc7547e43a4f41950937c7c4e6229699581abde38a5c655c11d8803da +size 1246622624 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ3_M.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..3fb1bea --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ae2cb4804030dd1f5b9e10f129b9ae7726a79c1e59d65a449fd40338708720 +size 1962897824 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ3_S.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..1142201 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abdce8cb171557629b194e393832671ab3ccd051aec8b436020e93341f1a7805 +size 1899532704 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ3_XS.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..21aeb74 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4703e8c6fe7bb3fe4b89e543fb5e3f5d1abf223218a56dfc36bdebe0c8a0e6 +size 1814376864 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ3_XXS.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..bb3ec56 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937b8ee4f4a74ad58490f717d332e9d8bba3efb94c4877a8200bac1ae315568b +size 1670189984 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ4_NL.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4c886fc --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97f7cb58352b038837239ff0057079b8073da34b1c05d9672cc6a1db8438113 +size 2381345184 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-IQ4_XS.gguf b/GUI-Owl-1.5-4B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..bcc4576 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2fb57361eb19ef863fb90497c994a560d2dd3b69a51a6574b4a7699df17b20 +size 2270753184 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q2_K.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..58c80d3 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d99dccdabbaed0845a1b772faeebb9cf3968c74676232d8ae0e0fa4dab5132 +size 1669501344 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q2_K_S.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f08eac8 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269c06bde330ac29fa1f04c0e5765f85c0063344e64822cbd0cf849e8a21fa23 +size 1563455904 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_L.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..e332633 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7544203b0e4e3e2b5745d66965948de807e6a416e214f8aedac2973b15232a8 +size 2239787424 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_M.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..58f93b8 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60087b73bbdf08103014d793aeb12f3324a9e20c3bef52f59672bb6c8a21b14b +size 2075619744 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_S.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9a72a3c --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ac21989c87b2e6932e28f2338b24792d60876efc5624b5bef1dc71d7c9a847 +size 1886998944 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q4_0.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..db65efc --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71f372d2e2b71f173622f1966ac6a1bc60da1c2dbdd6d92534ab6f83724b8df +size 2375774624 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q4_1.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..91365a8 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7edb4e81de407cdc3eba896f431a73bc90301fc8d09db961c5000ba1b008f7f +size 2596630944 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q4_K_M.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2684e8d --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82388dc8710d4047a761bcc61b3e6ee8e92f262dfef8d7eb81152c89d4c27518 +size 2497282464 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q4_K_S.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..bd9cce2 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1b3bbe358b517f66f13ce5a03cbec8837a49abbc22bf577fd96b5dd5347cfc +size 2383311264 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q5_K_M.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..9beb8d3 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d8d81bf81583e2557a9151ac38c7845a1e48220d98d6314e2de34d1ceb8161 +size 2889515424 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q5_K_S.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..107f99e --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52711c56e41364ae39f68c900884c8392290fe37a1f28b4780a525d65e4c49c8 +size 2823713184 diff --git a/GUI-Owl-1.5-4B-Instruct.i1-Q6_K.gguf b/GUI-Owl-1.5-4B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..41da609 --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debb02abc30410a17b745f3b0b7ae51a2a0c0dd8da4072d373d49141764ca608 +size 3306262944 diff --git a/GUI-Owl-1.5-4B-Instruct.imatrix.gguf b/GUI-Owl-1.5-4B-Instruct.imatrix.gguf new file mode 100644 index 0000000..743f48c --- /dev/null +++ b/GUI-Owl-1.5-4B-Instruct.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d2cecbbc38f5758b0e6d6da037f882f6986f9565c563f8a166d0476e9cc9cd +size 3872640 diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d7fa3d --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: mPLUG/GUI-Owl-1.5-4B-Instruct +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- arxiv:2602.16855 +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/mPLUG/GUI-Owl-1.5-4B-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#GUI-Owl-1.5-4B-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-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/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 1.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 1.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 1.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 2.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 2.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-4B-Instruct-i1-GGUF/resolve/main/GUI-Owl-1.5-4B-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 3.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. + +