From 11ff76d7ae09fd1d9a8dc2a8cbee7665d292e332 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 30 Apr 2026 18:32:34 +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-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++ Lambda-Equulei-1.5B-xLingual.i1-IQ1_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ1_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ2_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ2_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ2_XS.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ2_XXS.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ3_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ3_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ3_XS.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ3_XXS.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ4_NL.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-IQ4_XS.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q2_K.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q2_K_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q3_K_L.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q3_K_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q3_K_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q4_0.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q4_1.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q4_K_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q4_K_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q5_K_M.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q5_K_S.gguf | 3 + Lambda-Equulei-1.5B-xLingual.i1-Q6_K.gguf | 3 + README.md | 123 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 258 insertions(+) create mode 100644 .gitattributes create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ1_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ1_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ2_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ2_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ2_XS.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ2_XXS.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ3_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ3_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ3_XS.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ3_XXS.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ4_NL.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-IQ4_XS.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q2_K.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q2_K_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q3_K_L.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q3_K_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q3_K_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q4_0.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q4_1.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q4_K_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q4_K_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q5_K_M.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q5_K_S.gguf create mode 100644 Lambda-Equulei-1.5B-xLingual.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4e3ebb8 --- /dev/null +++ b/.gitattributes @@ -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 +Lambda-Equulei-1.5B-xLingual.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Lambda-Equulei-1.5B-xLingual.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ1_M.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ1_M.gguf new file mode 100644 index 0000000..717c01b --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f449d6bc682e3ee56a79e641aed1f4a7e2dcb55cbca6481c66acc68442daa5 +size 541037920 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ1_S.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ1_S.gguf new file mode 100644 index 0000000..e50d6c7 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ff3f9201bdb2e515e6cbadc4d1c61beb59af3b216eea70c332a6f3a8f232ae +size 513104224 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ2_M.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ2_M.gguf new file mode 100644 index 0000000..3624c8c --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871fb014295e26e24fbcbea6ff863b24d2011f0e24ee21ac3c909775b31b26a5 +size 701333344 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ2_S.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ2_S.gguf new file mode 100644 index 0000000..54b3069 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7d3baea3e15aed9690065f5e5e4ad739af326d410b994dbf1a6ff106cdee77 +size 664088416 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ2_XS.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ2_XS.gguf new file mode 100644 index 0000000..8a61a47 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574542f5e83f1d640d73f3de2f61f7ba3049afcec1577d0b688663834e487532 +size 626903392 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ2_XXS.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..adecbc5 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f160c7ff54332bbf11327cf976592d435f244de48ba4c1132ac428c367395bd5 +size 587594080 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ3_M.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ3_M.gguf new file mode 100644 index 0000000..94a8c75 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8b89edadd9f87a4752f41dca213269473614887af3b10098880749fb6e2850 +size 876942688 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ3_S.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ3_S.gguf new file mode 100644 index 0000000..9720412 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40ced7f77e14e4187453c6ec0e1b005a247eace124265eba7dc19bcf5af06a3 +size 862685536 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ3_XS.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ3_XS.gguf new file mode 100644 index 0000000..e5a8724 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1c54e620603d045d275b29e552a36af1027a603c0835697e1310e8fab8f2e9 +size 831977824 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ3_XXS.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c2fb5e2 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb1a2dc0e3933e8f98df9307dc84784b5a40c0eaf6dc1d1f8889f71c29ca85d +size 769070944 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ4_NL.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ4_NL.gguf new file mode 100644 index 0000000..857f3c8 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59af1d3742f8088c0bcf84a3b599d27ef51e13e4e3347c693ba22f76934e677d +size 1067604832 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-IQ4_XS.gguf b/Lambda-Equulei-1.5B-xLingual.i1-IQ4_XS.gguf new file mode 100644 index 0000000..24ad5f0 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d61ca8d4d1b1abfffa2c751906dc2259795a3daec545e8f4d1116a37de3cd3a +size 1019712352 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q2_K.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q2_K.gguf new file mode 100644 index 0000000..f0b1cee --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364ac2c9e89c43508c2dddb8c0db9351297e5894ad7071c846b4874aec888754 +size 752881504 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q2_K_S.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q2_K_S.gguf new file mode 100644 index 0000000..d24c52f --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39b661e80b749d56d8d505d7f65f2950ef4461abb6444ae51bbfb7cd47cefc8 +size 716711776 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_L.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_L.gguf new file mode 100644 index 0000000..444a0b3 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d712141c87bfb2622828d695b49e224ed5612ce46602c6099225703214a5c23 +size 980441440 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_M.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_M.gguf new file mode 100644 index 0000000..181215a --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7421fa4dcd80faad5d68c87c3fbe46fbb7c1971dcb2d8725b797189e3ac4cead +size 924457312 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_S.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_S.gguf new file mode 100644 index 0000000..f7d8865 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e4ddfd642f712379e981cbb711e885178e774013f9f01220b0e31c7649dce9 +size 861223264 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q4_0.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q4_0.gguf new file mode 100644 index 0000000..f71931e --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382b73694a8163a3445be7d1baf2e1d9bc6063a11535375ff3f538b114f33ea3 +size 1068809056 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q4_1.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q4_1.gguf new file mode 100644 index 0000000..cfd961d --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfc133ea6868e1f486a3b9b55b2c4ddcb86cc79db7c551f125f017c64b2e48c +size 1162701664 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q4_K_M.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q4_K_M.gguf new file mode 100644 index 0000000..bf336b4 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ce692bc9acdbfe4ecfceaf879271b7fd7a04cd5a59e4a4caeb45a2f2fc1812 +size 1117322080 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q4_K_S.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q4_K_S.gguf new file mode 100644 index 0000000..ad0dae8 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5512719a65d3608bc2bd61846fb54aac038ffa1d32704139fc65031bd31322d6 +size 1071586144 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q5_K_M.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a239534 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c6f7e038033bd13087b8780c5bfd4528ebae3634263e239d90e254250da828 +size 1285495648 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q5_K_S.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q5_K_S.gguf new file mode 100644 index 0000000..af99c81 --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4eacfe59886f3591aaf1a29c066a790bba7e774ba731c55ebeff909a18501e +size 1259174752 diff --git a/Lambda-Equulei-1.5B-xLingual.i1-Q6_K.gguf b/Lambda-Equulei-1.5B-xLingual.i1-Q6_K.gguf new file mode 100644 index 0000000..d86932f --- /dev/null +++ b/Lambda-Equulei-1.5B-xLingual.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d47c8fca2413f0e1011ca0ba3e83c901b5ff58f30ef47aad74aeb39150e523 +size 1464180064 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b128f76 --- /dev/null +++ b/README.md @@ -0,0 +1,123 @@ +--- +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 + + + + + + +weighted/imatrix 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-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-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-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ1_S.gguf) | i1-IQ1_S | 0.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ2_S.gguf) | i1-IQ2_S | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ2_M.gguf) | i1-IQ2_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q2_K.gguf) | i1-Q2_K | 0.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ3_S.gguf) | i1-IQ3_S | 1.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ3_M.gguf) | i1-IQ3_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.1 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q4_0.gguf) | i1-Q4_0 | 1.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q4_1.gguf) | i1-Q4_1 | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Lambda-Equulei-1.5B-xLingual-i1-GGUF/resolve/main/Lambda-Equulei-1.5B-xLingual.i1-Q6_K.gguf) | i1-Q6_K | 1.6 | 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. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..97fec6d --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0404d844e5c54e97ead38029a4b947e48ac49583e9b7d574d66125bd8c82fa +size 2042201