commit b4979c548d0ebdb9653ed198c24f1c469523fac3 Author: ModelHub XC Date: Fri May 1 14:08:30 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aea14e9 --- /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-zh-cot.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-cot.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +YuE-s1-7B-anneal-zh-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..6782bf6 --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +--- +base_model: m-a-p/YuE-s1-7B-anneal-zh-cot +language: +- en +- zh +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- music +- art +- text-generation-inference +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/m-a-p/YuE-s1-7B-anneal-zh-cot + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#YuE-s1-7B-anneal-zh-cot-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-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-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ1_M.gguf) | i1-IQ1_M | 1.7 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ2_S.gguf) | i1-IQ2_S | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ2_M.gguf) | i1-IQ2_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-Q2_K.gguf) | i1-Q2_K | 2.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-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-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ3_S.gguf) | i1-IQ3_S | 2.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ3_M.gguf) | i1-IQ3_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-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-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-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-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-IQ4_NL.gguf) | i1-IQ4_NL | 3.7 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-Q4_0.gguf) | i1-Q4_0 | 3.7 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-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-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-Q4_K_M.gguf) | i1-Q4_K_M | 3.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-Q4_1.gguf) | i1-Q4_1 | 4.1 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-cot.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/YuE-s1-7B-anneal-zh-cot-i1-GGUF/resolve/main/YuE-s1-7B-anneal-zh-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-zh-cot.i1-IQ1_M.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ1_M.gguf new file mode 100644 index 0000000..21c27bf --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e464e2fabb261d47230684888cebe639773f61ce17447757ea8a670f1671e4e +size 1627616320 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ1_S.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ1_S.gguf new file mode 100644 index 0000000..b6efc95 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf03265da310e41207d47f7ecf258132044bbe80ad8674ead05ee5f9b7e8477 +size 1516237888 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ2_M.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ2_M.gguf new file mode 100644 index 0000000..dae9be0 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38524a50cc38866c9d2d7d2ad905aa747d74057f88b24a36c9f59f46d85253e +size 2255778880 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ2_S.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ2_S.gguf new file mode 100644 index 0000000..cb106c8 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef496233e5707ce01ce143100ab431bfff93a342c61c045c71ed012da7e39ded +size 2107274304 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ2_XS.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ2_XS.gguf new file mode 100644 index 0000000..577619e --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a8f45b1f49e5e64846b00617e254c4e9bde49f846d2aafc6ad7e6e73b7564b +size 1978528832 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ2_XXS.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..051b31d --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1509612f7a3e906797ffca5afc6da2acb3ede26ff08702db94380c242d66638 +size 1813247040 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ3_M.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ3_M.gguf new file mode 100644 index 0000000..c153852 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239f502ff322d9c6f88bab7736d5ea435c216e8db10c9889d89e05a25df24fd5 +size 2916480064 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ3_S.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ3_S.gguf new file mode 100644 index 0000000..f97e643 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bc990ad1389060ddebb38d2c31202ffa9a3b72f7727508f76188788fa49a9b +size 2821223488 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ3_XS.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ3_XS.gguf new file mode 100644 index 0000000..2aa6d9e --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecebfc1d97c78b452f6251393e068c7d2e3fb6b888157731d7848344cbc2037d +size 2691462208 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ3_XXS.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c084ccf --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df62d6ffa8ce8656ff3a9978769ed7eb2a19d5b664e40eb10616b97f7311abf +size 2506585152 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ4_NL.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ4_NL.gguf new file mode 100644 index 0000000..ef9d8ed --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10807ee89f93c64f4cbab6a2b6c21a08474344820f45ce10d51e7448e5d79504 +size 3601691712 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-IQ4_XS.gguf b/YuE-s1-7B-anneal-zh-cot.i1-IQ4_XS.gguf new file mode 100644 index 0000000..4ffdb4b --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd41a7898fbf7f2a1e3b4aa4cced0f974188bb535280feb2319b450000f1bba5 +size 3420025920 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q2_K.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q2_K.gguf new file mode 100644 index 0000000..f57c8a6 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa10c69da390d11f8f02af66710e23d4e802e2b30f6b50fac0d443f7fa06c848 +size 2431874112 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q2_K_S.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f122d4a --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20fe92cfe3afe515a2c45d5e15fcc35baf2e59036ffdea9706ffaf872dfdb49 +size 2273080384 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_L.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_L.gguf new file mode 100644 index 0000000..7d8807c --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1a147ca6f687f146cf1153a8a4948a67f12fbbef27067ff3749e2197cecbef +size 3340006464 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_M.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_M.gguf new file mode 100644 index 0000000..4873b49 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39069ba8f675ab1026315a66f66e06c6536b332039828d696102fb9ce7a168f +size 3095950400 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_S.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_S.gguf new file mode 100644 index 0000000..300ba66 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09293937e14f0fe4dc20b3b33dd56c9855f15cbfd1e918f636550ad2dfd500f6 +size 2812310592 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q4_0.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q4_0.gguf new file mode 100644 index 0000000..c307832 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61b64a48619b4c5ff1423da2c8d6e3f3cfc4403b70181c02c45e2e4eac822f2 +size 3604575296 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q4_1.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q4_1.gguf new file mode 100644 index 0000000..56fa13b --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e6506d4b4aa3bfee3895f9bfc566f74345a82e2071b93ee00f0a91a85a6018 +size 3960828992 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q4_K_M.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q4_K_M.gguf new file mode 100644 index 0000000..db25f4a --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a0e40e80e055710ba38f834697ccc9f0dcf529b7b931d84dcb060ac2e50c74 +size 3787945024 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q4_K_S.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q4_K_S.gguf new file mode 100644 index 0000000..7cbc500 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28632b23a16c11450e619d6aba055709c48e4f420192a0577380d10019f3bf89 +size 3616896064 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q5_K_M.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q5_K_M.gguf new file mode 100644 index 0000000..842f5b2 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc98737d644cb435ecb3c781516d07866c49b9435edf3088454c1aeccd6ccffa +size 4428624960 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q5_K_S.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q5_K_S.gguf new file mode 100644 index 0000000..4e8e5e0 --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ce88095399046842a167de9921666663d7485a8ce106ac00a4072e505bcfde +size 4328354880 diff --git a/YuE-s1-7B-anneal-zh-cot.i1-Q6_K.gguf b/YuE-s1-7B-anneal-zh-cot.i1-Q6_K.gguf new file mode 100644 index 0000000..42d50df --- /dev/null +++ b/YuE-s1-7B-anneal-zh-cot.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bc519d1eb6d3f0c9cbfd27d7a3525fa5e324b62b8384311dae0b6eb8b98fa6 +size 5109347392 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..1980d86 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6b77e10925db570761d6c497a21b97efb11c45a504246fce537205168c73ce +size 4562173