From 3e2cc024c796b640c7444d695891c50cbbe17f2d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 1 May 2026 14:08:30 +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/YuE-s1-7B-anneal-en-cot-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ README.md | 80 +++++++++++++++++++++++++ YuE-s1-7B-anneal-en-cot.i1-IQ1_M.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ1_S.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ2_M.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ2_S.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ2_XS.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ2_XXS.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ3_M.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ3_S.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ3_XS.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ3_XXS.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ4_NL.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-IQ4_XS.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q2_K.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q2_K_S.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q3_K_L.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q3_K_M.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q3_K_S.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q4_0.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q4_1.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q4_K_M.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q4_K_S.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q5_K_M.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q5_K_S.gguf | 3 + YuE-s1-7B-anneal-en-cot.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 215 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ1_M.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ1_S.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ2_M.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ2_S.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ2_XS.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ2_XXS.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ3_M.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ3_S.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ3_XS.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ3_XXS.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ4_NL.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-IQ4_XS.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q2_K.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q2_K_S.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q3_K_L.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q3_K_M.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q3_K_S.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q4_0.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q4_1.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q4_K_M.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q4_K_S.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q5_K_M.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q5_K_S.gguf create mode 100644 YuE-s1-7B-anneal-en-cot.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9ae93e0 --- /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 +YuE-s1-7B-anneal-en-cot.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-en-cot.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9eca2c --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: m-a-p/YuE-s1-7B-anneal-en-cot +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- music +- art +- text-generation-inference +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/m-a-p/YuE-s1-7B-anneal-en-cot + + +static quants are available at https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-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/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ1_M.gguf) | i1-IQ1_M | 1.7 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ2_S.gguf) | i1-IQ2_S | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ2_M.gguf) | i1-IQ2_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q2_K.gguf) | i1-Q2_K | 2.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ3_S.gguf) | i1-IQ3_S | 2.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ3_M.gguf) | i1-IQ3_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-IQ4_NL.gguf) | i1-IQ4_NL | 3.7 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q4_0.gguf) | i1-Q4_0 | 3.7 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q4_K_S.gguf) | i1-Q4_K_S | 3.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q4_K_M.gguf) | i1-Q4_K_M | 3.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q4_1.gguf) | i1-Q4_1 | 4.1 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-en-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-en-cot.i1-Q6_K.gguf) | i1-Q6_K | 5.2 | 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/YuE-s1-7B-anneal-en-cot.i1-IQ1_M.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ1_M.gguf new file mode 100644 index 0000000..e72e7c1 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae425fc3d9049142877eed71b628d07622a09f14ce5f784c73b391aef0ccc2f +size 1627616320 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ1_S.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ1_S.gguf new file mode 100644 index 0000000..480c61d --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64b234dfca6956f098e88097ef58dec48f52203513f6e716c8f807cf75a3df1 +size 1516237888 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ2_M.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ2_M.gguf new file mode 100644 index 0000000..f91ac44 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c03a9ee74b03dab5aba69c1bdd192c252ab297b19bd3797db1730aa79728d1 +size 2255778880 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ2_S.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ2_S.gguf new file mode 100644 index 0000000..bafd186 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3acbc56a2b68b61546083a2387ade85ed65297d9fa9914b898873530efae75 +size 2107274304 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ2_XS.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ2_XS.gguf new file mode 100644 index 0000000..8349170 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e8a979e3c3174400b2210ec39f875b3395c3540a4af02d820d46e4f85396ae +size 1978528832 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ2_XXS.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a2d03d6 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0ac2257fe4c5bd16213f1138de9b68dd6738d8bbee4a143d9799447b1a0bba +size 1813247040 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ3_M.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ3_M.gguf new file mode 100644 index 0000000..b691485 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ffa899941fa6ee89005b32d95c028732e4c9947ab6023f338b1849146c9efc7 +size 2916480064 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ3_S.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ3_S.gguf new file mode 100644 index 0000000..507d5cb --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d32ed28692dc64e912985fba3be3ffbe10787f18d4b761cb3b4106d224fb09 +size 2821223488 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ3_XS.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ3_XS.gguf new file mode 100644 index 0000000..8649a33 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af010592874b9cb3769e23c73b604154aba644a3eb525681075e495d77cad15 +size 2691462208 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ3_XXS.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ec1c85d --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da827aa6210c1efffc92bb9826837df5fe2596d9d4c4e0cb6d3d89c18cac54f +size 2506585152 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ4_NL.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ4_NL.gguf new file mode 100644 index 0000000..e5585c9 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b542014a1e30ebf942a6163e98c14bcfe09fe34399cec63d03fa4393ae6c78f +size 3601691712 diff --git a/YuE-s1-7B-anneal-en-cot.i1-IQ4_XS.gguf b/YuE-s1-7B-anneal-en-cot.i1-IQ4_XS.gguf new file mode 100644 index 0000000..cc450cf --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e82d64b5b9e447f56f9a190c7eca88397b6ddfcc30a49636214273d5eecfd8e +size 3420025920 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q2_K.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q2_K.gguf new file mode 100644 index 0000000..dcf6c69 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02a5feeaf7c77cceaec9d6c52bd09e98713da2891c8edcc1ec0134857c4e653 +size 2431874112 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q2_K_S.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q2_K_S.gguf new file mode 100644 index 0000000..2f54e11 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe6e03145cd61874d299e3ff0a6399c122613a7912328b1731b7fcd896a1c5b +size 2273080384 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q3_K_L.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q3_K_L.gguf new file mode 100644 index 0000000..15a3789 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e89a5bc68c771f0b15b6d4540ae2c0f60d080694d938215d5994ec6c179a8d +size 3340006464 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q3_K_M.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q3_K_M.gguf new file mode 100644 index 0000000..b573fb3 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e39479bd6048638c9b7aff5475cdcc1f29f9a61be40b43f8645a284307d39e9 +size 3095950400 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q3_K_S.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q3_K_S.gguf new file mode 100644 index 0000000..0ae506c --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a689c55da52943097d4bea52f5a64fad815286953b6e86b5a5db567bbcb9603b +size 2812310592 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q4_0.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q4_0.gguf new file mode 100644 index 0000000..bf0606c --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8455b6e23f412a07493347c0c4d1ebc0326404daf915f7fbbf0ca4ffe9bed1 +size 3604575296 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q4_1.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q4_1.gguf new file mode 100644 index 0000000..0f2365c --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480e654dea4b8370772869e6c6832325ec517204900e36e339393f82bcd67934 +size 3960828992 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q4_K_M.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q4_K_M.gguf new file mode 100644 index 0000000..925a699 --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b15a6c01e7476503229a5ff838ec11e411b8380d79f2c3857a2ea7c23616c3b +size 3787945024 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q4_K_S.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q4_K_S.gguf new file mode 100644 index 0000000..aa66b9c --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd5b4ab8aaaddc6f7a12b9572d609d69b871e96e8dd4a64fd9472bf02635fa2 +size 3616896064 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q5_K_M.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q5_K_M.gguf new file mode 100644 index 0000000..93b67ca --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17f63cc681994cb9c49dc72c86f6b36d3aeeaaa6392c5a5fc90c3c49442b62b +size 4428624960 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q5_K_S.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q5_K_S.gguf new file mode 100644 index 0000000..2b7996b --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05a38fd81ecb4c3a5f41644f945186ec48a2d39d36f847dc4fc8ab719fe4795 +size 4328354880 diff --git a/YuE-s1-7B-anneal-en-cot.i1-Q6_K.gguf b/YuE-s1-7B-anneal-en-cot.i1-Q6_K.gguf new file mode 100644 index 0000000..04fe14c --- /dev/null +++ b/YuE-s1-7B-anneal-en-cot.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88834b272702626897bbaaba3ad2183f8ffcf67c8fb522c74993b5c81afed5ff +size 5109347392 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..3a8de1c --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f762d0d8a1aee6f5b074f9158577a1970ce38cae7e5b765ae34ddfd04b829b +size 4562173