From b934d022b37e78d5f70f565cb801ef13537fc119 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Apr 2026 21:41:45 +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/Lambda-Equulei-1.5B-xLingual-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++ Lambda-Equulei-1.5B-xLingual.IQ4_XS.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q2_K.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q3_K_L.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q3_K_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q3_K_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q4_K_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q4_K_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q5_K_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q5_K_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q6_K.gguf | 3 + Lambda-Equulei-1.5B-xLingual.Q8_0.gguf | 3 + Lambda-Equulei-1.5B-xLingual.f16.gguf | 3 + README.md | 111 +++++++++++++++++++++++ 14 files changed, 194 insertions(+) create mode 100644 .gitattributes create mode 100644 Lambda-Equulei-1.5B-xLingual.IQ4_XS.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q2_K.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q3_K_L.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q3_K_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q3_K_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q4_K_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q4_K_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q5_K_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q5_K_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q6_K.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.Q8_0.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e53da9d --- /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 +Lambda-Equulei-1.5B-xLingual.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Lambda-Equulei-1.5B-xLingual.IQ4_XS.gguf b/Lambda-Equulei-1.5B-xLingual.IQ4_XS.gguf new file mode 100644 index 0000000..bc82b72 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26a586fe99b0f7d39bbe9702914636b748a1ae514fe10264b2d1bd551f72ce4 +size 1026163296 diff --git a/Lambda-Equulei-1.5B-xLingual.Q2_K.gguf b/Lambda-Equulei-1.5B-xLingual.Q2_K.gguf new file mode 100644 index 0000000..f6becd7 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9456431878a55fd479c92bd82c470c77fb7b59a53744514bde75ce42119c79bb +size 752881248 diff --git a/Lambda-Equulei-1.5B-xLingual.Q3_K_L.gguf b/Lambda-Equulei-1.5B-xLingual.Q3_K_L.gguf new file mode 100644 index 0000000..5450a36 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49fa48228cdb8cf85b7cff7832674b6e6873317ccaf76c7526ff8debeb0a1a6 +size 980441184 diff --git a/Lambda-Equulei-1.5B-xLingual.Q3_K_M.gguf b/Lambda-Equulei-1.5B-xLingual.Q3_K_M.gguf new file mode 100644 index 0000000..56b02ec --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e58dcbc4b391753ba7d22146de390b097771ebc0416ab115355ecd28a20691 +size 924457056 diff --git a/Lambda-Equulei-1.5B-xLingual.Q3_K_S.gguf b/Lambda-Equulei-1.5B-xLingual.Q3_K_S.gguf new file mode 100644 index 0000000..8d2f265 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1504d2cf34db6e40a9103aeb92c856de0bd46e0f147dadfb8dc51d977ee99527 +size 861223008 diff --git a/Lambda-Equulei-1.5B-xLingual.Q4_K_M.gguf b/Lambda-Equulei-1.5B-xLingual.Q4_K_M.gguf new file mode 100644 index 0000000..05fc990 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75a3e899aaa69e904d550298ef9642030757260feb2f03e74da0949f9f90438 +size 1117321824 diff --git a/Lambda-Equulei-1.5B-xLingual.Q4_K_S.gguf b/Lambda-Equulei-1.5B-xLingual.Q4_K_S.gguf new file mode 100644 index 0000000..d711990 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80323c2bba022081fbe6ee1e231d265d29df0d391bf99f712a443063ef3a74b +size 1071585888 diff --git a/Lambda-Equulei-1.5B-xLingual.Q5_K_M.gguf b/Lambda-Equulei-1.5B-xLingual.Q5_K_M.gguf new file mode 100644 index 0000000..67c277b --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260cf182ae5d8cfa6145f3bdc6edd45744aa19a9f527c208ec47005bf5f8dd06 +size 1285495392 diff --git a/Lambda-Equulei-1.5B-xLingual.Q5_K_S.gguf b/Lambda-Equulei-1.5B-xLingual.Q5_K_S.gguf new file mode 100644 index 0000000..cf72aab --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb68abb2f9c440289e7a9c69bb6b7d3ddb0896d31e191c2f55b46b3979b2142 +size 1259174496 diff --git a/Lambda-Equulei-1.5B-xLingual.Q6_K.gguf b/Lambda-Equulei-1.5B-xLingual.Q6_K.gguf new file mode 100644 index 0000000..85c0fe9 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f078b01564eff606c0d67f32d9948a94133d17dac06b4bd59e628ed5f0507f8 +size 1464179808 diff --git a/Lambda-Equulei-1.5B-xLingual.Q8_0.gguf b/Lambda-Equulei-1.5B-xLingual.Q8_0.gguf new file mode 100644 index 0000000..05f1640 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a67b286b84bda5ca2e04f0708426a4616b4a64bd628720a4c378cd2f22475b +size 1894533216 diff --git a/Lambda-Equulei-1.5B-xLingual.f16.gguf b/Lambda-Equulei-1.5B-xLingual.f16.gguf new file mode 100644 index 0000000..9fc88ad --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4007ba3795af3da1ae60c24afdc7432143ac1b0f37a9c961b717afc3b97c6c14 +size 3560417376 diff --git a/README.md b/README.md new file mode 100644 index 0000000..37f8bdf --- /dev/null +++ b/README.md @@ -0,0 +1,111 @@ +--- +base_model: prithivMLmods/Lambda-Equulei-1.5B-xLingual +language: +- am +- ar +- bn +- zh +- cs +- nl +- en +- fr +- de +- el +- ha +- he +- hi +- id +- it +- ja +- jv +- km +- ko +- lo +- ms +- mr +- fa +- pl +- pt +- ro +- ru +- es +- sw +- sv +- tl +- ta +- te +- th +- tr +- uk +- ur +- vi +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- multilingual +- llm +- XLingual +--- +## About + + + + + + +static quants of https://huggingface.co/prithivMLmods/Lambda-Equulei-1.5B-xLingual + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Lambda-Equulei-1.5B-xLingual-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-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/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q3_K_S.gguf) | Q3_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q3_K_L.gguf) | Q3_K_L | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.IQ4_XS.gguf) | IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q5_K_S.gguf) | Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q5_K_M.gguf) | Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q6_K.gguf) | Q6_K | 1.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.Q8_0.gguf) | Q8_0 | 2.0 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.f16.gguf) | f16 | 3.7 | 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. + +