From 1f153a70ce3391b41133bb99f6912de610ed1cd4 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 8 Jul 2026 05:28:10 +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/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_M.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_S.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_M.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_S.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XS.gguf | 3 + ...al-RealworldQA-v0.2-7b-SFT.i1-IQ2_XXS.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_M.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_S.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XS.gguf | 3 + ...al-RealworldQA-v0.2-7b-SFT.i1-IQ3_XXS.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-IQ4_NL.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-IQ4_XS.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-Q2_K_S.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_L.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_M.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_S.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_0.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_1.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_M.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_S.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_M.gguf | 3 + ...ral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_S.gguf | 3 + Mistral-RealworldQA-v0.2-7b-SFT.i1-Q6_K.gguf | 3 + README.md | 85 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_M.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_S.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_M.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_S.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XS.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XXS.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_M.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_S.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XS.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XXS.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_NL.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_XS.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K_S.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_L.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_M.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_S.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_0.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_1.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_M.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_S.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_M.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_S.gguf create mode 100644 Mistral-RealworldQA-v0.2-7b-SFT.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..95f4024 --- /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 +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_M.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_M.gguf new file mode 100644 index 0000000..e582c8b --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f5db755610fe3a565c61c9b25db0170d4dab9d7dce46c854d4786250d2b561 +size 1754447488 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_S.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_S.gguf new file mode 100644 index 0000000..c047a00 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d21bf9ff991631a947598b58061783051c1daad6b37693628731e073c68ac0 +size 1612103296 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_M.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_M.gguf new file mode 100644 index 0000000..723f9b1 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9686bb4492bc922130e2cd435d103cd2748047a57ad3517215aff1d449686eea +size 2500714112 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_S.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_S.gguf new file mode 100644 index 0000000..2f698ef --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97fac827ed823cfdf853f309f3b0aaa6d18c8e257102571cd953f1f78d22acc +size 2310921856 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XS.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XS.gguf new file mode 100644 index 0000000..4602b9e --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88d8d6d143c30fdf6eab6fa312a3447f237398491f8d8c93857ccb89c73381a +size 2198257280 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XXS.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..b94a9a0 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9193651c440e8b033c32a5309a7603fbc9454b51cb4536204dc3da99c06491ba +size 1991687808 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_M.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_M.gguf new file mode 100644 index 0000000..43cee39 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17d5c69f78dfa62fd5bccfbf7ae15b9398f2c0f289db1997a25601c19d33f98 +size 3284893312 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_S.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_S.gguf new file mode 100644 index 0000000..5310171 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ce16d2ce8999e8d8b91fb3cbee17c4afa61669db42263f7a7e41671d86daa3 +size 3182395008 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XS.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XS.gguf new file mode 100644 index 0000000..10cae41 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207a35f8869a029811ab101a4e87a7fb547b72cb830bf18e551eb19fee77e668 +size 3018817152 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XXS.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..2bb1d9d --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d29c38b225226e375d9ca5069899c12697e80952b50e5ac3247ede02a80497e +size 2827345536 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_NL.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_NL.gguf new file mode 100644 index 0000000..b739ea9 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2afe39d69227622f36a31285a9e9c6cb1353cc5aaa552b97df08a814ab226cb +size 4125695616 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_XS.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a2a5bfb --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59e56959432335f005fac49acc097967404c22a4c5ef555d768349d73a511d7 +size 3907690112 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K.gguf new file mode 100644 index 0000000..badcfc3 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8948a9bff5c1ef09f5015bacf2067917ba1e8310307767a97fa32a381ce80eb2 +size 2719243904 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K_S.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K_S.gguf new file mode 100644 index 0000000..8e6b3dc --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dba33150fd57860db8d39d8c6cc11cb28019185797a6bb3aec45aaae84d93f7 +size 2528927360 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_L.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_L.gguf new file mode 100644 index 0000000..415a4a9 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf082594e4e680e04397bd7cf25f499017dfb6c256c3db3c8a8684d0531f7fc3 +size 3822026368 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_M.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_M.gguf new file mode 100644 index 0000000..454d281 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b39a263ba912f02de823857f2a32e8ab611448b9e58f8b8b8807c71954a7132 +size 3518987904 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_S.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c9d331c --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc3498e70e50dd2d370b9184bb2db1a3a9350666b001b85768ac7129e920b1d +size 3164569216 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_0.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_0.gguf new file mode 100644 index 0000000..7a76284 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795dd2a6f4751670ec441386f46b41be7f4781ab62b1b89bb86f858912f391a9 +size 4123598464 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_1.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_1.gguf new file mode 100644 index 0000000..17335d3 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aceb21474e42e50372740f1cc7943ed5e04825f6de93c3bc8804b0e92e80fbc +size 4553318016 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_M.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_M.gguf new file mode 100644 index 0000000..54cacd2 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e4926a9b225a99c464d0f0949dac8254f0ef6568e28f155aec2b9c493f267f +size 4368440960 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_S.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_S.gguf new file mode 100644 index 0000000..c077aab --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6075c90574b185cbd27107b6bcd7c20a5693fbb8a62b1a412bdb6337fda742 +size 4140375680 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_M.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a4d6279 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3066d5d290c57161223a0607afdd85135310eb2e3aae9fefd4288484e9c5a23d +size 5131411072 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_S.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_S.gguf new file mode 100644 index 0000000..366aed6 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744c4e7d1002eab550e3fa3b4293ddb1321469fd6f8d26e3f52630b8e1f70c9b +size 4997717632 diff --git a/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q6_K.gguf b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q6_K.gguf new file mode 100644 index 0000000..96edb02 --- /dev/null +++ b/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af57416f41dd0d14ca6c30008cf62f03f793a2862305b55acf2d83f87bb90e3 +size 5942066816 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1dca453 --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: InferenceIllusionist/Mistral-RealworldQA-v0.2-7b-SFT +datasets: +- visheratin/realworldqa +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- mistral +- trl +- sft +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/InferenceIllusionist/Mistral-RealworldQA-v0.2-7b-SFT + + +static quants are available at https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-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/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q4_1.gguf) | i1-Q4_1 | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-RealworldQA-v0.2-7b-SFT-i1-GGUF/resolve/main/Mistral-RealworldQA-v0.2-7b-SFT.i1-Q6_K.gguf) | i1-Q6_K | 6.0 | 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..ce3166b --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c859ea74fa76cdaf267629fe1a818adeb67ea482ed7332d7b9bd73d5c6ecbd9e +size 4988157