commit 21db4ecedbcda32f9bc12dd9b7ddfacc4a7175c1 Author: ModelHub XC Date: Fri Jun 26 22:58:20 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/boustrophedon-14b-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..43b4ae8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,45 @@ +*.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 +boustrophedon-14b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +boustrophedon-14b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..1746cd6 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: mlaprise/boustrophedon-14b +language: +- en +- fr +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- qwen2 +- trl +- sft +--- +## About + + + + + + +static quants of https://huggingface.co/mlaprise/boustrophedon-14b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#boustrophedon-14b-GGUF).*** + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q2_K.gguf) | Q2_K | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q3_K_S.gguf) | Q3_K_S | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q3_K_L.gguf) | Q3_K_L | 8.0 | | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.IQ4_XS.gguf) | IQ4_XS | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q5_K_S.gguf) | Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q5_K_M.gguf) | Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q6_K.gguf) | Q6_K | 12.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/boustrophedon-14b-GGUF/resolve/main/boustrophedon-14b.Q8_0.gguf) | Q8_0 | 15.8 | fast, best quality | + +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. + + diff --git a/boustrophedon-14b.IQ4_XS.gguf b/boustrophedon-14b.IQ4_XS.gguf new file mode 100644 index 0000000..1e24d03 --- /dev/null +++ b/boustrophedon-14b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd37bfce222cffeacc3f818a664e7637b3d1b4ac4ad87ceefdb23ba05718b7c8 +size 8183426080 diff --git a/boustrophedon-14b.Q2_K.gguf b/boustrophedon-14b.Q2_K.gguf new file mode 100644 index 0000000..f3b199f --- /dev/null +++ b/boustrophedon-14b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041dd0578eb819adeac138c7d7e31ce07b7216a10bbf01d598d471edbeeac1e4 +size 5768143136 diff --git a/boustrophedon-14b.Q3_K_L.gguf b/boustrophedon-14b.Q3_K_L.gguf new file mode 100644 index 0000000..239e2a8 --- /dev/null +++ b/boustrophedon-14b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f9648dfb13f4974f3261b932184f9d28bb1afb9a4cf3850759c86f9eb7fb95 +size 7922206368 diff --git a/boustrophedon-14b.Q3_K_M.gguf b/boustrophedon-14b.Q3_K_M.gguf new file mode 100644 index 0000000..07cca4c --- /dev/null +++ b/boustrophedon-14b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eec9e14f6d2a9910521dc847a9ef1cafdaa5b0daa0a33e3b6a66823fcecaad6 +size 7336642208 diff --git a/boustrophedon-14b.Q3_K_S.gguf b/boustrophedon-14b.Q3_K_S.gguf new file mode 100644 index 0000000..d1c3864 --- /dev/null +++ b/boustrophedon-14b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b533de88df28875300cfb6af39fbfd5967832e71f4316d985051ca3b0a04cb21 +size 6657033888 diff --git a/boustrophedon-14b.Q4_K_M.gguf b/boustrophedon-14b.Q4_K_M.gguf new file mode 100644 index 0000000..6d51272 --- /dev/null +++ b/boustrophedon-14b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1943faca1d9e587844f375cd329ae5529b258fdd8879a150b4522b881618aabb +size 8985277120 diff --git a/boustrophedon-14b.Q4_K_S.gguf b/boustrophedon-14b.Q4_K_S.gguf new file mode 100644 index 0000000..3a05bce --- /dev/null +++ b/boustrophedon-14b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d418d96011a38e29511b88efe14b04ccc8b011e1d51f491357f1924dd0c8be18 +size 8570598080 diff --git a/boustrophedon-14b.Q5_K_M.gguf b/boustrophedon-14b.Q5_K_M.gguf new file mode 100644 index 0000000..cab01ef --- /dev/null +++ b/boustrophedon-14b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d313d9e13a950b1fa0c92ba6509fd2ee952688ab2eb7fd0f651bf5d58fd081 +size 10505784640 diff --git a/boustrophedon-14b.Q5_K_S.gguf b/boustrophedon-14b.Q5_K_S.gguf new file mode 100644 index 0000000..398ab81 --- /dev/null +++ b/boustrophedon-14b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9bf2aa0a7f2a167f85683642ff4b32249e684ec61eb978925ceaa728e554f5 +size 10263465280 diff --git a/boustrophedon-14b.Q6_K.gguf b/boustrophedon-14b.Q6_K.gguf new file mode 100644 index 0000000..be95de8 --- /dev/null +++ b/boustrophedon-14b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f2033bf6dec0f8d9060f6af63112d1b3143fbf9ccab90c5040a641c92f9138 +size 12121323904 diff --git a/boustrophedon-14b.Q8_0.gguf b/boustrophedon-14b.Q8_0.gguf new file mode 100644 index 0000000..241db66 --- /dev/null +++ b/boustrophedon-14b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbaed7c27e4194af71f74bf7423e6cb68b587c5a5ffc06f55903ed04428d161 +size 15697248256