From bc861a9ebb2fa8ba3201a5f126580df1d28a0d55 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 5 Jul 2026 16:06: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/Rocinante-Prism_V1.0-GGUF Source: Original Platform --- .gitattributes | 48 +++++++++++++++++++++ README.md | 67 ++++++++++++++++++++++++++++++ Rocinante-Prism_V1.0.IQ4_XS.gguf | 3 ++ Rocinante-Prism_V1.0.Q2_K.gguf | 3 ++ Rocinante-Prism_V1.0.Q3_K_L.gguf | 3 ++ Rocinante-Prism_V1.0.Q3_K_M.gguf | 3 ++ Rocinante-Prism_V1.0.Q3_K_S.gguf | 3 ++ Rocinante-Prism_V1.0.Q4_0_4_4.gguf | 3 ++ Rocinante-Prism_V1.0.Q4_K_M.gguf | 3 ++ Rocinante-Prism_V1.0.Q4_K_S.gguf | 3 ++ Rocinante-Prism_V1.0.Q5_K_M.gguf | 3 ++ Rocinante-Prism_V1.0.Q5_K_S.gguf | 3 ++ Rocinante-Prism_V1.0.Q6_K.gguf | 3 ++ Rocinante-Prism_V1.0.Q8_0.gguf | 3 ++ Rocinante-Prism_V1.0.f16.gguf | 3 ++ 15 files changed, 154 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Rocinante-Prism_V1.0.IQ4_XS.gguf create mode 100644 Rocinante-Prism_V1.0.Q2_K.gguf create mode 100644 Rocinante-Prism_V1.0.Q3_K_L.gguf create mode 100644 Rocinante-Prism_V1.0.Q3_K_M.gguf create mode 100644 Rocinante-Prism_V1.0.Q3_K_S.gguf create mode 100644 Rocinante-Prism_V1.0.Q4_0_4_4.gguf create mode 100644 Rocinante-Prism_V1.0.Q4_K_M.gguf create mode 100644 Rocinante-Prism_V1.0.Q4_K_S.gguf create mode 100644 Rocinante-Prism_V1.0.Q5_K_M.gguf create mode 100644 Rocinante-Prism_V1.0.Q5_K_S.gguf create mode 100644 Rocinante-Prism_V1.0.Q6_K.gguf create mode 100644 Rocinante-Prism_V1.0.Q8_0.gguf create mode 100644 Rocinante-Prism_V1.0.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cbdbdc0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,48 @@ +*.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 +Rocinante-Prism_V1.0.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Rocinante-Prism_V1.0.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..287a589 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: Triangle104/Rocinante-Prism_V1.0 +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/Triangle104/Rocinante-Prism_V1.0 + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q2_K.gguf) | Q2_K | 4.1 | | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q3_K_S.gguf) | Q3_K_S | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q3_K_M.gguf) | Q3_K_M | 5.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q3_K_L.gguf) | Q3_K_L | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.IQ4_XS.gguf) | IQ4_XS | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q4_0_4_4.gguf) | Q4_0_4_4 | 5.9 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q4_K_S.gguf) | Q4_K_S | 6.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q4_K_M.gguf) | Q4_K_M | 6.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q5_K_S.gguf) | Q5_K_S | 7.1 | | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q5_K_M.gguf) | Q5_K_M | 7.3 | | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q6_K.gguf) | Q6_K | 8.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.Q8_0.gguf) | Q8_0 | 10.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Rocinante-Prism_V1.0-GGUF/resolve/main/Rocinante-Prism_V1.0.f16.gguf) | f16 | 20.2 | 16 bpw, overkill | + +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/Rocinante-Prism_V1.0.IQ4_XS.gguf b/Rocinante-Prism_V1.0.IQ4_XS.gguf new file mode 100644 index 0000000..f801c59 --- /dev/null +++ b/Rocinante-Prism_V1.0.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db5d6014ea8ec219c9879d96fa52c3bd2de9ec4fe2e95c7431ca0230137fdff +size 5623022944 diff --git a/Rocinante-Prism_V1.0.Q2_K.gguf b/Rocinante-Prism_V1.0.Q2_K.gguf new file mode 100644 index 0000000..0641c70 --- /dev/null +++ b/Rocinante-Prism_V1.0.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542cc048179bdad042de933272363495ea8d4035bcfea23b7ec58be750f0dc4b +size 3988555104 diff --git a/Rocinante-Prism_V1.0.Q3_K_L.gguf b/Rocinante-Prism_V1.0.Q3_K_L.gguf new file mode 100644 index 0000000..f012962 --- /dev/null +++ b/Rocinante-Prism_V1.0.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa53ffd297f3f169483c21d4ea9155e6393a692682acb1dd470ccb8e4fe561e7 +size 5418550624 diff --git a/Rocinante-Prism_V1.0.Q3_K_M.gguf b/Rocinante-Prism_V1.0.Q3_K_M.gguf new file mode 100644 index 0000000..c820383 --- /dev/null +++ b/Rocinante-Prism_V1.0.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d570a9c250789f091178035694a8865cd90f50cc3e3294c42d5dbbea5cdb6b93 +size 5039752544 diff --git a/Rocinante-Prism_V1.0.Q3_K_S.gguf b/Rocinante-Prism_V1.0.Q3_K_S.gguf new file mode 100644 index 0000000..4620038 --- /dev/null +++ b/Rocinante-Prism_V1.0.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf6e5ec920f720315f3afad0de53d1abc9865cb1d614573f1a0b1b466f19413 +size 4596729184 diff --git a/Rocinante-Prism_V1.0.Q4_0_4_4.gguf b/Rocinante-Prism_V1.0.Q4_0_4_4.gguf new file mode 100644 index 0000000..4e11d94 --- /dev/null +++ b/Rocinante-Prism_V1.0.Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aada3d517f6549672a6da5d1d2a73557e6b008fd808a3ea26a289601e609147b +size 5844534624 diff --git a/Rocinante-Prism_V1.0.Q4_K_M.gguf b/Rocinante-Prism_V1.0.Q4_K_M.gguf new file mode 100644 index 0000000..aa6a99a --- /dev/null +++ b/Rocinante-Prism_V1.0.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a293ed6df23c3a8e892169b66ec4f4027e179978e1bd9d67bd391ebee0cf6725 +size 6168937824 diff --git a/Rocinante-Prism_V1.0.Q4_K_S.gguf b/Rocinante-Prism_V1.0.Q4_K_S.gguf new file mode 100644 index 0000000..d688c97 --- /dev/null +++ b/Rocinante-Prism_V1.0.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f710500b538c49099531bcdaf38135a16b8fb30358cdb5e7e52b59a68ce6fe +size 5883856224 diff --git a/Rocinante-Prism_V1.0.Q5_K_M.gguf b/Rocinante-Prism_V1.0.Q5_K_M.gguf new file mode 100644 index 0000000..af21c8f --- /dev/null +++ b/Rocinante-Prism_V1.0.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cc8e1103b62adc2d40d0d1bf56ca37638fd44098b8a633b83b750794ce753b +size 7186056544 diff --git a/Rocinante-Prism_V1.0.Q5_K_S.gguf b/Rocinante-Prism_V1.0.Q5_K_S.gguf new file mode 100644 index 0000000..fa86846 --- /dev/null +++ b/Rocinante-Prism_V1.0.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3095efbe6dbd87a59ea336d74e2ce50b01b7c1210571ace7c6e071dd8059e02f +size 7018939744 diff --git a/Rocinante-Prism_V1.0.Q6_K.gguf b/Rocinante-Prism_V1.0.Q6_K.gguf new file mode 100644 index 0000000..d874683 --- /dev/null +++ b/Rocinante-Prism_V1.0.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c614b74b7326e1f81242d7fcd34f81984649ff568ab92a20d37a1926d14d31 +size 8266745184 diff --git a/Rocinante-Prism_V1.0.Q8_0.gguf b/Rocinante-Prism_V1.0.Q8_0.gguf new file mode 100644 index 0000000..06aa40c --- /dev/null +++ b/Rocinante-Prism_V1.0.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275cd2a5f8ff20961bd710b7a10e308d597f73bb714eb6372de248575f92f1d7 +size 10704684384 diff --git a/Rocinante-Prism_V1.0.f16.gguf b/Rocinante-Prism_V1.0.f16.gguf new file mode 100644 index 0000000..63a981b --- /dev/null +++ b/Rocinante-Prism_V1.0.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64638a51d7db31ddac7a21879a690ac2c1210a45cecb61d6711303a41ac0bd4a +size 20141868384