From 940b994cd81ea5a847e05ae1ce7f2b5fe44c329d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 3 Jun 2026 13:32: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/Llama-Song-Stream-3B-Instruct-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++ Llama-Song-Stream-3B-Instruct.IQ4_XS.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q2_K.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q3_K_L.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q3_K_M.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q3_K_S.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q4_K_M.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q4_K_S.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q5_K_M.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q5_K_S.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q6_K.gguf | 3 + Llama-Song-Stream-3B-Instruct.Q8_0.gguf | 3 + Llama-Song-Stream-3B-Instruct.f16.gguf | 3 + README.md | 73 +++++++++++++++++++++++ 14 files changed, 156 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-Song-Stream-3B-Instruct.IQ4_XS.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q2_K.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q3_K_L.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q3_K_M.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q3_K_S.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q4_K_M.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q4_K_S.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q5_K_M.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q5_K_S.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q6_K.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.Q8_0.gguf create mode 100644 Llama-Song-Stream-3B-Instruct.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..66527ef --- /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 +Llama-Song-Stream-3B-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Song-Stream-3B-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-Song-Stream-3B-Instruct.IQ4_XS.gguf b/Llama-Song-Stream-3B-Instruct.IQ4_XS.gguf new file mode 100644 index 0000000..f7ca2ee --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bab234f72f7be48bea2759ea8d92d1f4e464949096f3660d52122553807bb0 +size 1840912704 diff --git a/Llama-Song-Stream-3B-Instruct.Q2_K.gguf b/Llama-Song-Stream-3B-Instruct.Q2_K.gguf new file mode 100644 index 0000000..0c81f2f --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97710a9339261641ac0994e85216de04528701c3475725b8dbd7b251f36a87ac +size 1363941696 diff --git a/Llama-Song-Stream-3B-Instruct.Q3_K_L.gguf b/Llama-Song-Stream-3B-Instruct.Q3_K_L.gguf new file mode 100644 index 0000000..6443ab6 --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb1b64d9ef7c3eded397b3d094013dba7a542538d8a73a6d174e8a14cce1616 +size 1815353664 diff --git a/Llama-Song-Stream-3B-Instruct.Q3_K_M.gguf b/Llama-Song-Stream-3B-Instruct.Q3_K_M.gguf new file mode 100644 index 0000000..8b0df20 --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4733de1a1124a0b0749a13fa89f2353d36f4959295eb8e878a77208feafa5d58 +size 1687165248 diff --git a/Llama-Song-Stream-3B-Instruct.Q3_K_S.gguf b/Llama-Song-Stream-3B-Instruct.Q3_K_S.gguf new file mode 100644 index 0000000..1b9d499 --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b727d5a2abf6d9cda162430895e7f48e78de1ce4619b9cb9b1eb4ce8aaa63ee8 +size 1542854976 diff --git a/Llama-Song-Stream-3B-Instruct.Q4_K_M.gguf b/Llama-Song-Stream-3B-Instruct.Q4_K_M.gguf new file mode 100644 index 0000000..01f25b1 --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75bd552d6415d1d383478ca9f343f2a30aa414f3808f473e50056048d617ae92 +size 2019383616 diff --git a/Llama-Song-Stream-3B-Instruct.Q4_K_S.gguf b/Llama-Song-Stream-3B-Instruct.Q4_K_S.gguf new file mode 100644 index 0000000..a79b347 --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71430a278e19b74e5d3afe689d6eca01eb278a0af709082e7c6f46a222cf106 +size 1928206656 diff --git a/Llama-Song-Stream-3B-Instruct.Q5_K_M.gguf b/Llama-Song-Stream-3B-Instruct.Q5_K_M.gguf new file mode 100644 index 0000000..6b99c75 --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7512a274e043f792302cf61ed43a9f335fe91f1592fbafa3aa812f516944c89 +size 2322159936 diff --git a/Llama-Song-Stream-3B-Instruct.Q5_K_S.gguf b/Llama-Song-Stream-3B-Instruct.Q5_K_S.gguf new file mode 100644 index 0000000..bc10dcb --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a6f97e13123707c539708e6e961899aa099ceb4e2115a9b2e72505f13eea6d +size 2269518144 diff --git a/Llama-Song-Stream-3B-Instruct.Q6_K.gguf b/Llama-Song-Stream-3B-Instruct.Q6_K.gguf new file mode 100644 index 0000000..1fd82ab --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23032e8997ba9d5679468a143142e7bcac7a870eaf90017a61d03cc58a78c87c +size 2643859776 diff --git a/Llama-Song-Stream-3B-Instruct.Q8_0.gguf b/Llama-Song-Stream-3B-Instruct.Q8_0.gguf new file mode 100644 index 0000000..4633d0f --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32f45b8a1eacbbb0b23668dca08aac20ae1cb8dc25da21ec698288b0ef324d0 +size 3421905216 diff --git a/Llama-Song-Stream-3B-Instruct.f16.gguf b/Llama-Song-Stream-3B-Instruct.f16.gguf new file mode 100644 index 0000000..2f86724 --- /dev/null +++ b/Llama-Song-Stream-3B-Instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c6b5e594c8e8dfbf557c93d8b2d831ca267a3da2d5d6aa03c84f6da95266b3 +size 6433694016 diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4651ab --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: prithivMLmods/Llama-Song-Stream-3B-Instruct +datasets: +- prithivMLmods/Song-Catalogue-Long-Thought +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- safetensors +- Llama3.2 +- 3B +- Extended-Stream +- text-generation-inference +- Instruct +--- +## About + + + + + + +static quants of https://huggingface.co/prithivMLmods/Llama-Song-Stream-3B-Instruct + + +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/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Song-Stream-3B-Instruct-GGUF/resolve/main/Llama-Song-Stream-3B-Instruct.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. + +