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

Model: mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-05 22:03:16 +08:00
commit b8d1b664ef
27 changed files with 221 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
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

86
README.md Normal file
View File

@@ -0,0 +1,86 @@
---
base_model: ZeroXClem/LLama3.1-Hawkish-Theia-Fireball-8B
language:
- en
library_name: transformers
license: apache-2.0
quantized_by: mradermacher
tags:
- merge
- mergekit
- lazymergekit
- bfloat16
- text-generation-inference
- model_stock
- crypto
- finance
- llama
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
weighted/imatrix quants of https://huggingface.co/ZeroXClem/LLama3.1-Hawkish-Theia-Fireball-8B
<!-- provided-files -->
static quants are available at https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-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/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.8 | fast on arm, low quality |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.8 | fast on arm+i8mm, low quality |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.8 | fast on arm+sve, low quality |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | |
| [GGUF](https://huggingface.co/mradermacher/LLama3.1-Hawkish-Theia-Fireball-8B-i1-GGUF/resolve/main/LLama3.1-Hawkish-Theia-Fireball-8B.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 -->

3
imatrix.dat Normal file
View File

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