commit 1ff3ae3ad836cda50f051480be4681a0f7c86881 Author: ModelHub XC Date: Fri Jun 12 14:50:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/astrollama-3-8b-chat_aic-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0cf45ee --- /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-chat_aic.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.f16.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +astrollama-3-8b-chat_aic.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..430c37b --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +--- +base_model: AstroMLab/astrollama-3-8b-chat_aic +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-chat_aic + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-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-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-chat_aic-GGUF/resolve/main/astrollama-3-8b-chat_aic.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-chat_aic.IQ3_M.gguf b/astrollama-3-8b-chat_aic.IQ3_M.gguf new file mode 100644 index 0000000..8aace13 --- /dev/null +++ b/astrollama-3-8b-chat_aic.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d39b10a5fad08a4bf1ac25578e667af53eb1919a65af56a2684a7d52a9686f4 +size 3784823872 diff --git a/astrollama-3-8b-chat_aic.IQ3_S.gguf b/astrollama-3-8b-chat_aic.IQ3_S.gguf new file mode 100644 index 0000000..b714295 --- /dev/null +++ b/astrollama-3-8b-chat_aic.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3a30b9bfd323e71bc08addbfb75219dcf4308de92b56a5ef71815477d2be18 +size 3682325568 diff --git a/astrollama-3-8b-chat_aic.IQ3_XS.gguf b/astrollama-3-8b-chat_aic.IQ3_XS.gguf new file mode 100644 index 0000000..6703514 --- /dev/null +++ b/astrollama-3-8b-chat_aic.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14cd5a1515746ec22e30d0c6f91e2510e508c9f46672abda5c4cf4f13255337 +size 3518747712 diff --git a/astrollama-3-8b-chat_aic.IQ4_XS.gguf b/astrollama-3-8b-chat_aic.IQ4_XS.gguf new file mode 100644 index 0000000..8fd0e8f --- /dev/null +++ b/astrollama-3-8b-chat_aic.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf76a977086b2b10d37f556f6f9340fd41164e75cada11981ae7d19cb710b786 +size 4484363328 diff --git a/astrollama-3-8b-chat_aic.Q2_K.gguf b/astrollama-3-8b-chat_aic.Q2_K.gguf new file mode 100644 index 0000000..a2df1bb --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a97ba62256a5a89660ac758523dadf080c9e18d059e339fed4a7701b274bcc +size 3179131968 diff --git a/astrollama-3-8b-chat_aic.Q3_K_L.gguf b/astrollama-3-8b-chat_aic.Q3_K_L.gguf new file mode 100644 index 0000000..6d335c7 --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17eea35a57d8118c1bb7822a29cdd799eb66683eef8d849b1433c959469cef2c +size 4321956928 diff --git a/astrollama-3-8b-chat_aic.Q3_K_M.gguf b/astrollama-3-8b-chat_aic.Q3_K_M.gguf new file mode 100644 index 0000000..81f8fbf --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ca104ac818c6a77e04fc2387cb94db1a8228b43ff50cc103eb4fd7059319fc +size 4018918464 diff --git a/astrollama-3-8b-chat_aic.Q3_K_S.gguf b/astrollama-3-8b-chat_aic.Q3_K_S.gguf new file mode 100644 index 0000000..84c7097 --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55666b8da5232339c043d763b71ee77d012e220253f53ba10c903a68f6514840 +size 3664499776 diff --git a/astrollama-3-8b-chat_aic.Q4_K_M.gguf b/astrollama-3-8b-chat_aic.Q4_K_M.gguf new file mode 100644 index 0000000..17a65ac --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded46b0a47321aa024a660e5b3b20035c721087d6a2819dc5fa9cf8382e74ae8 +size 4920734784 diff --git a/astrollama-3-8b-chat_aic.Q4_K_S.gguf b/astrollama-3-8b-chat_aic.Q4_K_S.gguf new file mode 100644 index 0000000..02a2dbb --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b99693a16c184b9c99af3c8dd851a6868bee0630bface664aafd7dc74fccefd +size 4692669504 diff --git a/astrollama-3-8b-chat_aic.Q5_K_M.gguf b/astrollama-3-8b-chat_aic.Q5_K_M.gguf new file mode 100644 index 0000000..fdca0f3 --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e4aa03dd220e1672bd648796f875ff5890ed76d72882ff14a00cd9319b4cc0 +size 5732987968 diff --git a/astrollama-3-8b-chat_aic.Q5_K_S.gguf b/astrollama-3-8b-chat_aic.Q5_K_S.gguf new file mode 100644 index 0000000..c7a5151 --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6c7378678ae7c83dbecd4a51803c21e4a2dfaac7d60895872242fb77286a75 +size 5599294528 diff --git a/astrollama-3-8b-chat_aic.Q6_K.gguf b/astrollama-3-8b-chat_aic.Q6_K.gguf new file mode 100644 index 0000000..b62c988 --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e7a332834a11492cb76f9ea679c39e9971b734823fdf2dba3091952bd0b020 +size 6596006976 diff --git a/astrollama-3-8b-chat_aic.Q8_0.gguf b/astrollama-3-8b-chat_aic.Q8_0.gguf new file mode 100644 index 0000000..fec77a4 --- /dev/null +++ b/astrollama-3-8b-chat_aic.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db1eb091df63a77dfd16b439f509283e3d4d6215969bd8f51ce9a78cd219a74 +size 8540771392 diff --git a/astrollama-3-8b-chat_aic.f16.gguf b/astrollama-3-8b-chat_aic.f16.gguf new file mode 100644 index 0000000..9fcd96f --- /dev/null +++ b/astrollama-3-8b-chat_aic.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dbb06b384cc15849cb67bb9a42d35b09a9dcca04ee24df809299ac041bae9a +size 16068891712