From a158a0e4477eb098df5aec577506d49a853e3270 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 12 Jul 2026 10:48:10 +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/LWM-Text-Chat-256K-GGUF Source: Original Platform --- .gitattributes | 46 +++++++++++++++++++++++++ LWM-Text-Chat-256K.IQ4_XS.gguf | 3 ++ LWM-Text-Chat-256K.Q2_K.gguf | 3 ++ LWM-Text-Chat-256K.Q3_K_L.gguf | 3 ++ LWM-Text-Chat-256K.Q3_K_M.gguf | 3 ++ LWM-Text-Chat-256K.Q3_K_S.gguf | 3 ++ LWM-Text-Chat-256K.Q4_K_M.gguf | 3 ++ LWM-Text-Chat-256K.Q4_K_S.gguf | 3 ++ LWM-Text-Chat-256K.Q5_K_M.gguf | 3 ++ LWM-Text-Chat-256K.Q5_K_S.gguf | 3 ++ LWM-Text-Chat-256K.Q6_K.gguf | 3 ++ LWM-Text-Chat-256K.Q8_0.gguf | 3 ++ LWM-Text-Chat-256K.f16.gguf | 3 ++ README.md | 63 ++++++++++++++++++++++++++++++++++ 14 files changed, 145 insertions(+) create mode 100644 .gitattributes create mode 100644 LWM-Text-Chat-256K.IQ4_XS.gguf create mode 100644 LWM-Text-Chat-256K.Q2_K.gguf create mode 100644 LWM-Text-Chat-256K.Q3_K_L.gguf create mode 100644 LWM-Text-Chat-256K.Q3_K_M.gguf create mode 100644 LWM-Text-Chat-256K.Q3_K_S.gguf create mode 100644 LWM-Text-Chat-256K.Q4_K_M.gguf create mode 100644 LWM-Text-Chat-256K.Q4_K_S.gguf create mode 100644 LWM-Text-Chat-256K.Q5_K_M.gguf create mode 100644 LWM-Text-Chat-256K.Q5_K_S.gguf create mode 100644 LWM-Text-Chat-256K.Q6_K.gguf create mode 100644 LWM-Text-Chat-256K.Q8_0.gguf create mode 100644 LWM-Text-Chat-256K.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..73bf8c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +LWM-Text-Chat-256K.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.f16.gguf filter=lfs diff=lfs merge=lfs -text +LWM-Text-Chat-256K.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LWM-Text-Chat-256K.IQ4_XS.gguf b/LWM-Text-Chat-256K.IQ4_XS.gguf new file mode 100644 index 0000000..465a353 --- /dev/null +++ b/LWM-Text-Chat-256K.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56eed643ddf97d531371ccefc56b1e4ab98fe5b188d06267b910faf81a870911 +size 3647517120 diff --git a/LWM-Text-Chat-256K.Q2_K.gguf b/LWM-Text-Chat-256K.Q2_K.gguf new file mode 100644 index 0000000..ae84c1f --- /dev/null +++ b/LWM-Text-Chat-256K.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61364e7a07411fc64fafda80afed2da6b255c76ee38b9e45963120d43b29197 +size 2532864448 diff --git a/LWM-Text-Chat-256K.Q3_K_L.gguf b/LWM-Text-Chat-256K.Q3_K_L.gguf new file mode 100644 index 0000000..453474f --- /dev/null +++ b/LWM-Text-Chat-256K.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47defbad2ea91c5dbc6e2ef88e67fbf53ba3cfbec2be94d70e8579fa55eaff3b +size 3597111744 diff --git a/LWM-Text-Chat-256K.Q3_K_M.gguf b/LWM-Text-Chat-256K.Q3_K_M.gguf new file mode 100644 index 0000000..430db69 --- /dev/null +++ b/LWM-Text-Chat-256K.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308141029964111308c68f51c85ced6e058aca93c71f23656a5dab031496c0b8 +size 3298005440 diff --git a/LWM-Text-Chat-256K.Q3_K_S.gguf b/LWM-Text-Chat-256K.Q3_K_S.gguf new file mode 100644 index 0000000..d388452 --- /dev/null +++ b/LWM-Text-Chat-256K.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c8be90e4a36591832fad0ff96daa5a24a66b81556c61139a91a722bc620a52 +size 2948305344 diff --git a/LWM-Text-Chat-256K.Q4_K_M.gguf b/LWM-Text-Chat-256K.Q4_K_M.gguf new file mode 100644 index 0000000..0fc6598 --- /dev/null +++ b/LWM-Text-Chat-256K.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627ac5fdd8e6447aa9ea14c5cd95411a5d340175fbf1cdf090e38b03f6e5209f +size 4081004992 diff --git a/LWM-Text-Chat-256K.Q4_K_S.gguf b/LWM-Text-Chat-256K.Q4_K_S.gguf new file mode 100644 index 0000000..6d2e548 --- /dev/null +++ b/LWM-Text-Chat-256K.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db8cd6196482c25555574a3603ece6a50297a951d7cbd5aece67a116c5dd1e0 +size 3856740800 diff --git a/LWM-Text-Chat-256K.Q5_K_M.gguf b/LWM-Text-Chat-256K.Q5_K_M.gguf new file mode 100644 index 0000000..cec6693 --- /dev/null +++ b/LWM-Text-Chat-256K.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3193ffdc33d63cb2d6ca9745bc7ee259ce5922abd80b819cb4a3587918918d35 +size 4783157696 diff --git a/LWM-Text-Chat-256K.Q5_K_S.gguf b/LWM-Text-Chat-256K.Q5_K_S.gguf new file mode 100644 index 0000000..580443e --- /dev/null +++ b/LWM-Text-Chat-256K.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f591746dc2a8fa6d0a713079608f2ae094c44fddf1bdda0df9f9e32ff3ef2a03 +size 4651692480 diff --git a/LWM-Text-Chat-256K.Q6_K.gguf b/LWM-Text-Chat-256K.Q6_K.gguf new file mode 100644 index 0000000..da5f1c5 --- /dev/null +++ b/LWM-Text-Chat-256K.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6285b304288ee0dc1534d9400011e60cae6c6ae895ce67ca5690e7b10f15284 +size 5529194944 diff --git a/LWM-Text-Chat-256K.Q8_0.gguf b/LWM-Text-Chat-256K.Q8_0.gguf new file mode 100644 index 0000000..af887f2 --- /dev/null +++ b/LWM-Text-Chat-256K.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c973f1d9379c6c76360e67be74c4c2270d8f7185fe4dfcd23c25d7029f1052 +size 7161090496 diff --git a/LWM-Text-Chat-256K.f16.gguf b/LWM-Text-Chat-256K.f16.gguf new file mode 100644 index 0000000..b13b979 --- /dev/null +++ b/LWM-Text-Chat-256K.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7910abc374bde0a45960f1a9d09e3a51d014686ec13614591b600998cee0925a +size 13478105536 diff --git a/README.md b/README.md new file mode 100644 index 0000000..04a2aa7 --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +--- +base_model: LargeWorldModel/LWM-Text-Chat-256K +language: +- en +library_name: transformers +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/LargeWorldModel/LWM-Text-Chat-256K + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/LWM-Text-Chat-256K-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/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q2_K.gguf) | Q2_K | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q3_K_S.gguf) | Q3_K_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q3_K_L.gguf) | Q3_K_L | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.IQ4_XS.gguf) | IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q5_K_S.gguf) | Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q5_K_M.gguf) | Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q6_K.gguf) | Q6_K | 5.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/LWM-Text-Chat-256K-GGUF/resolve/main/LWM-Text-Chat-256K.f16.gguf) | f16 | 13.6 | 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. + +