From 06ef6d3e58665600cb0bc853606efde9433fb08b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 22 Apr 2026 06:59:57 +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: FlameF0X/LFM2.5-1.2B-Distilled-Claude-GGUF Source: Original Platform --- .gitattributes | 51 +++++++++++++++++++++++ LFM2.5-1.2B-Distillate-Claude-F16.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q2_K.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q3_K_L.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q3_K_M.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q3_K_S.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q4_0.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q4_1.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q4_K_M.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q4_K_S.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q5_0.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q5_1.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q5_K_M.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q5_K_S.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q6_K.gguf | 3 ++ LFM2.5-1.2B-Distillate-Claude-Q8_0.gguf | 3 ++ README.md | 36 ++++++++++++++++ 17 files changed, 132 insertions(+) create mode 100644 .gitattributes create mode 100644 LFM2.5-1.2B-Distillate-Claude-F16.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q2_K.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q3_K_L.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q3_K_M.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q3_K_S.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q4_0.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q4_1.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q4_K_M.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q4_K_S.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q5_0.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q5_1.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q5_K_M.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q5_K_S.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q6_K.gguf create mode 100644 LFM2.5-1.2B-Distillate-Claude-Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..72cb5ad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,51 @@ +*.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 +lfm-1.2b-f16.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-F16.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LFM2.5-1.2B-Distillate-Claude-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LFM2.5-1.2B-Distillate-Claude-F16.gguf b/LFM2.5-1.2B-Distillate-Claude-F16.gguf new file mode 100644 index 0000000..d2aff4b --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-F16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a7de2ba1e165e9d2074781562be7f221918b75703107a77b4ab71eaf29d31a +size 2343326720 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q2_K.gguf b/LFM2.5-1.2B-Distillate-Claude-Q2_K.gguf new file mode 100644 index 0000000..f24c1b8 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276c096c3e69d5b588fc341c4707f7693840e51f971ac429d243169b9322c757 +size 483398656 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q3_K_L.gguf b/LFM2.5-1.2B-Distillate-Claude-Q3_K_L.gguf new file mode 100644 index 0000000..adbe8e9 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e951eecdc952fb0e0ed4020d3ebfc57d9b5e2036084d7e80b06282dc678c491 +size 635474944 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q3_K_M.gguf b/LFM2.5-1.2B-Distillate-Claude-Q3_K_M.gguf new file mode 100644 index 0000000..a8d10dd --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea09e8c5fa76f02f6794907745e4e5592fec3a87a9b336747d538648e98ae74 +size 600347648 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q3_K_S.gguf b/LFM2.5-1.2B-Distillate-Claude-Q3_K_S.gguf new file mode 100644 index 0000000..ea73e52 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57486387a12db802d5db03f3b019aea64ffd376cb389aa22012acf009fb1a539 +size 558158848 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q4_0.gguf b/LFM2.5-1.2B-Distillate-Claude-Q4_0.gguf new file mode 100644 index 0000000..2a98a0a --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadc57864cd50c6ff53d283e560fafab4f7d44acae389f1faa6f3d44cf69bd1d +size 695751680 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q4_1.gguf b/LFM2.5-1.2B-Distillate-Claude-Q4_1.gguf new file mode 100644 index 0000000..d3a402c --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d1ab2ad28f3d34bf99cdf09955ac75f3bae083c6060622cb92292203197cde +size 760501248 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q4_K_M.gguf b/LFM2.5-1.2B-Distillate-Claude-Q4_K_M.gguf new file mode 100644 index 0000000..fbbb7d5 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7ff23e5253643fc5f98512f62e2589dd6f56a8eb4b2425e9ceb0973b3658dc +size 730895360 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q4_K_S.gguf b/LFM2.5-1.2B-Distillate-Claude-Q4_K_S.gguf new file mode 100644 index 0000000..308347f --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f9a5cad04410e232531d48cd9bee03bbb9822b4377220b33c341318a71b4c7 +size 700470272 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q5_0.gguf b/LFM2.5-1.2B-Distillate-Claude-Q5_0.gguf new file mode 100644 index 0000000..7bd247b --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q5_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e740780e8cf23d36a721706aa4e35fc74cb6a24d5f396b504018c8a5438b8b5d +size 825250816 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q5_1.gguf b/LFM2.5-1.2B-Distillate-Claude-Q5_1.gguf new file mode 100644 index 0000000..44b81d5 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q5_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085b56cfc84e4ede7988c5c415ae09b5c828dc7be6bdb871584d5d67c7f3a477 +size 890000384 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q5_K_M.gguf b/LFM2.5-1.2B-Distillate-Claude-Q5_K_M.gguf new file mode 100644 index 0000000..54d58b4 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6006d82bdc58af136adc32eb500fd2f97130ea4f30eb0abe8b87506938cbccc5 +size 843355136 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q5_K_S.gguf b/LFM2.5-1.2B-Distillate-Claude-Q5_K_S.gguf new file mode 100644 index 0000000..ab62f85 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c001a0f0a2e434652f7403043b056335380bfa31da9c125a3ba508afee6f0c4b +size 825250816 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q6_K.gguf b/LFM2.5-1.2B-Distillate-Claude-Q6_K.gguf new file mode 100644 index 0000000..13849f7 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e047461945e490498b0c0866e8f51fca21a67b13b4e6ebfd938dac5973d921ba +size 962843648 diff --git a/LFM2.5-1.2B-Distillate-Claude-Q8_0.gguf b/LFM2.5-1.2B-Distillate-Claude-Q8_0.gguf new file mode 100644 index 0000000..07a69a8 --- /dev/null +++ b/LFM2.5-1.2B-Distillate-Claude-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71d0c5bbbd4ff799cc93ad8d1dec6243707dc7efd5e61bf902dc27738dff10e +size 1246254080 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2e1050 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +--- +license: apache-2.0 +language: +- en +base_model: FlameF0X/LFM2.5-1.2B-Distilled-Claude +tags: +- lfm2 +- liquid +- reasoning +- cot +- distillate +datasets: +- TeichAI/Claude-Opus-4.6-Reasoning-500x +- TeichAI/Claude-Sonnet-4.6-Reasoning-1100x +- TeichAI/claude-4.5-opus-high-reasoning-250x +- TeichAI/claude-sonnet-4.5-high-reasoning-250x +- TeichAI/gemini-3-pro-preview-high-reasoning-250x +- TeichAI/gemini-3-pro-preview-high-reasoning-1000x +pipeline_tag: text-generation +--- + +
+ Liquid Claude +
+ +
+ +# LFM2.5-1.2B-Distilled-Claude (Liquid Claude) +LFM2.5-1.2B-Distilled-Claude (Liquid Claude) is a distillation of Claude into LFM2.5-1.2B-Thinking via LoRA. + +## Sample chat: +![image](https://cdn-uploads.huggingface.co/production/uploads/6615494716917dfdc645c44e/IDK2WWdJ3P_CHs5pQH-Ld.png) +(Ignore the fact that it took 1min to reason, i got a i3-6006u / 12GB as hardware and running the f16 quantization) + +# Benchmark +The results are in progress. \ No newline at end of file