From 30bd2ba11a4138028c032168cd460dcd778dd987 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 16 Jun 2026 10:40:17 +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/BashCopilot-6B-preview-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++ BashCopilot-6B-preview.IQ3_M.gguf | 3 ++ BashCopilot-6B-preview.IQ3_S.gguf | 3 ++ BashCopilot-6B-preview.IQ3_XS.gguf | 3 ++ BashCopilot-6B-preview.IQ4_XS.gguf | 3 ++ BashCopilot-6B-preview.Q2_K.gguf | 3 ++ BashCopilot-6B-preview.Q3_K_L.gguf | 3 ++ BashCopilot-6B-preview.Q3_K_M.gguf | 3 ++ BashCopilot-6B-preview.Q3_K_S.gguf | 3 ++ BashCopilot-6B-preview.Q4_K_M.gguf | 3 ++ BashCopilot-6B-preview.Q4_K_S.gguf | 3 ++ BashCopilot-6B-preview.Q5_K_M.gguf | 3 ++ BashCopilot-6B-preview.Q5_K_S.gguf | 3 ++ BashCopilot-6B-preview.Q6_K.gguf | 3 ++ BashCopilot-6B-preview.Q8_0.gguf | 3 ++ BashCopilot-6B-preview.f16.gguf | 3 ++ README.md | 73 ++++++++++++++++++++++++++++++ 17 files changed, 168 insertions(+) create mode 100644 .gitattributes create mode 100644 BashCopilot-6B-preview.IQ3_M.gguf create mode 100644 BashCopilot-6B-preview.IQ3_S.gguf create mode 100644 BashCopilot-6B-preview.IQ3_XS.gguf create mode 100644 BashCopilot-6B-preview.IQ4_XS.gguf create mode 100644 BashCopilot-6B-preview.Q2_K.gguf create mode 100644 BashCopilot-6B-preview.Q3_K_L.gguf create mode 100644 BashCopilot-6B-preview.Q3_K_M.gguf create mode 100644 BashCopilot-6B-preview.Q3_K_S.gguf create mode 100644 BashCopilot-6B-preview.Q4_K_M.gguf create mode 100644 BashCopilot-6B-preview.Q4_K_S.gguf create mode 100644 BashCopilot-6B-preview.Q5_K_M.gguf create mode 100644 BashCopilot-6B-preview.Q5_K_S.gguf create mode 100644 BashCopilot-6B-preview.Q6_K.gguf create mode 100644 BashCopilot-6B-preview.Q8_0.gguf create mode 100644 BashCopilot-6B-preview.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c056818 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +BashCopilot-6B-preview.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.f16.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +BashCopilot-6B-preview.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/BashCopilot-6B-preview.IQ3_M.gguf b/BashCopilot-6B-preview.IQ3_M.gguf new file mode 100644 index 0000000..f7630aa --- /dev/null +++ b/BashCopilot-6B-preview.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cc1557bca5070085b7029bcde481b0b0a435601682e652b13218a96f278fbf +size 2813366464 diff --git a/BashCopilot-6B-preview.IQ3_S.gguf b/BashCopilot-6B-preview.IQ3_S.gguf new file mode 100644 index 0000000..8b31481 --- /dev/null +++ b/BashCopilot-6B-preview.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4d874290a7c3ef4441af63c400b79259e02528c9d0bc63e62ad18bb7ba4f1d +size 2718109888 diff --git a/BashCopilot-6B-preview.IQ3_XS.gguf b/BashCopilot-6B-preview.IQ3_XS.gguf new file mode 100644 index 0000000..2082828 --- /dev/null +++ b/BashCopilot-6B-preview.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a24cdb192c7c0225cd43158701564f5a4b4ae631ce78df3d5be299380595594 +size 2588348608 diff --git a/BashCopilot-6B-preview.IQ4_XS.gguf b/BashCopilot-6B-preview.IQ4_XS.gguf new file mode 100644 index 0000000..134ba02 --- /dev/null +++ b/BashCopilot-6B-preview.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5eebc02cede52dd7ae2441f6777bcb2703977a1472306cdd7ee05a4fa1446cd +size 3336786112 diff --git a/BashCopilot-6B-preview.Q2_K.gguf b/BashCopilot-6B-preview.Q2_K.gguf new file mode 100644 index 0000000..ea5cc8f --- /dev/null +++ b/BashCopilot-6B-preview.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83590c0738de678f00195928ec356fd326133748ea83f281bd40ec0034f2ec5e +size 2337067200 diff --git a/BashCopilot-6B-preview.Q3_K_L.gguf b/BashCopilot-6B-preview.Q3_K_L.gguf new file mode 100644 index 0000000..3cd715e --- /dev/null +++ b/BashCopilot-6B-preview.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254c58db319a42ccce440ae6fd770f68af6040954120a63ed06eb7344bdc7c74 +size 3236892864 diff --git a/BashCopilot-6B-preview.Q3_K_M.gguf b/BashCopilot-6B-preview.Q3_K_M.gguf new file mode 100644 index 0000000..064060a --- /dev/null +++ b/BashCopilot-6B-preview.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1ee595b1286e0985733509f3f0d1e55e114a0bcc508e14fe85a151c054b78f +size 2992836800 diff --git a/BashCopilot-6B-preview.Q3_K_S.gguf b/BashCopilot-6B-preview.Q3_K_S.gguf new file mode 100644 index 0000000..3b85f7b --- /dev/null +++ b/BashCopilot-6B-preview.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5a29e9c090bdcfd7dae221fb34db6c8d22e8daa725b8cd67b157bab3b6aa7b +size 2709196992 diff --git a/BashCopilot-6B-preview.Q4_K_M.gguf b/BashCopilot-6B-preview.Q4_K_M.gguf new file mode 100644 index 0000000..3fd9664 --- /dev/null +++ b/BashCopilot-6B-preview.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a74ceb3714267aded050a59b1a849bb9f2395fcd7595e53b0e81399891aaa52 +size 3673968832 diff --git a/BashCopilot-6B-preview.Q4_K_S.gguf b/BashCopilot-6B-preview.Q4_K_S.gguf new file mode 100644 index 0000000..7b56ae5 --- /dev/null +++ b/BashCopilot-6B-preview.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fcfd6660be5589cbeee536bec1b15c03373e6eb5d74a498f0edc3076e7e867 +size 3502919872 diff --git a/BashCopilot-6B-preview.Q5_K_M.gguf b/BashCopilot-6B-preview.Q5_K_M.gguf new file mode 100644 index 0000000..ca47ca9 --- /dev/null +++ b/BashCopilot-6B-preview.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b624dc240cce207145bd04583f8d5e04bfa5ee7c194b5f5f2555727579a407 +size 4304425152 diff --git a/BashCopilot-6B-preview.Q5_K_S.gguf b/BashCopilot-6B-preview.Q5_K_S.gguf new file mode 100644 index 0000000..2670747 --- /dev/null +++ b/BashCopilot-6B-preview.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8626ba6a285df888f1182b0cca249b8fa958d7d7479740f5fcdbb6cd5f7da05b +size 4204155072 diff --git a/BashCopilot-6B-preview.Q6_K.gguf b/BashCopilot-6B-preview.Q6_K.gguf new file mode 100644 index 0000000..bb82475 --- /dev/null +++ b/BashCopilot-6B-preview.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc8ad4fa2dfedda194dbf01c57a3796a53c90b3caaeed03d9d07598108e0238 +size 4974284992 diff --git a/BashCopilot-6B-preview.Q8_0.gguf b/BashCopilot-6B-preview.Q8_0.gguf new file mode 100644 index 0000000..522f815 --- /dev/null +++ b/BashCopilot-6B-preview.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b81837fc8ec3d96a615d303822c2f11cb11889fe52eed1ed998b02319d8d7e +size 6442127552 diff --git a/BashCopilot-6B-preview.f16.gguf b/BashCopilot-6B-preview.f16.gguf new file mode 100644 index 0000000..63d5c3b --- /dev/null +++ b/BashCopilot-6B-preview.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2acd6f57f96cb7df53b3653a03d334b82be3d277e45b90b1b95ab0632457e76 +size 12124098752 diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb92aeb --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: rabbitcat/BashCopilot-6B-preview +language: +- en +- zh +library_name: transformers +license: mit +quantized_by: mradermacher +tags: +- code +- bash +- nl2bash +- shell +--- +## About + + + + + + +static quants of https://huggingface.co/rabbitcat/BashCopilot-6B-preview + + +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/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q2_K.gguf) | Q2_K | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.IQ3_XS.gguf) | IQ3_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q3_K_S.gguf) | Q3_K_S | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.IQ3_S.gguf) | IQ3_S | 2.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.IQ3_M.gguf) | IQ3_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q3_K_M.gguf) | Q3_K_M | 3.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q3_K_L.gguf) | Q3_K_L | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.IQ4_XS.gguf) | IQ4_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q4_K_S.gguf) | Q4_K_S | 3.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q4_K_M.gguf) | Q4_K_M | 3.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q5_K_S.gguf) | Q5_K_S | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q5_K_M.gguf) | Q5_K_M | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q6_K.gguf) | Q6_K | 5.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.Q8_0.gguf) | Q8_0 | 6.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/BashCopilot-6B-preview-GGUF/resolve/main/BashCopilot-6B-preview.f16.gguf) | f16 | 12.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. + +