commit e1cb83cc3e5b9941c5de09f2d17d23f39fe0b92d Author: ModelHub XC Date: Tue Jun 16 12:02:18 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/tarnished-9b-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7468b22 --- /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 +tarnished-9b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.f16.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +tarnished-9b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..70713d9 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: lodrick-the-lafted/tarnished-9b +language: +- en +library_name: transformers +license: wtfpl +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/lodrick-the-lafted/tarnished-9b + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/tarnished-9b-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/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q2_K.gguf) | Q2_K | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.IQ3_XS.gguf) | IQ3_XS | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.IQ3_S.gguf) | IQ3_S | 4.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q3_K_S.gguf) | Q3_K_S | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.IQ3_M.gguf) | IQ3_M | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q3_K_M.gguf) | Q3_K_M | 4.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q3_K_L.gguf) | Q3_K_L | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.IQ4_XS.gguf) | IQ4_XS | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q4_K_S.gguf) | Q4_K_S | 5.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q4_K_M.gguf) | Q4_K_M | 5.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q5_K_S.gguf) | Q5_K_S | 6.6 | | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q5_K_M.gguf) | Q5_K_M | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q6_K.gguf) | Q6_K | 7.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.Q8_0.gguf) | Q8_0 | 9.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/tarnished-9b-GGUF/resolve/main/tarnished-9b.f16.gguf) | f16 | 18.6 | 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/tarnished-9b.IQ3_M.gguf b/tarnished-9b.IQ3_M.gguf new file mode 100644 index 0000000..d9ffe71 --- /dev/null +++ b/tarnished-9b.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab9a7641f5327395ab2a896d591b5ec1b76bac473afa810563ff9b0e622b3fa +size 4494615872 diff --git a/tarnished-9b.IQ3_S.gguf b/tarnished-9b.IQ3_S.gguf new file mode 100644 index 0000000..2ffea23 --- /dev/null +++ b/tarnished-9b.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e069ba3fa3db5e947c7a87af659f5c41eb545aed2c114a87a4fc558e5da83881 +size 4337665344 diff --git a/tarnished-9b.IQ3_XS.gguf b/tarnished-9b.IQ3_XS.gguf new file mode 100644 index 0000000..b82be42 --- /dev/null +++ b/tarnished-9b.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84c67e3499c563d592c074037afae3b8df1febfb12b0355a69aafeda578d66c +size 4144989504 diff --git a/tarnished-9b.IQ4_XS.gguf b/tarnished-9b.IQ4_XS.gguf new file mode 100644 index 0000000..eda049c --- /dev/null +++ b/tarnished-9b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ede58a99a899144ea17d614d0af4a3b7107d5bcff8539fad84f03725b590539 +size 5223171392 diff --git a/tarnished-9b.Q2_K.gguf b/tarnished-9b.Q2_K.gguf new file mode 100644 index 0000000..31ca70e --- /dev/null +++ b/tarnished-9b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cad22b5ae7c425f010abd06b3631cead84f3099e268115369f275ac0e0b5217 +size 3805398336 diff --git a/tarnished-9b.Q3_K_L.gguf b/tarnished-9b.Q3_K_L.gguf new file mode 100644 index 0000000..8a9f543 --- /dev/null +++ b/tarnished-9b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc46a7bf7ab53e59cdb047427ea5e534dec41cddfcfe80de782781baf93949c +size 5132453184 diff --git a/tarnished-9b.Q3_K_M.gguf b/tarnished-9b.Q3_K_M.gguf new file mode 100644 index 0000000..1e77d51 --- /dev/null +++ b/tarnished-9b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9162284979ab7f54f9adffdf90223475ede67e3fde49be60c296826f996b1d52 +size 4761781568 diff --git a/tarnished-9b.Q3_K_S.gguf b/tarnished-9b.Q3_K_S.gguf new file mode 100644 index 0000000..3427f33 --- /dev/null +++ b/tarnished-9b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055e723951d02d13a485b5d381de29520f7c000a7916cdcf3c1bccb6ad51c2ce +size 4337665344 diff --git a/tarnished-9b.Q4_K_M.gguf b/tarnished-9b.Q4_K_M.gguf new file mode 100644 index 0000000..20f0f2e --- /dev/null +++ b/tarnished-9b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a747af4df8a3569feeae994f437fe6b7153533adad0e90775bd66a9a8740cab6 +size 5761058112 diff --git a/tarnished-9b.Q4_K_S.gguf b/tarnished-9b.Q4_K_S.gguf new file mode 100644 index 0000000..4241911 --- /dev/null +++ b/tarnished-9b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a0114f66637b459d4b01055ede056280e8038ea007f8f62ab9e0eda6769437 +size 5478925632 diff --git a/tarnished-9b.Q5_K_M.gguf b/tarnished-9b.Q5_K_M.gguf new file mode 100644 index 0000000..3c1cd61 --- /dev/null +++ b/tarnished-9b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecca79b5df80a682d7024b7d381c7f303eb32308c149bbd97b26b6e49f95b8ef +size 6647366976 diff --git a/tarnished-9b.Q5_K_S.gguf b/tarnished-9b.Q5_K_S.gguf new file mode 100644 index 0000000..14d203d --- /dev/null +++ b/tarnished-9b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57a17180a083319ec0ddfebff0c4648a4289f29ec76fecc07e57effea708516 +size 6483592512 diff --git a/tarnished-9b.Q6_K.gguf b/tarnished-9b.Q6_K.gguf new file mode 100644 index 0000000..dbdec04 --- /dev/null +++ b/tarnished-9b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046dbc5b204901bd97f3ec32f8e272df78ec4273064539889a48805bb37582fa +size 7589070144 diff --git a/tarnished-9b.Q8_0.gguf b/tarnished-9b.Q8_0.gguf new file mode 100644 index 0000000..80a5488 --- /dev/null +++ b/tarnished-9b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16d7b240a2a563b7709471caa7244f41fcd2a5e82843b95346d66882310a3f7 +size 9827149120 diff --git a/tarnished-9b.f16.gguf b/tarnished-9b.f16.gguf new file mode 100644 index 0000000..3c7fcb6 --- /dev/null +++ b/tarnished-9b.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff5ca27b812388a6507ffc70154f928f09e3f5657fd3fffd0d4ba07afc2cfba +size 18490680640