From 3c4f11ecc7ed5a258cd02060557a05bb38e94c70 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 26 Apr 2026 04:36:57 +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/startnow-social-gen-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++ README.md | 77 +++++++++++++++++++++++++++++++++ startnow-social-gen.IQ4_XS.gguf | 3 ++ startnow-social-gen.Q2_K.gguf | 3 ++ startnow-social-gen.Q3_K_L.gguf | 3 ++ startnow-social-gen.Q3_K_M.gguf | 3 ++ startnow-social-gen.Q3_K_S.gguf | 3 ++ startnow-social-gen.Q4_K_M.gguf | 3 ++ startnow-social-gen.Q4_K_S.gguf | 3 ++ startnow-social-gen.Q5_K_M.gguf | 3 ++ startnow-social-gen.Q5_K_S.gguf | 3 ++ startnow-social-gen.Q6_K.gguf | 3 ++ startnow-social-gen.Q8_0.gguf | 3 ++ startnow-social-gen.f16.gguf | 3 ++ 14 files changed, 160 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 startnow-social-gen.IQ4_XS.gguf create mode 100644 startnow-social-gen.Q2_K.gguf create mode 100644 startnow-social-gen.Q3_K_L.gguf create mode 100644 startnow-social-gen.Q3_K_M.gguf create mode 100644 startnow-social-gen.Q3_K_S.gguf create mode 100644 startnow-social-gen.Q4_K_M.gguf create mode 100644 startnow-social-gen.Q4_K_S.gguf create mode 100644 startnow-social-gen.Q5_K_M.gguf create mode 100644 startnow-social-gen.Q5_K_S.gguf create mode 100644 startnow-social-gen.Q6_K.gguf create mode 100644 startnow-social-gen.Q8_0.gguf create mode 100644 startnow-social-gen.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a3ff3e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +startnow-social-gen.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +startnow-social-gen.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..973067b --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +--- +base_model: madhunicka/startnow-social-gen +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +--- +## About + + + + + + + + + +static quants of https://huggingface.co/madhunicka/startnow-social-gen + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#startnow-social-gen-GGUF).*** + +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/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/startnow-social-gen-GGUF/resolve/main/startnow-social-gen.f16.gguf) | f16 | 6.5 | 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. + + diff --git a/startnow-social-gen.IQ4_XS.gguf b/startnow-social-gen.IQ4_XS.gguf new file mode 100644 index 0000000..af203b2 --- /dev/null +++ b/startnow-social-gen.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f2e6f32b95e46db8ccc1eb288c80cb3ecd46fb060f17753a31634e138608b6 +size 1840906912 diff --git a/startnow-social-gen.Q2_K.gguf b/startnow-social-gen.Q2_K.gguf new file mode 100644 index 0000000..5111086 --- /dev/null +++ b/startnow-social-gen.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f730f97d5212ef9c46108b94d001731aebb6463de02c77c67852d8dddbb8ee50 +size 1363935904 diff --git a/startnow-social-gen.Q3_K_L.gguf b/startnow-social-gen.Q3_K_L.gguf new file mode 100644 index 0000000..0eae21c --- /dev/null +++ b/startnow-social-gen.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde80605b3d76d4400959e561e0f23c1ab63738021f4baf2a9d55cbf524a4da3 +size 1815347872 diff --git a/startnow-social-gen.Q3_K_M.gguf b/startnow-social-gen.Q3_K_M.gguf new file mode 100644 index 0000000..a278388 --- /dev/null +++ b/startnow-social-gen.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a6c333d18acc63daa218b36da5827a32d4487e656fdfc74452e3e1c7aee2cb +size 1687159456 diff --git a/startnow-social-gen.Q3_K_S.gguf b/startnow-social-gen.Q3_K_S.gguf new file mode 100644 index 0000000..db3c6a7 --- /dev/null +++ b/startnow-social-gen.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c66eb5eabb7479bb0fc07d0f7e5a5b8a3b04899791cad8bc085a36e5395fda +size 1542849184 diff --git a/startnow-social-gen.Q4_K_M.gguf b/startnow-social-gen.Q4_K_M.gguf new file mode 100644 index 0000000..202562f --- /dev/null +++ b/startnow-social-gen.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180aefd2ce908ed53da2a28a65b22c53a375d8ef2ed42e2adb89371eb610335b +size 2019377824 diff --git a/startnow-social-gen.Q4_K_S.gguf b/startnow-social-gen.Q4_K_S.gguf new file mode 100644 index 0000000..0cdaed4 --- /dev/null +++ b/startnow-social-gen.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff8ebb8ca2ea683ef41a966486f2d871fb75e43c4c32bf5e7acbe089f23ec75 +size 1928200864 diff --git a/startnow-social-gen.Q5_K_M.gguf b/startnow-social-gen.Q5_K_M.gguf new file mode 100644 index 0000000..c79bcfc --- /dev/null +++ b/startnow-social-gen.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56de6b67bc4fadb22c2d49b96dccac89849349bed8b49c7c25881b9b49263205 +size 2322154144 diff --git a/startnow-social-gen.Q5_K_S.gguf b/startnow-social-gen.Q5_K_S.gguf new file mode 100644 index 0000000..c3d35af --- /dev/null +++ b/startnow-social-gen.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8385eccccd5622a2dede3a0eb1e36ac530e2e702a478dbf3ec62603568ddedd +size 2269512352 diff --git a/startnow-social-gen.Q6_K.gguf b/startnow-social-gen.Q6_K.gguf new file mode 100644 index 0000000..4526898 --- /dev/null +++ b/startnow-social-gen.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1d82d3624b281dc9de5e382ab9f92044049762568fa088cd9b198782bcc0ba +size 2643853984 diff --git a/startnow-social-gen.Q8_0.gguf b/startnow-social-gen.Q8_0.gguf new file mode 100644 index 0000000..0023b9f --- /dev/null +++ b/startnow-social-gen.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e91cee2b9b3b36c401b8274a65a779d703636caceeada927e541d1eea39b16 +size 3421899424 diff --git a/startnow-social-gen.f16.gguf b/startnow-social-gen.f16.gguf new file mode 100644 index 0000000..1d8333a --- /dev/null +++ b/startnow-social-gen.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b10f60f7b60282adadcc6bb6ef57d741381d0c2da9653f4280f056a2bda7b7 +size 6433688224