commit 7c5cf231b86311f14b8a6ead390095a507f7d3ba Author: ModelHub XC Date: Mon Jun 15 01:22:15 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/orthoqwen-v3-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4a7dcf6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +orthoqwen-v3.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +orthoqwen-v3.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..81cb9c2 --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +--- +base_model: semran1/orthoqwen-v3 +language: +- en +library_name: transformers +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/semran1/orthoqwen-v3 + + +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/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q2_K.gguf) | Q2_K | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q3_K_S.gguf) | Q3_K_S | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q3_K_M.gguf) | Q3_K_M | 0.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q3_K_L.gguf) | Q3_K_L | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.IQ4_XS.gguf) | IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q4_K_S.gguf) | Q4_K_S | 1.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q4_K_M.gguf) | Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q5_K_S.gguf) | Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q5_K_M.gguf) | Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q6_K.gguf) | Q6_K | 1.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.Q8_0.gguf) | Q8_0 | 1.7 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/orthoqwen-v3-GGUF/resolve/main/orthoqwen-v3.f16.gguf) | f16 | 3.2 | 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. + + diff --git a/orthoqwen-v3.IQ4_XS.gguf b/orthoqwen-v3.IQ4_XS.gguf new file mode 100644 index 0000000..dce33a3 --- /dev/null +++ b/orthoqwen-v3.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7239ab1d1bf0c49a42d883a08baa298f7ec3e65b213bec0d31d1bf153574a79a +size 902182784 diff --git a/orthoqwen-v3.Q2_K.gguf b/orthoqwen-v3.Q2_K.gguf new file mode 100644 index 0000000..9226468 --- /dev/null +++ b/orthoqwen-v3.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187bc7cbf51a4fc6fb9f5ca62ad7310331e40f3ff0e89bd0614c7073a2e68e11 +size 676304768 diff --git a/orthoqwen-v3.Q3_K_L.gguf b/orthoqwen-v3.Q3_K_L.gguf new file mode 100644 index 0000000..ca61825 --- /dev/null +++ b/orthoqwen-v3.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db03498a16e324636b697eaea5709c00116f3e9b838e77be03124427961d1579 +size 880162688 diff --git a/orthoqwen-v3.Q3_K_M.gguf b/orthoqwen-v3.Q3_K_M.gguf new file mode 100644 index 0000000..66d5e2b --- /dev/null +++ b/orthoqwen-v3.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4aeb478287fbbca116b06a974640902d3a7c22affbbec801395f836438f8b9 +size 824178560 diff --git a/orthoqwen-v3.Q3_K_S.gguf b/orthoqwen-v3.Q3_K_S.gguf new file mode 100644 index 0000000..888f1aa --- /dev/null +++ b/orthoqwen-v3.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9854774a2e4676377dd612c1b9125005b5d922251fe61c1339481433c90a6f0 +size 760944512 diff --git a/orthoqwen-v3.Q4_K_M.gguf b/orthoqwen-v3.Q4_K_M.gguf new file mode 100644 index 0000000..16450bb --- /dev/null +++ b/orthoqwen-v3.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8135ffa7bf7ab886ad8328c85eca6379c83d973034d4c178887eb98b55b5894 +size 986048384 diff --git a/orthoqwen-v3.Q4_K_S.gguf b/orthoqwen-v3.Q4_K_S.gguf new file mode 100644 index 0000000..d99033f --- /dev/null +++ b/orthoqwen-v3.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c4b39fdc0199fa989f2362672bf862c3f5160771bdec328ce32919eca3455e +size 940312448 diff --git a/orthoqwen-v3.Q5_K_M.gguf b/orthoqwen-v3.Q5_K_M.gguf new file mode 100644 index 0000000..61b5c78 --- /dev/null +++ b/orthoqwen-v3.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ac6426ad1a578e7f611e65fc6b554aad2121d62342210d460e1c8f127abdf3 +size 1125050240 diff --git a/orthoqwen-v3.Q5_K_S.gguf b/orthoqwen-v3.Q5_K_S.gguf new file mode 100644 index 0000000..31083b1 --- /dev/null +++ b/orthoqwen-v3.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0faa703f601fa7db4199248e17c47bdfa92fa51f2a3e0bc5adda65bb1e95baa6 +size 1098729344 diff --git a/orthoqwen-v3.Q6_K.gguf b/orthoqwen-v3.Q6_K.gguf new file mode 100644 index 0000000..5d2b1ef --- /dev/null +++ b/orthoqwen-v3.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5474c92f9bf73767c2dc360bf66c5e7d83869f7027871f8208db070bc213c1 +size 1272739712 diff --git a/orthoqwen-v3.Q8_0.gguf b/orthoqwen-v3.Q8_0.gguf new file mode 100644 index 0000000..c557b21 --- /dev/null +++ b/orthoqwen-v3.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cce7a25a8a6b62a998c5d38dcf742a93ee3977856dc01a5b5067aad190f656b +size 1646572928 diff --git a/orthoqwen-v3.f16.gguf b/orthoqwen-v3.f16.gguf new file mode 100644 index 0000000..15f85f7 --- /dev/null +++ b/orthoqwen-v3.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4231d2707c670366cf5effaa1ee9951dba8c6ce0713880a751d6423aa5227d +size 3093669248