From 3de347606c4e7f8841385f96d5afa838c08f189d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 21 Jun 2026 18:05:19 +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/astrollama-3-8b-base_summary-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++ README.md | 72 ++++++++++++++++++++++++ astrollama-3-8b-base_summary.IQ3_M.gguf | 3 + astrollama-3-8b-base_summary.IQ3_S.gguf | 3 + astrollama-3-8b-base_summary.IQ3_XS.gguf | 3 + astrollama-3-8b-base_summary.IQ4_XS.gguf | 3 + astrollama-3-8b-base_summary.Q2_K.gguf | 3 + astrollama-3-8b-base_summary.Q3_K_L.gguf | 3 + astrollama-3-8b-base_summary.Q3_K_M.gguf | 3 + astrollama-3-8b-base_summary.Q3_K_S.gguf | 3 + astrollama-3-8b-base_summary.Q4_K_M.gguf | 3 + astrollama-3-8b-base_summary.Q4_K_S.gguf | 3 + astrollama-3-8b-base_summary.Q5_K_M.gguf | 3 + astrollama-3-8b-base_summary.Q5_K_S.gguf | 3 + astrollama-3-8b-base_summary.Q6_K.gguf | 3 + astrollama-3-8b-base_summary.Q8_0.gguf | 3 + astrollama-3-8b-base_summary.f16.gguf | 3 + 17 files changed, 167 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 astrollama-3-8b-base_summary.IQ3_M.gguf create mode 100644 astrollama-3-8b-base_summary.IQ3_S.gguf create mode 100644 astrollama-3-8b-base_summary.IQ3_XS.gguf create mode 100644 astrollama-3-8b-base_summary.IQ4_XS.gguf create mode 100644 astrollama-3-8b-base_summary.Q2_K.gguf create mode 100644 astrollama-3-8b-base_summary.Q3_K_L.gguf create mode 100644 astrollama-3-8b-base_summary.Q3_K_M.gguf create mode 100644 astrollama-3-8b-base_summary.Q3_K_S.gguf create mode 100644 astrollama-3-8b-base_summary.Q4_K_M.gguf create mode 100644 astrollama-3-8b-base_summary.Q4_K_S.gguf create mode 100644 astrollama-3-8b-base_summary.Q5_K_M.gguf create mode 100644 astrollama-3-8b-base_summary.Q5_K_S.gguf create mode 100644 astrollama-3-8b-base_summary.Q6_K.gguf create mode 100644 astrollama-3-8b-base_summary.Q8_0.gguf create mode 100644 astrollama-3-8b-base_summary.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..11aeb6b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +astrollama-3-8b-base_summary.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.f16.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-base_summary.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..e167e65 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +--- +base_model: AstroMLab/astrollama-3-8b-base_summary +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +tags: +- llama-3 +- astronomy +- astrophysics +- arxiv +--- +## About + + + + + + +static quants of https://huggingface.co/AstroMLab/astrollama-3-8b-base_summary + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-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/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-GGUF/resolve/main/astrollama-3-8b-base_summary.f16.gguf) | f16 | 16.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. + + diff --git a/astrollama-3-8b-base_summary.IQ3_M.gguf b/astrollama-3-8b-base_summary.IQ3_M.gguf new file mode 100644 index 0000000..895a0a5 --- /dev/null +++ b/astrollama-3-8b-base_summary.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7950f4cf48813da42b98364dd4484e6b5e6b0cdebe336119eb6dd39a668b366 +size 3784823840 diff --git a/astrollama-3-8b-base_summary.IQ3_S.gguf b/astrollama-3-8b-base_summary.IQ3_S.gguf new file mode 100644 index 0000000..59314e9 --- /dev/null +++ b/astrollama-3-8b-base_summary.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b5724ddbdbbf67a4a84002995e0b2da7eb03f56da5e79b97ce6dd38ddc19f8 +size 3682325536 diff --git a/astrollama-3-8b-base_summary.IQ3_XS.gguf b/astrollama-3-8b-base_summary.IQ3_XS.gguf new file mode 100644 index 0000000..86ffb87 --- /dev/null +++ b/astrollama-3-8b-base_summary.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0954181e71e1ba7d3ef9bc0adf48509e81f920fd65aa537ef670b2350d0c914 +size 3518747680 diff --git a/astrollama-3-8b-base_summary.IQ4_XS.gguf b/astrollama-3-8b-base_summary.IQ4_XS.gguf new file mode 100644 index 0000000..574f4ff --- /dev/null +++ b/astrollama-3-8b-base_summary.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0168c107671949665d65d7abaa08d064c574452001fbd8713aea4936aedfbef9 +size 4484363296 diff --git a/astrollama-3-8b-base_summary.Q2_K.gguf b/astrollama-3-8b-base_summary.Q2_K.gguf new file mode 100644 index 0000000..aaedde1 --- /dev/null +++ b/astrollama-3-8b-base_summary.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda061047a20c1ad4d4d81e3f888b346a19c77c3c3daec723c46638f171821b4 +size 3179131936 diff --git a/astrollama-3-8b-base_summary.Q3_K_L.gguf b/astrollama-3-8b-base_summary.Q3_K_L.gguf new file mode 100644 index 0000000..42f106f --- /dev/null +++ b/astrollama-3-8b-base_summary.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effc252c637e5b2b4389bba5dea37a017dc57c681e331b9c8a01f2eeb7af9a56 +size 4321956896 diff --git a/astrollama-3-8b-base_summary.Q3_K_M.gguf b/astrollama-3-8b-base_summary.Q3_K_M.gguf new file mode 100644 index 0000000..7d34b80 --- /dev/null +++ b/astrollama-3-8b-base_summary.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548d5b8ed2cd7f618e77432532740bdabf61a21c131b0f87c2b97cb696149680 +size 4018918432 diff --git a/astrollama-3-8b-base_summary.Q3_K_S.gguf b/astrollama-3-8b-base_summary.Q3_K_S.gguf new file mode 100644 index 0000000..0792143 --- /dev/null +++ b/astrollama-3-8b-base_summary.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1d84a879d8ed087a955fd01d0ed31ca47d97f4e0b89917412ce007cc2e8a3f +size 3664499744 diff --git a/astrollama-3-8b-base_summary.Q4_K_M.gguf b/astrollama-3-8b-base_summary.Q4_K_M.gguf new file mode 100644 index 0000000..600ff2f --- /dev/null +++ b/astrollama-3-8b-base_summary.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116a49a29561b9cc2a6199357e7263115501d6c5c21fff50d1fa21ffb61ccc89 +size 4920734752 diff --git a/astrollama-3-8b-base_summary.Q4_K_S.gguf b/astrollama-3-8b-base_summary.Q4_K_S.gguf new file mode 100644 index 0000000..10ef6fc --- /dev/null +++ b/astrollama-3-8b-base_summary.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b656089a7b7f6f42b1b789ac5c773d0ee48fb78204d242abc5eba9ce9220cc +size 4692669472 diff --git a/astrollama-3-8b-base_summary.Q5_K_M.gguf b/astrollama-3-8b-base_summary.Q5_K_M.gguf new file mode 100644 index 0000000..79ea319 --- /dev/null +++ b/astrollama-3-8b-base_summary.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc068a0c1ea6d2636fd7f5ec4bceb1b74f37d7a60afed373b89ff38e4deece17 +size 5732987936 diff --git a/astrollama-3-8b-base_summary.Q5_K_S.gguf b/astrollama-3-8b-base_summary.Q5_K_S.gguf new file mode 100644 index 0000000..cfea1f7 --- /dev/null +++ b/astrollama-3-8b-base_summary.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072763e907eaee3281b2dcedc02583133b5f531e3433e00ba1b18815f2091fd0 +size 5599294496 diff --git a/astrollama-3-8b-base_summary.Q6_K.gguf b/astrollama-3-8b-base_summary.Q6_K.gguf new file mode 100644 index 0000000..19f3068 --- /dev/null +++ b/astrollama-3-8b-base_summary.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567b99e887011030fb8b6edbd38d923c37542a314b06554be436d5d5d47ca632 +size 6596006944 diff --git a/astrollama-3-8b-base_summary.Q8_0.gguf b/astrollama-3-8b-base_summary.Q8_0.gguf new file mode 100644 index 0000000..f21cd60 --- /dev/null +++ b/astrollama-3-8b-base_summary.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19383425304d677259f20b5e6d34d71d837e99f6c8b3032c79eeb995e0089ff +size 8540771360 diff --git a/astrollama-3-8b-base_summary.f16.gguf b/astrollama-3-8b-base_summary.f16.gguf new file mode 100644 index 0000000..033c9b3 --- /dev/null +++ b/astrollama-3-8b-base_summary.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa69c62ea93ac2888d4c3a410587eca2cc86c5fc15ddb11496ce022fee6b8cb +size 16068891680