From 765a64cd2a3ca616e8609f49ff44d8532043ff4b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 18 May 2026 07:22:32 +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/MathSmith-hc-Qwen3-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++ MathSmith-hc-Qwen3-8B.i1-IQ1_M.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ1_S.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ2_M.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ2_S.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ2_XS.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ2_XXS.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ3_M.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ3_S.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ3_XS.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ3_XXS.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ4_NL.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-IQ4_XS.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q2_K.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q2_K_S.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q3_K_L.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q3_K_M.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q3_K_S.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q4_0.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q4_1.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q4_K_M.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q4_K_S.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q5_K_M.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q5_K_S.gguf | 3 + MathSmith-hc-Qwen3-8B.i1-Q6_K.gguf | 3 + MathSmith-hc-Qwen3-8B.imatrix.gguf | 3 + README.md | 92 +++++++++++++++++++++++++++ 27 files changed, 227 insertions(+) create mode 100644 .gitattributes create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ1_M.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ1_S.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ2_M.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ2_S.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ2_XS.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ2_XXS.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ3_M.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ3_S.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ3_XS.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ3_XXS.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ4_NL.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-IQ4_XS.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q2_K.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q2_K_S.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q3_K_L.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q3_K_M.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q3_K_S.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q4_0.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q4_1.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q4_K_M.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q4_K_S.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q5_K_M.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q5_K_S.gguf create mode 100644 MathSmith-hc-Qwen3-8B.i1-Q6_K.gguf create mode 100644 MathSmith-hc-Qwen3-8B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..81f92ba --- /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 +MathSmith-hc-Qwen3-8B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +MathSmith-hc-Qwen3-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ1_M.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..53ee93b --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22bdaa4f598c6aeadd4e6cef5e96ad97400724fecf6aca3ee91b24b5c761cee +size 2256148960 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ1_S.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..b2a3ee2 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac43d3db35b96cbded9523a86994201ad10812c8d965e6817eb5f9c54205b8c +size 2115770848 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ2_M.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..56baa0d --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175e73e6476b4f910a7f183b4e55b698997f47b374117f48fb7d3ac163120346 +size 3051915744 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ2_S.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..d10d0af --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e694046ffc4ca3b677b4d322ed6ef080617b5d67ebeb52c6bc6fbe0fdaf1cedd +size 2864744928 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ2_XS.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..ca5cfa5 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98e0dd56ad4639a593ba101ee856e817824ab59768a77a53722b90ca1f0351c +size 2696157664 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ2_XXS.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..bdee725 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20baa6ba80964e317672c646eed1b48a04c775e06f6475ea89e62b41c5f95e2d +size 2490112480 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ3_M.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..218a8fb --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e1e87e8b761ca1c5e3f1e99dc46d6e57dcc2f1488c5f769b39abd29562437e +size 3896621536 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ3_S.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..1e11b2f --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b24285733da5a9637ce2f7164af198f6f8049ca907b695facbb7a4238d23972 +size 3789666784 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ3_XS.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..97d1da6 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156c793431cbf916ad767dbc6eb669d0c5d53eb682eb9aa1760a4e4e2a35aa7d +size 3626875360 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ3_XXS.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..090d8b2 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a925d24fdf96db048b2fc9dfc2ee8e7f5d2c75528c995e1d11d3fad7a6edb8 +size 3369634272 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ4_NL.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..1699a0d --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7737a2935ce64b8bd8aa4d1408e6dd9e508d15f9f87dbbfe0116a61a08d44502 +size 4793625056 diff --git a/MathSmith-hc-Qwen3-8B.i1-IQ4_XS.gguf b/MathSmith-hc-Qwen3-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..b0f90b1 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40805b71e87e3836a6ede63eb72e4e629aef41277594fa79167fa7386d6cb29c +size 4561840608 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q2_K.gguf b/MathSmith-hc-Qwen3-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..e746328 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7678c4a09f86e46cb553642d815631510bafd04bd7dad09911e390d4127789b +size 3281734112 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q2_K_S.gguf b/MathSmith-hc-Qwen3-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..aa34c3a --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6af3148262e65a41879fc648ab809e1ab427c44737d1f1d99173ca43f2a7ed +size 3083553248 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q3_K_L.gguf b/MathSmith-hc-Qwen3-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..4875b35 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8670a507ee615a06acd058f46bf73e9df441b94a1f0c00e1d4f347222824cd3e +size 4431395296 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q3_K_M.gguf b/MathSmith-hc-Qwen3-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e8d17ca --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb8755e664312435b327d884ad0def04da0338587a634a8c60999f45ff61421 +size 4124162528 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q3_K_S.gguf b/MathSmith-hc-Qwen3-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..3466ac7 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34c980ded8257ca4f2b5c3e94ace945627fd1c28487eb6f4471b31115b2c034 +size 3769612768 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q4_0.gguf b/MathSmith-hc-Qwen3-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..de38710 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32c35d9a1712bdb685df96f992f6b2593be2421327c3ffbffad896f30060fc7 +size 4787333600 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q4_1.gguf b/MathSmith-hc-Qwen3-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..7805e58 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad46c60a083770821317a6b07916dca184f7b6c325eca2957f1f78287dec241f +size 5247756768 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q4_K_M.gguf b/MathSmith-hc-Qwen3-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8283229 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278445451164d6f652162c732972cd393fa68434598c780873f236b06686747b +size 5027785184 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q4_K_S.gguf b/MathSmith-hc-Qwen3-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..0eda4bc --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e19893e4c40c445f79ceb2aa498befa2b46f988a5c2b945b6503cf0c3ef5d2 +size 4802013664 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q5_K_M.gguf b/MathSmith-hc-Qwen3-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..1a347f3 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71d8e68572d1ff11e03e5233539db5f432f659c16a225192a759895dab9462d +size 5851113952 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q5_K_S.gguf b/MathSmith-hc-Qwen3-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..fd6f21c --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449ed93b6b29d7218883fe6e00d1de8cbe7e3d897edcbcaee0ababdb604e55b7 +size 5720762848 diff --git a/MathSmith-hc-Qwen3-8B.i1-Q6_K.gguf b/MathSmith-hc-Qwen3-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..72e8842 --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0886062df75866dd3c3fe524f432552f657c01f69120b2fe1049d496a42319a3 +size 6725900768 diff --git a/MathSmith-hc-Qwen3-8B.imatrix.gguf b/MathSmith-hc-Qwen3-8B.imatrix.gguf new file mode 100644 index 0000000..b3c066a --- /dev/null +++ b/MathSmith-hc-Qwen3-8B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68021abc5c3fccde646344e15bc446e7c316d0210c70a8e512bf3a3f9ae04666 +size 5347200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1ee0e5 --- /dev/null +++ b/README.md @@ -0,0 +1,92 @@ +--- +base_model: Jasaxion/MathSmith-hc-Qwen3-8B +datasets: +- Jasaxion/MathSmith-HC-Solution-Generation-ShortCoT-Qwen3-30B-A3B +- Jasaxion/MathSmith-HC-Problems +language: +- en +library_name: transformers +license: other +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llama-factory +- full +- generated_from_trainer +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Jasaxion/MathSmith-hc-Qwen3-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#MathSmith-hc-Qwen3-8B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-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/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.4 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.2 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 6.0 | | +| [GGUF](https://huggingface.co/mradermacher/MathSmith-hc-Qwen3-8B-i1-GGUF/resolve/main/MathSmith-hc-Qwen3-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.8 | 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. + +