commit b1f2c52e8c3ba16f29d65e83fc3213b8a99936a8 Author: ModelHub XC Date: Tue Jun 30 10:55:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/umbr0x-1.5b-checkpoint1-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..da011dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +umbr0x-1.5b-checkpoint1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +umbr0x-1.5b-checkpoint1.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..42f940a --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: gabrielbosse9/umbr0x-1.5b-checkpoint1 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- qwen2 +- trl +- sft +--- +## About + + + + + + +static quants of https://huggingface.co/gabrielbosse9/umbr0x-1.5b-checkpoint1 + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q2_K.gguf) | Q2_K | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q3_K_S.gguf) | Q3_K_S | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q3_K_M.gguf) | Q3_K_M | 0.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q3_K_L.gguf) | Q3_K_L | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.IQ4_XS.gguf) | IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q4_K_S.gguf) | Q4_K_S | 1.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q4_K_M.gguf) | Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q5_K_S.gguf) | Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q5_K_M.gguf) | Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q6_K.gguf) | Q6_K | 1.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.Q8_0.gguf) | Q8_0 | 1.7 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/umbr0x-1.5b-checkpoint1-GGUF/resolve/main/umbr0x-1.5b-checkpoint1.f16.gguf) | f16 | 3.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/umbr0x-1.5b-checkpoint1.IQ4_XS.gguf b/umbr0x-1.5b-checkpoint1.IQ4_XS.gguf new file mode 100644 index 0000000..f692b07 --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15213490549cbe689238455f03f7c32a60e825dc19386f0ea838ef253d517673 +size 902180832 diff --git a/umbr0x-1.5b-checkpoint1.Q2_K.gguf b/umbr0x-1.5b-checkpoint1.Q2_K.gguf new file mode 100644 index 0000000..bafc449 --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73140058fae23d37bea176bc817243f99dda6904fbd5c3d05dd683005850b0e8 +size 676302816 diff --git a/umbr0x-1.5b-checkpoint1.Q3_K_L.gguf b/umbr0x-1.5b-checkpoint1.Q3_K_L.gguf new file mode 100644 index 0000000..230dce9 --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3403451e2365a06f07ac54201507f831319602d160193ca8f24c38c847276d +size 880160736 diff --git a/umbr0x-1.5b-checkpoint1.Q3_K_M.gguf b/umbr0x-1.5b-checkpoint1.Q3_K_M.gguf new file mode 100644 index 0000000..41319f9 --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6538d39b39868fb8badd6c1a55722f57c4f0691e3549bda61d024ddaae4aad9 +size 824176608 diff --git a/umbr0x-1.5b-checkpoint1.Q3_K_S.gguf b/umbr0x-1.5b-checkpoint1.Q3_K_S.gguf new file mode 100644 index 0000000..147c546 --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211476f8a3a21242c04d3bcf2926c1aa2d3e66ef120199fd522881213781b308 +size 760942560 diff --git a/umbr0x-1.5b-checkpoint1.Q4_K_M.gguf b/umbr0x-1.5b-checkpoint1.Q4_K_M.gguf new file mode 100644 index 0000000..4f0fabc --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ff7cae5bf888e67d1cacb79ff660e7c357f84e2db5b0149a60ade5250782b6 +size 986046432 diff --git a/umbr0x-1.5b-checkpoint1.Q4_K_S.gguf b/umbr0x-1.5b-checkpoint1.Q4_K_S.gguf new file mode 100644 index 0000000..dce6563 --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12ca4ab2558bd2f8e0b32a35f56300c99b423a0be2865d3ba49086037b57c57 +size 940310496 diff --git a/umbr0x-1.5b-checkpoint1.Q5_K_M.gguf b/umbr0x-1.5b-checkpoint1.Q5_K_M.gguf new file mode 100644 index 0000000..07b1cde --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f33d4b2aecd997b9bb0b30fbe48c2a48acdeb14a6fc8880a100f3165218c8f2 +size 1125048288 diff --git a/umbr0x-1.5b-checkpoint1.Q5_K_S.gguf b/umbr0x-1.5b-checkpoint1.Q5_K_S.gguf new file mode 100644 index 0000000..ba7bd8d --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4645e38042330cbb8ccff988c1fd750d7e68eacc323bf955c0339e58e4f970 +size 1098727392 diff --git a/umbr0x-1.5b-checkpoint1.Q6_K.gguf b/umbr0x-1.5b-checkpoint1.Q6_K.gguf new file mode 100644 index 0000000..78f79a9 --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b157e22e357fd3eabc0cb347327b36aa584010728e59466116cb9f13fc8d5c99 +size 1272737760 diff --git a/umbr0x-1.5b-checkpoint1.Q8_0.gguf b/umbr0x-1.5b-checkpoint1.Q8_0.gguf new file mode 100644 index 0000000..5b4ed37 --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee72d7fae57eb83acda7cb5f12fc7ef3c6eba8f3bbbcda66990ea836fd561165 +size 1646570976 diff --git a/umbr0x-1.5b-checkpoint1.f16.gguf b/umbr0x-1.5b-checkpoint1.f16.gguf new file mode 100644 index 0000000..021c1cb --- /dev/null +++ b/umbr0x-1.5b-checkpoint1.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcba6630d76ab1932234eabd18da3df1cf867f4d74254b78504365f35698058e +size 3093667296