From f0e3133660e4f53d31b3d4af4875246d386b444d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 17 Aug 2026 15:15: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/Portimbria-150M-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++ Portimbria-150M.IQ4_XS.gguf | 3 ++ Portimbria-150M.Q2_K.gguf | 3 ++ Portimbria-150M.Q3_K_L.gguf | 3 ++ Portimbria-150M.Q3_K_M.gguf | 3 ++ Portimbria-150M.Q3_K_S.gguf | 3 ++ Portimbria-150M.Q4_K_M.gguf | 3 ++ Portimbria-150M.Q4_K_S.gguf | 3 ++ Portimbria-150M.Q5_K_M.gguf | 3 ++ Portimbria-150M.Q5_K_S.gguf | 3 ++ Portimbria-150M.Q6_K.gguf | 3 ++ Portimbria-150M.Q8_0.gguf | 3 ++ Portimbria-150M.f16.gguf | 3 ++ README.md | 91 +++++++++++++++++++++++++++++++++++++ 14 files changed, 174 insertions(+) create mode 100644 .gitattributes create mode 100644 Portimbria-150M.IQ4_XS.gguf create mode 100644 Portimbria-150M.Q2_K.gguf create mode 100644 Portimbria-150M.Q3_K_L.gguf create mode 100644 Portimbria-150M.Q3_K_M.gguf create mode 100644 Portimbria-150M.Q3_K_S.gguf create mode 100644 Portimbria-150M.Q4_K_M.gguf create mode 100644 Portimbria-150M.Q4_K_S.gguf create mode 100644 Portimbria-150M.Q5_K_M.gguf create mode 100644 Portimbria-150M.Q5_K_S.gguf create mode 100644 Portimbria-150M.Q6_K.gguf create mode 100644 Portimbria-150M.Q8_0.gguf create mode 100644 Portimbria-150M.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5438410 --- /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 +Portimbria-150M.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Portimbria-150M.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Portimbria-150M.IQ4_XS.gguf b/Portimbria-150M.IQ4_XS.gguf new file mode 100644 index 0000000..99f27d3 --- /dev/null +++ b/Portimbria-150M.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993c624487ecfbacde7504597dd955b23e309cfbd18fc3faad7f862779ee4bdc +size 102233952 diff --git a/Portimbria-150M.Q2_K.gguf b/Portimbria-150M.Q2_K.gguf new file mode 100644 index 0000000..e7e2a72 --- /dev/null +++ b/Portimbria-150M.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f0aee3eee42ed71bfa7923603410fbba9d87af0d8a1aee4f6c5f1f9b257364 +size 75863904 diff --git a/Portimbria-150M.Q3_K_L.gguf b/Portimbria-150M.Q3_K_L.gguf new file mode 100644 index 0000000..6707bd4 --- /dev/null +++ b/Portimbria-150M.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f548c27b8842b02928e866834682fad806c122f46a74993042b2736ac1abc1b +size 98572128 diff --git a/Portimbria-150M.Q3_K_M.gguf b/Portimbria-150M.Q3_K_M.gguf new file mode 100644 index 0000000..9463854 --- /dev/null +++ b/Portimbria-150M.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f03922c76c5c79544c6cd4ec438b047aa9eb5dfc461ffdefdd1c1f0df0cc03c +size 92919648 diff --git a/Portimbria-150M.Q3_K_S.gguf b/Portimbria-150M.Q3_K_S.gguf new file mode 100644 index 0000000..4ebfdac --- /dev/null +++ b/Portimbria-150M.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5331b7ea449e36b06e50a96c8b6c9939649a0ee81fc7395917a9f3f9bfb38841 +size 86407008 diff --git a/Portimbria-150M.Q4_K_M.gguf b/Portimbria-150M.Q4_K_M.gguf new file mode 100644 index 0000000..96167bf --- /dev/null +++ b/Portimbria-150M.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633f5d9253612b5b30ab00ceed70cf5d5e63b9ac608eb32635db45d0345398dc +size 111022944 diff --git a/Portimbria-150M.Q4_K_S.gguf b/Portimbria-150M.Q4_K_S.gguf new file mode 100644 index 0000000..3a77a55 --- /dev/null +++ b/Portimbria-150M.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3004cc5858888f34d664b21c1d394aa66031141df7ed0d22bdd47cd680ba3b24 +size 106952544 diff --git a/Portimbria-150M.Q5_K_M.gguf b/Portimbria-150M.Q5_K_M.gguf new file mode 100644 index 0000000..c3d22ac --- /dev/null +++ b/Portimbria-150M.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73f81218cb58a3380668b78ce9c92759b7cdb1cbe4eb72f91f1436569d63fbd +size 127685472 diff --git a/Portimbria-150M.Q5_K_S.gguf b/Portimbria-150M.Q5_K_S.gguf new file mode 100644 index 0000000..d671c0d --- /dev/null +++ b/Portimbria-150M.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e221883385406ad7e2e5c01c1bdfa0fff9dbca8989f1656c110f75e86485b71 +size 125335392 diff --git a/Portimbria-150M.Q6_K.gguf b/Portimbria-150M.Q6_K.gguf new file mode 100644 index 0000000..6105f89 --- /dev/null +++ b/Portimbria-150M.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7693cabc8cafbc7eddac17b2b8f1c157fda0063c2862c80f6fff3b70ca0974b1 +size 145389408 diff --git a/Portimbria-150M.Q8_0.gguf b/Portimbria-150M.Q8_0.gguf new file mode 100644 index 0000000..d82398b --- /dev/null +++ b/Portimbria-150M.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c4944cdc713c71f2655f5ee46e08cb471740ff52bdc711e9c22d9d3fa5e1cb +size 188053344 diff --git a/Portimbria-150M.f16.gguf b/Portimbria-150M.f16.gguf new file mode 100644 index 0000000..df9e07a --- /dev/null +++ b/Portimbria-150M.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf54cd800fe3140ae1ea67ab0ec179486518c37ec0cc9230bc7fa82396b2004 +size 353204064 diff --git a/README.md b/README.md new file mode 100644 index 0000000..cdc144f --- /dev/null +++ b/README.md @@ -0,0 +1,91 @@ +--- +base_model: StentorLabs/Portimbria-150M +datasets: +- epfml/FineWeb-HQ +- HuggingFaceTB/finemath +- bigcode/starcoderdata +- StentorLabs/Portimbria-150M-Vs.-SmolLM2-135M +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation +- llama +- small-language-model +- efficient +- edge-deployment +- speculative-decoding +- 150m-parameters +- tpu-trained +- research +- low-resource +- portimbria +- gqa +- fineweb +--- +## About + + + + + + + + + +static quants of https://huggingface.co/StentorLabs/Portimbria-150M + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Portimbria-150M-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/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q2_K.gguf) | Q2_K | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q3_K_S.gguf) | Q3_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q3_K_M.gguf) | Q3_K_M | 0.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q3_K_L.gguf) | Q3_K_L | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.IQ4_XS.gguf) | IQ4_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q4_K_S.gguf) | Q4_K_S | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q4_K_M.gguf) | Q4_K_M | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q5_K_S.gguf) | Q5_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q5_K_M.gguf) | Q5_K_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q6_K.gguf) | Q6_K | 0.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.Q8_0.gguf) | Q8_0 | 0.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Portimbria-150M-GGUF/resolve/main/Portimbria-150M.f16.gguf) | f16 | 0.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. + +