初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/astrollama-3-8b-base_summary-i1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-12 14:50:17 +08:00
commit 22db094951
27 changed files with 216 additions and 0 deletions

60
.gitattributes vendored Normal file
View File

@@ -0,0 +1,60 @@
*.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
imatrix.dat filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
astrollama-3-8b-base_summary.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text

81
README.md Normal file
View File

@@ -0,0 +1,81 @@
---
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
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
weighted/imatrix quants of https://huggingface.co/AstroMLab/astrollama-3-8b-base_summary
<!-- provided-files -->
static quants are available at https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-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-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.8 | fast on arm, low quality |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.8 | fast on arm+i8mm, low quality |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.8 | fast on arm+sve, low quality |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | |
| [GGUF](https://huggingface.co/mradermacher/astrollama-3-8b-base_summary-i1-GGUF/resolve/main/astrollama-3-8b-base_summary.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | practically like static Q6_K |
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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
<!-- end -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d9b15da524b674bb73c25df25728095362d60db395393c6b457b7ff11f4f860
size 2161972512

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a79bad1bcd22bc719b24887183bdc89866c4d33c515a126ba518249db7362dc8
size 2019628320

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c272a6aba75bd4a38c053179508faf26c1aeafa16cc0b3456a987787421f157
size 2948281632

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89685da8d8ff4f3fe73093fee7f5cbafd0e490f21da4f6350a838cf3c210f7e0
size 2758489376

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa2009c895c3b09b5e1961e473bc4bbe28a5727ae16115c4b122fd6edec95a5b
size 2605782304

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bc5cc113d36ea37f80a32f6aa9a990052129afc22b46db3111871c8568f533b
size 2399212832

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1296b0ced683de8d5b8a9667a5287f505b70d760e2f07ad4e0b8991fda03ba9
size 3784824096

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c75d1c034bd74757951b6d8baca6a3869ef69f69d143da201908a573aa0e44f5
size 3682325792

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6931a5156b8dc63d6d0cf1ab15a48d2eb9fc3005175c88920046ad27111c7dbb
size 3518747936

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d6764deab6b43a74cf6cfda96e1cea3981b8e3b80f42f6717dc443bc04ef4b9
size 3274913056

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f127bdbdb69c6209145ce94bc0fa64e6c57843285dd64d062833273b3b3b3003
size 4447663392

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fefc348ea2b61e5bd05fd2f4fe85c7efcd9624184c0c75cbaff26154d63245b2
size 3179132192

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:629f07381d2949b4486fb9090c930d713ce9908c00f13ccb4fd20ec62a221076
size 4321957152

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c6384818a9a335757e5ffb86bf96488713e65cfd7f9bcb168eb84038fa8acae
size 4018918688

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:279278e4aca2828db49d44b6f481764e65a2f57a3068c03c1b34f7b23c44597b
size 3664500000

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61a700c34a95f006f3ffad6ba33847314be514b09fdc99fdd352ca9a10cf2e98
size 4675892512

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd96b6d8a9f29149e2a773f56a20079e9ddca1dc6e917565303c7ad58a84fa2a
size 4661212448

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f09bc6062d9e4c16a0b63d3f09c0efa3ce71d207b764535ebfb02e7b039462aa
size 4661212448

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed3cf2f566287f88ddda53b4017d9dbd26611de4a7846ee86d802f28dfa176cc
size 4661212448

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c0f3665dddad9ad3a19d006bfec2f15ecb28476f43247534dbaa674d51a0836
size 4920735008

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98e3c0c30ddc475c1950c06dca667bd2cce7460d40c14b42a85bae95a57feda1
size 4692669728

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5e5e720f6b8341cf1e3bf474c04a5ed2f03503b2c3e370a1a0cc2e1f4b4e2e3
size 5732988192

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ef146e52570ded3ed41a9af78964278b57cc7d31b3b870706310ab36b2cfd25
size 5599294752

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:afd190b5b3d5b695583ef8f643ffc3798028024b2e2c776fcf7847979830a037
size 6596007200

3
imatrix.dat Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42ea7d8ff307e769d03623ee1279f1b8997de12ecdc3c39b7c4d8feabd32bce3
size 4988157