From ae60d4f7bbc084c01721773ad6cb67d08105b6ea Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 5 Jul 2026 14:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++ DistiLabelOrca-TinyLLama-1.1B.IQ4_XS.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q2_K.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q3_K_L.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q3_K_M.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q3_K_S.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q4_K_M.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q4_K_S.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q5_K_M.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q5_K_S.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q6_K.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.Q8_0.gguf | 3 ++ DistiLabelOrca-TinyLLama-1.1B.f16.gguf | 3 ++ README.md | 66 +++++++++++++++++++++++ 14 files changed, 149 insertions(+) create mode 100644 .gitattributes create mode 100644 DistiLabelOrca-TinyLLama-1.1B.IQ4_XS.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q2_K.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q3_K_L.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q3_K_M.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q3_K_S.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q4_K_M.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q4_K_S.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q5_K_M.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q5_K_S.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q6_K.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.Q8_0.gguf create mode 100644 DistiLabelOrca-TinyLLama-1.1B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6509804 --- /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 +DistiLabelOrca-TinyLLama-1.1B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DistiLabelOrca-TinyLLama-1.1B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DistiLabelOrca-TinyLLama-1.1B.IQ4_XS.gguf b/DistiLabelOrca-TinyLLama-1.1B.IQ4_XS.gguf new file mode 100644 index 0000000..05bc44d --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207e159e7270f7608578cdfda55da986aad7485f00c32d74f223f5a069b6decc +size 609808576 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q2_K.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q2_K.gguf new file mode 100644 index 0000000..f375814 --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1027914efdd2ca6b352a29f8f530a4d023b19a6c57b768b75450f614bd12ed03 +size 432132288 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q3_K_L.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q3_K_L.gguf new file mode 100644 index 0000000..769973f --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9823ffa3eac4358a8658198f19c9d4037013da90c5c4c22e652579d06518575 +size 591528128 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q3_K_M.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q3_K_M.gguf new file mode 100644 index 0000000..325f6a8 --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e11ab10d0ff7755d494941cd420ba00d89bb5fdb391d0cd4eb4ceabe226328 +size 548405440 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q3_K_S.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q3_K_S.gguf new file mode 100644 index 0000000..833f960 --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf11caeac9e76b14a734e380ef8730052d978f9c6f0ca32e19bab1936d28a9c +size 499343552 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q4_K_M.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q4_K_M.gguf new file mode 100644 index 0000000..c7c243b --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43227f640d22f09a1c0dc160f39e719de56bf49c06c093c23580cb85bdc32e8 +size 667816128 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q4_K_S.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q4_K_S.gguf new file mode 100644 index 0000000..a97d3a3 --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffa02061a9c84c4825b16f1d14cd3abc12141353b9130738158dd84c9263508 +size 639873216 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q5_K_M.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q5_K_M.gguf new file mode 100644 index 0000000..42f10dc --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc803771af7e2687c9c560c92eac68546b4d3dc02d19fe651246dc76dea15ae1 +size 782045376 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q5_K_S.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q5_K_S.gguf new file mode 100644 index 0000000..14b433f --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b448b565cbaced9cb79f49b15249eab6e4759de5c1d1e9e354ac5cb327e4b9f5 +size 766030016 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q6_K.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q6_K.gguf new file mode 100644 index 0000000..b0bfe16 --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d1d69c40ee354210e6f8820c9e2f425f6e08410f228958fc95a3911fb9c78b +size 903413952 diff --git a/DistiLabelOrca-TinyLLama-1.1B.Q8_0.gguf b/DistiLabelOrca-TinyLLama-1.1B.Q8_0.gguf new file mode 100644 index 0000000..293fe41 --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a84b12dd58a81088e4a795a1febefa9f00477a42ba2b05fb96494d5ea411a1f +size 1169809600 diff --git a/DistiLabelOrca-TinyLLama-1.1B.f16.gguf b/DistiLabelOrca-TinyLLama-1.1B.f16.gguf new file mode 100644 index 0000000..ba5c677 --- /dev/null +++ b/DistiLabelOrca-TinyLLama-1.1B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4596f7757046919e93338d3764551b96296e01d04d501cbdecf2b0112adac5a7 +size 2201018560 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c98a8d --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +--- +base_model: eren23/DistiLabelOrca-TinyLLama-1.1B +datasets: +- argilla/distilabel-intel-orca-dpo-pairs +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/eren23/DistiLabelOrca-TinyLLama-1.1B + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-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/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q2_K.gguf) | Q2_K | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q3_K_S.gguf) | Q3_K_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q3_K_L.gguf) | Q3_K_L | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.IQ4_XS.gguf) | IQ4_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q4_K_M.gguf) | Q4_K_M | 0.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q5_K_S.gguf) | Q5_K_S | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q5_K_M.gguf) | Q5_K_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q6_K.gguf) | Q6_K | 1.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.Q8_0.gguf) | Q8_0 | 1.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/DistiLabelOrca-TinyLLama-1.1B-GGUF/resolve/main/DistiLabelOrca-TinyLLama-1.1B.f16.gguf) | f16 | 2.3 | 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. + +