From 7395a28972e6bf941f68d9d538611f55ab7f5c94 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 17 Jul 2026 14:06: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/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ ...2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_M.gguf | 3 + ...2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_S.gguf | 3 + ...2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_M.gguf | 3 + ...2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_S.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-IQ2_XS.gguf | 3 + ...5-OCamler-1.5B-Instruct-v2.i1-IQ2_XXS.gguf | 3 + ...2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_M.gguf | 3 + ...2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_S.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-IQ3_XS.gguf | 3 + ...5-OCamler-1.5B-Instruct-v2.i1-IQ3_XXS.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-IQ4_NL.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-IQ4_XS.gguf | 3 + Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-Q2_K_S.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-Q3_K_L.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-Q3_K_M.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-Q3_K_S.gguf | 3 + Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_0.gguf | 3 + Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_1.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-Q4_K_M.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-Q4_K_S.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-Q5_K_M.gguf | 3 + ....5-OCamler-1.5B-Instruct-v2.i1-Q5_K_S.gguf | 3 + Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q6_K.gguf | 3 + Qwen2.5-OCamler-1.5B-Instruct-v2.imatrix.gguf | 3 + README.md | 93 +++++++++++++++++++ 27 files changed, 228 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_M.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_S.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_M.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_S.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XS.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XXS.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_M.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_S.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XS.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XXS.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_NL.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_XS.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K_S.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_L.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_M.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_S.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_0.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_1.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_M.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_S.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_M.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_S.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q6_K.gguf create mode 100644 Qwen2.5-OCamler-1.5B-Instruct-v2.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3925d62 --- /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 +Qwen2.5-OCamler-1.5B-Instruct-v2.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_M.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_M.gguf new file mode 100644 index 0000000..a7d28d8 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55efab95cab2cd040a08a75088c88a5110e7fe0b43afc3321e8862a9153f6a7f +size 464462464 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_S.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_S.gguf new file mode 100644 index 0000000..1dbb84e --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437e2c9fda362fa8cc53bd171b40d8c99e751286e37b50dd01bfac13b0627547 +size 436528768 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_M.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_M.gguf new file mode 100644 index 0000000..7a328ad --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc447b2ffb2a62fd6b933ce078e0d2d682d768cb2fb178cef7955193b5bf343c +size 601055872 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_S.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_S.gguf new file mode 100644 index 0000000..17f990f --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069429e3f034f4b293f2492530c10f58e631aa4ea292c13d635893db12ff253e +size 563810944 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XS.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0216810 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd852514b3ea57bf5c8c68d65748185ee4c8e20365f9ada8e1f72031a14f504 +size 550327936 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XXS.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..7bbed85 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee06f5417ebee879e688a70ceaadc3896e53786f4ec9379fc1dfd49264d17cc +size 511018624 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_M.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_M.gguf new file mode 100644 index 0000000..fefcc4c --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ae65e7f74fcefb0d2395b26612ca5a342ed8e9995a448b3bbcfbf3d271e25b +size 776665216 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_S.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_S.gguf new file mode 100644 index 0000000..108d264 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7171707f9c0d4c8434885c22e8ae3e1e3209ca3bbf9571bd4d6c6c4304424c +size 762408064 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XS.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..988a7ea --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e366fe33c931c6d3ac033e1a1efbebb1ce6a83a9b384f2a2d99d588a4f86d4df +size 731700352 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XXS.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ec3d01d --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03547f3c09839c7876eb7e68632aedf6d879f24019556fdb5d66fd92c25187d +size 668793472 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_NL.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_NL.gguf new file mode 100644 index 0000000..5686a7b --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca16846719f92bf42c4bbea79af399b1efd7fcd0e8b4b9569601c73d7fb5404 +size 936332416 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_XS.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..d56f1b3 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef86600add65bf28009f85d1351a9ce48d2652122ddd79cf933bc06c20327b8 +size 895732864 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K.gguf new file mode 100644 index 0000000..077a21e --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c6b0c49fb818cb23d62e20c5bbcc8df931319e90f29a5da67571839950e397 +size 676306048 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K_S.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K_S.gguf new file mode 100644 index 0000000..fbd12b2 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbb17dca5d7d8d2aa0445ad8c92a974512ce8d2956353bcc8850992ec54c42c +size 640136320 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_L.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..80ab19d --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609d535fe227bccde1f57301326c5d8ca46492a051926e57b8e4a636ea0d131c +size 880163968 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_M.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..41ddda4 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e3858a3aed75a0cecb6c90cab5c922e1e226f218d06d926ba48c62a63eda89 +size 824179840 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_S.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..6299cd4 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7dc2b796d96dcdb186bf1d4e3106423eb47abe4290856a8f92d1d74deceb0e +size 760945792 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_0.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_0.gguf new file mode 100644 index 0000000..aea2664 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cbc5f1c7f46c6d9765baddffd2c264922a756b855564f13282163544129f03 +size 937536640 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_1.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_1.gguf new file mode 100644 index 0000000..b021cd6 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f20568626b6cca5e74017e261f2a850a0cc572b776be022c59f8131af5d684b +size 1016843392 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_M.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8a643a6 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c6c48e62a9ebc5fd6fff28ddb133d105aa6266d45f8dd29ebff48aa8e7544c +size 986049664 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_S.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..784e213 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952db183144c444e486f0f8c1906129518a7dab658e7068c1dd8cf4144a40dfd +size 940313728 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_M.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..232f7ff --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e365f21d84426eadf35933f79f11eef3604787aa21e07c989ac99b84d5932b74 +size 1125051520 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_S.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..fe49883 --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddeddb03a283db7151def9c863d4be17d51a7ee60586b5ad68d78d21e314d86c +size 1098730624 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q6_K.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q6_K.gguf new file mode 100644 index 0000000..b415a9b --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5f29df512891c4128e50cbdde9a63ed1aa8dd8a94b289a1a5ebff13345b335 +size 1272740992 diff --git a/Qwen2.5-OCamler-1.5B-Instruct-v2.imatrix.gguf b/Qwen2.5-OCamler-1.5B-Instruct-v2.imatrix.gguf new file mode 100644 index 0000000..de148fd --- /dev/null +++ b/Qwen2.5-OCamler-1.5B-Instruct-v2.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9186c3335be270c4fb76ad00c59ceaeb05abadbffab23fdd338df768fb4278 +size 2065888 diff --git a/README.md b/README.md new file mode 100644 index 0000000..829b779 --- /dev/null +++ b/README.md @@ -0,0 +1,93 @@ +--- +base_model: kiranpg/Qwen2.5-OCamler-1.5B-Instruct-v2 +datasets: +- kiranpg/ocaml-training-problems +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- ocaml +- code +- grpo +- fine-tuned +- lora +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/kiranpg/Qwen2.5-OCamler-1.5B-Instruct-v2 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-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/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-OCamler-1.5B-Instruct-v2-i1-GGUF/resolve/main/Qwen2.5-OCamler-1.5B-Instruct-v2.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. + +