From 3688e7de9ac04d1cbb55c5a27a0f51af06b9d3e0 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 9 May 2026 05:26:50 +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/GPT2-Instruct-SFT-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++++ GPT2-Instruct-SFT.IQ4_XS.gguf | 3 ++ GPT2-Instruct-SFT.Q2_K.gguf | 3 ++ GPT2-Instruct-SFT.Q3_K_L.gguf | 3 ++ GPT2-Instruct-SFT.Q3_K_M.gguf | 3 ++ GPT2-Instruct-SFT.Q3_K_S.gguf | 3 ++ GPT2-Instruct-SFT.Q4_K_M.gguf | 3 ++ GPT2-Instruct-SFT.Q4_K_S.gguf | 3 ++ GPT2-Instruct-SFT.Q5_K_M.gguf | 3 ++ GPT2-Instruct-SFT.Q5_K_S.gguf | 3 ++ GPT2-Instruct-SFT.Q6_K.gguf | 3 ++ GPT2-Instruct-SFT.Q8_0.gguf | 3 ++ GPT2-Instruct-SFT.f16.gguf | 3 ++ README.md | 64 +++++++++++++++++++++++++++++++++++ 14 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 GPT2-Instruct-SFT.IQ4_XS.gguf create mode 100644 GPT2-Instruct-SFT.Q2_K.gguf create mode 100644 GPT2-Instruct-SFT.Q3_K_L.gguf create mode 100644 GPT2-Instruct-SFT.Q3_K_M.gguf create mode 100644 GPT2-Instruct-SFT.Q3_K_S.gguf create mode 100644 GPT2-Instruct-SFT.Q4_K_M.gguf create mode 100644 GPT2-Instruct-SFT.Q4_K_S.gguf create mode 100644 GPT2-Instruct-SFT.Q5_K_M.gguf create mode 100644 GPT2-Instruct-SFT.Q5_K_S.gguf create mode 100644 GPT2-Instruct-SFT.Q6_K.gguf create mode 100644 GPT2-Instruct-SFT.Q8_0.gguf create mode 100644 GPT2-Instruct-SFT.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3206584 --- /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 +GPT2-Instruct-SFT.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +GPT2-Instruct-SFT.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/GPT2-Instruct-SFT.IQ4_XS.gguf b/GPT2-Instruct-SFT.IQ4_XS.gguf new file mode 100644 index 0000000..a9a0d3a --- /dev/null +++ b/GPT2-Instruct-SFT.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e308fdd90cf70cb256534f901b23ed9b8e6fdce629da2ded5549203a8c45b8e6 +size 82558944 diff --git a/GPT2-Instruct-SFT.Q2_K.gguf b/GPT2-Instruct-SFT.Q2_K.gguf new file mode 100644 index 0000000..9c4f0d1 --- /dev/null +++ b/GPT2-Instruct-SFT.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ad098e59a6a691c5be58253bfef02b2f6c47246a88c64cf98ef9dd634c2a13 +size 68532192 diff --git a/GPT2-Instruct-SFT.Q3_K_L.gguf b/GPT2-Instruct-SFT.Q3_K_L.gguf new file mode 100644 index 0000000..cc0d0d0 --- /dev/null +++ b/GPT2-Instruct-SFT.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561177e3154f6861b3f22445c76a79f26c82bfc8ae93fb6c89417d9216e90052 +size 85508064 diff --git a/GPT2-Instruct-SFT.Q3_K_M.gguf b/GPT2-Instruct-SFT.Q3_K_M.gguf new file mode 100644 index 0000000..9bb2fa9 --- /dev/null +++ b/GPT2-Instruct-SFT.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe292c85a53e60f463aab030670d573b7c0291314485952b04885556b7453e5 +size 81084384 diff --git a/GPT2-Instruct-SFT.Q3_K_S.gguf b/GPT2-Instruct-SFT.Q3_K_S.gguf new file mode 100644 index 0000000..91a9fd5 --- /dev/null +++ b/GPT2-Instruct-SFT.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eed929db8d6d01fc05f0ffbbde8e9e130b2a793ba7706c9e2c9a038a79e698e +size 73564128 diff --git a/GPT2-Instruct-SFT.Q4_K_M.gguf b/GPT2-Instruct-SFT.Q4_K_M.gguf new file mode 100644 index 0000000..fe91bc4 --- /dev/null +++ b/GPT2-Instruct-SFT.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45362d2511179b30581a46a975aff0d7ef4264bb60bbf1c0ff33e99a11f05bc5 +size 91148256 diff --git a/GPT2-Instruct-SFT.Q4_K_S.gguf b/GPT2-Instruct-SFT.Q4_K_S.gguf new file mode 100644 index 0000000..6ecb410 --- /dev/null +++ b/GPT2-Instruct-SFT.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d094ffc217a7e2d31d57e74dea70112258093c39d457bb21de38c8546ca5bab6 +size 85139424 diff --git a/GPT2-Instruct-SFT.Q5_K_M.gguf b/GPT2-Instruct-SFT.Q5_K_M.gguf new file mode 100644 index 0000000..427cea1 --- /dev/null +++ b/GPT2-Instruct-SFT.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79915f07cbca38385dfaeb5fe5e22e34fbe0caab99196e7e01d4ff4ad3a29f93 +size 100161504 diff --git a/GPT2-Instruct-SFT.Q5_K_S.gguf b/GPT2-Instruct-SFT.Q5_K_S.gguf new file mode 100644 index 0000000..e013e1f --- /dev/null +++ b/GPT2-Instruct-SFT.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3b21e4cbf1ac0c2304e4d1ec5293034f8dfccb69e40a170cb425fbfa69b0ae +size 95461344 diff --git a/GPT2-Instruct-SFT.Q6_K.gguf b/GPT2-Instruct-SFT.Q6_K.gguf new file mode 100644 index 0000000..c6ad25b --- /dev/null +++ b/GPT2-Instruct-SFT.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf65f4983c58dd08291db0ef6959edf4fe1696523d4b61b0bab4ef91f5246a3 +size 106741728 diff --git a/GPT2-Instruct-SFT.Q8_0.gguf b/GPT2-Instruct-SFT.Q8_0.gguf new file mode 100644 index 0000000..368f498 --- /dev/null +++ b/GPT2-Instruct-SFT.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0c74cf1048eeffee9de53f04bde3d884b4a946dcb28a6a8a221afd3c0691ca +size 136659648 diff --git a/GPT2-Instruct-SFT.f16.gguf b/GPT2-Instruct-SFT.f16.gguf new file mode 100644 index 0000000..a8dd796 --- /dev/null +++ b/GPT2-Instruct-SFT.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895a453634e8a7f0eb95adc34b13221dad9cabebea15c6d2212703c22194ed73 +size 252470912 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d16a5cc --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: SummerSigh/GPT2-Instruct-SFT +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/SummerSigh/GPT2-Instruct-SFT + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/GPT2-Instruct-SFT-i1-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/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q2_K.gguf) | Q2_K | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q3_K_S.gguf) | Q3_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q3_K_M.gguf) | Q3_K_M | 0.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.IQ4_XS.gguf) | IQ4_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q4_K_S.gguf) | Q4_K_S | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q3_K_L.gguf) | Q3_K_L | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q4_K_M.gguf) | Q4_K_M | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q5_K_S.gguf) | Q5_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q5_K_M.gguf) | Q5_K_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q6_K.gguf) | Q6_K | 0.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.Q8_0.gguf) | Q8_0 | 0.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/GPT2-Instruct-SFT-GGUF/resolve/main/GPT2-Instruct-SFT.f16.gguf) | f16 | 0.4 | 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. + +