From f3b50c03e00944533e00fa67ab7613344477030b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 24 May 2026 06:14:16 +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/QuasiStarSynth-12B-absolute-heresy-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ ...tarSynth-12B-absolute-heresy.i1-IQ1_M.gguf | 3 + ...tarSynth-12B-absolute-heresy.i1-IQ1_S.gguf | 3 + ...tarSynth-12B-absolute-heresy.i1-IQ2_M.gguf | 3 + ...tarSynth-12B-absolute-heresy.i1-IQ2_S.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-IQ2_XS.gguf | 3 + ...rSynth-12B-absolute-heresy.i1-IQ2_XXS.gguf | 3 + ...tarSynth-12B-absolute-heresy.i1-IQ3_M.gguf | 3 + ...tarSynth-12B-absolute-heresy.i1-IQ3_S.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-IQ3_XS.gguf | 3 + ...rSynth-12B-absolute-heresy.i1-IQ3_XXS.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-IQ4_NL.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-IQ4_XS.gguf | 3 + ...StarSynth-12B-absolute-heresy.i1-Q2_K.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-Q2_K_S.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-Q3_K_L.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-Q3_K_M.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-Q3_K_S.gguf | 3 + ...StarSynth-12B-absolute-heresy.i1-Q4_0.gguf | 3 + ...StarSynth-12B-absolute-heresy.i1-Q4_1.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-Q4_K_M.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-Q4_K_S.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-Q5_K_M.gguf | 3 + ...arSynth-12B-absolute-heresy.i1-Q5_K_S.gguf | 3 + ...StarSynth-12B-absolute-heresy.i1-Q6_K.gguf | 3 + ...StarSynth-12B-absolute-heresy.imatrix.gguf | 3 + README.md | 97 +++++++++++++++++++ 27 files changed, 232 insertions(+) create mode 100644 .gitattributes create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ1_M.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ1_S.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ2_M.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ2_S.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XS.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XXS.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ3_M.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ3_S.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XS.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XXS.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ4_NL.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-IQ4_XS.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q2_K.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q2_K_S.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_L.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_M.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_S.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q4_0.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q4_1.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_M.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_S.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_M.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_S.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.i1-Q6_K.gguf create mode 100644 QuasiStarSynth-12B-absolute-heresy.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7cc112a --- /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 +QuasiStarSynth-12B-absolute-heresy.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +QuasiStarSynth-12B-absolute-heresy.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ1_M.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ1_M.gguf new file mode 100644 index 0000000..573d94e --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02a80748c1d1898566476bc510ca3ec81da2027036895cbc530ca3b552f9e94 +size 3221625056 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ1_S.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ1_S.gguf new file mode 100644 index 0000000..ec30111 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ab91b03fbc75c80523f2aec100ab589a1b735a14dcdb21f5d5e22e0195cc06 +size 2999212256 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_M.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_M.gguf new file mode 100644 index 0000000..d6c9338 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00723f260a8e2186e18464645aa4d0f091211432a4c6484bc2bc26ae7102c1b1 +size 4435024096 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_S.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_S.gguf new file mode 100644 index 0000000..6e487a3 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db18d41ca181fa32be1b545cff2abffd1b72b5babb40d0375dec1f318857bb66 +size 4138473696 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XS.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XS.gguf new file mode 100644 index 0000000..5f648b6 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02331181056c5034b279b976878fce358b0f46efde4a1bfe0fe6a9ee7d198599 +size 3915077856 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XXS.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..7f28b70 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a005d1cfb238d9027d53166ec9bf8191aa279797b3ffc4d7b882ecacda8420 +size 3592313056 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_M.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_M.gguf new file mode 100644 index 0000000..d805bfd --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f328f31d0e47b3c62b780a5445acf0ea023bb73e23560a14fcc2f33b41b012 +size 5722233056 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_S.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_S.gguf new file mode 100644 index 0000000..a77bad5 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c180f8e4827854288a47d3d5ffb0ccefbbc817ea8ab9e01cb825bc7b0f064f +size 5562079456 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XS.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XS.gguf new file mode 100644 index 0000000..3372e7b --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787cd0533be7d57d650cf5f6835fc78f56d03af2c9142f72a7cafe748f762963 +size 5306489056 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XXS.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..b6df4a4 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdfe03db07f88e5e67e89a818a4227def6fb9eb5ddb0c421c6a72f2fff980b8 +size 4945385696 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ4_NL.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ4_NL.gguf new file mode 100644 index 0000000..e45694b --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9006f7649cb1a4ebbb70af74b7a980c918981f1c7ef37ac97f8b78e52e752771 +size 7097915616 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-IQ4_XS.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-IQ4_XS.gguf new file mode 100644 index 0000000..eda2abf --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3782f8d33bb92dfc7442d1f73cc6265bae825dcc5b9f5720249321f12da9f244 +size 6742710496 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q2_K.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q2_K.gguf new file mode 100644 index 0000000..22afd9c --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5e3663b58426bf63272c1670fdf705d03612edc4e065403cbf803e93e93c7e +size 4791048416 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q2_K_S.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q2_K_S.gguf new file mode 100644 index 0000000..e39b36f --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c80ffa0408cc83c7294e7e9ccba701576e5e6c61bbf8f436d61f7f5a1f5616 +size 4493678816 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_L.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_L.gguf new file mode 100644 index 0000000..b33b23a --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9741c60d52efeeeb995bb03daa902a71141e492e1870ea1e8954f79aad3481d2 +size 6561503456 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_M.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_M.gguf new file mode 100644 index 0000000..18e45e7 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c01eb802d7361d3de38b821ac688fba13c19fcb219ee439018858313169cb7e +size 6083090656 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_S.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_S.gguf new file mode 100644 index 0000000..298bccf --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1271442fedda91022ccff465c8dd6ce46a6154f3fb216afa45b69a7778eb1648 +size 5534226656 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q4_0.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q4_0.gguf new file mode 100644 index 0000000..72512ae --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2eb99a970d906fdff16d70a6cae09c679706a3342a21a9b7096e7d3dfc77232 +size 7094638816 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q4_1.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q4_1.gguf new file mode 100644 index 0000000..846d203 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72dca88124453a52479bce2a9ef40dd23cc5dd34b49205c2163cabe037e0ffb +size 7795218656 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_M.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_M.gguf new file mode 100644 index 0000000..b241ad0 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275f358af6e971cfc45f2b19503af34c3276e52c537b6ce1c41425cfbde97d6b +size 7477205216 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_S.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_S.gguf new file mode 100644 index 0000000..60fc458 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326b51189bd72fda3a93ae513b350fe3c5c1f9a8ca3bbd4031f794519a595f4d +size 7120197856 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_M.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_M.gguf new file mode 100644 index 0000000..3dcce39 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730b5d5ac8589eb9ecdbb76712c691a78a06c154258bc5e61ff0343d8e581ec1 +size 8727632096 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_S.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_S.gguf new file mode 100644 index 0000000..955d293 --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b161680e0cf65a934a899d9b819ccdf6c1002198fc24e9aa0c7d22ba78059e +size 8518736096 diff --git a/QuasiStarSynth-12B-absolute-heresy.i1-Q6_K.gguf b/QuasiStarSynth-12B-absolute-heresy.i1-Q6_K.gguf new file mode 100644 index 0000000..b5f9f6b --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6707785254a1f374a1bc39e612b570ee2db8a807a8f0f4bbb067ec737b4b1006 +size 10056210656 diff --git a/QuasiStarSynth-12B-absolute-heresy.imatrix.gguf b/QuasiStarSynth-12B-absolute-heresy.imatrix.gguf new file mode 100644 index 0000000..5ac613d --- /dev/null +++ b/QuasiStarSynth-12B-absolute-heresy.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ad20a57cbd28c550757d53de15d94d66abe126f38785430909b009578742be +size 7088192 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a173ecd --- /dev/null +++ b/README.md @@ -0,0 +1,97 @@ +--- +base_model: MuXodious/QuasiStarSynth-12B-absolute-heresy +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +- mergekit +- lazymergekit +- DreadPoor/Irix-12B-Model_Stock +- ohyeah1/Violet-Lyra-Gutenberg-v2 +- redrix/patricide-12B-Unslop-Mell-v2 +- yamatazen/EtherealAurora-12B-v3 +- yamatazen/EtherealAurora-12B-v2 +- heretic +- uncensored +- decensored +- abliterated +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/MuXodious/QuasiStarSynth-12B-absolute-heresy + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#QuasiStarSynth-12B-absolute-heresy-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-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/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ1_S.gguf) | i1-IQ1_S | 3.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_S.gguf) | i1-IQ2_S | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ2_M.gguf) | i1-IQ2_M | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_S.gguf) | i1-IQ3_S | 5.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q4_0.gguf) | i1-Q4_0 | 7.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q4_1.gguf) | i1-Q4_1 | 7.9 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.8 | | +| [GGUF](https://huggingface.co/mradermacher/QuasiStarSynth-12B-absolute-heresy-i1-GGUF/resolve/main/QuasiStarSynth-12B-absolute-heresy.i1-Q6_K.gguf) | i1-Q6_K | 10.2 | 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. + +