From 1135db6ee03ae530b6696f09a32bf88a012e1d41 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 16 Jun 2026 18:03:19 +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-open-instruct-v1-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++ README.md | 70 +++++++++++++++++++++++++++++++ gpt2-open-instruct-v1.IQ4_XS.gguf | 3 ++ gpt2-open-instruct-v1.Q2_K.gguf | 3 ++ gpt2-open-instruct-v1.Q3_K_L.gguf | 3 ++ gpt2-open-instruct-v1.Q3_K_M.gguf | 3 ++ gpt2-open-instruct-v1.Q3_K_S.gguf | 3 ++ gpt2-open-instruct-v1.Q4_K_M.gguf | 3 ++ gpt2-open-instruct-v1.Q4_K_S.gguf | 3 ++ gpt2-open-instruct-v1.Q5_K_M.gguf | 3 ++ gpt2-open-instruct-v1.Q5_K_S.gguf | 3 ++ gpt2-open-instruct-v1.Q6_K.gguf | 3 ++ gpt2-open-instruct-v1.Q8_0.gguf | 3 ++ gpt2-open-instruct-v1.f16.gguf | 3 ++ 14 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 gpt2-open-instruct-v1.IQ4_XS.gguf create mode 100644 gpt2-open-instruct-v1.Q2_K.gguf create mode 100644 gpt2-open-instruct-v1.Q3_K_L.gguf create mode 100644 gpt2-open-instruct-v1.Q3_K_M.gguf create mode 100644 gpt2-open-instruct-v1.Q3_K_S.gguf create mode 100644 gpt2-open-instruct-v1.Q4_K_M.gguf create mode 100644 gpt2-open-instruct-v1.Q4_K_S.gguf create mode 100644 gpt2-open-instruct-v1.Q5_K_M.gguf create mode 100644 gpt2-open-instruct-v1.Q5_K_S.gguf create mode 100644 gpt2-open-instruct-v1.Q6_K.gguf create mode 100644 gpt2-open-instruct-v1.Q8_0.gguf create mode 100644 gpt2-open-instruct-v1.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1123ff8 --- /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-open-instruct-v1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +gpt2-open-instruct-v1.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..e384904 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: vicgalle/gpt2-open-instruct-v1 +datasets: +- hakurei/open-instruct-v1 +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +tags: +- instruction-tuning +- gpt2 +- alpaca +--- +## About + + + + + + +static quants of https://huggingface.co/vicgalle/gpt2-open-instruct-v1 + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/gpt2-open-instruct-v1-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-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q2_K.gguf) | Q2_K | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q3_K_S.gguf) | Q3_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q3_K_M.gguf) | Q3_K_M | 0.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q3_K_L.gguf) | Q3_K_L | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.IQ4_XS.gguf) | IQ4_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q4_K_S.gguf) | Q4_K_S | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q4_K_M.gguf) | Q4_K_M | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q5_K_S.gguf) | Q5_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q5_K_M.gguf) | Q5_K_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q6_K.gguf) | Q6_K | 0.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.Q8_0.gguf) | Q8_0 | 0.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/gpt2-open-instruct-v1-GGUF/resolve/main/gpt2-open-instruct-v1.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. + + diff --git a/gpt2-open-instruct-v1.IQ4_XS.gguf b/gpt2-open-instruct-v1.IQ4_XS.gguf new file mode 100644 index 0000000..4b03e79 --- /dev/null +++ b/gpt2-open-instruct-v1.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16faca4785c57c3adb919467715621865eb64311cc493f5071af3c50cdd7ea25 +size 103067488 diff --git a/gpt2-open-instruct-v1.Q2_K.gguf b/gpt2-open-instruct-v1.Q2_K.gguf new file mode 100644 index 0000000..ad48e2a --- /dev/null +++ b/gpt2-open-instruct-v1.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a3581af042be38bd001946832a5c8eb0b2a6747501880f48a071c29034c53b +size 81200192 diff --git a/gpt2-open-instruct-v1.Q3_K_L.gguf b/gpt2-open-instruct-v1.Q3_K_L.gguf new file mode 100644 index 0000000..7b6d072 --- /dev/null +++ b/gpt2-open-instruct-v1.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db22eca16acbab5d70d38fca8a5ad214fc1e29e075526a5679e522f82162c73 +size 102096352 diff --git a/gpt2-open-instruct-v1.Q3_K_M.gguf b/gpt2-open-instruct-v1.Q3_K_M.gguf new file mode 100644 index 0000000..9627d29 --- /dev/null +++ b/gpt2-open-instruct-v1.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b031814691900940a3bb07a2ded25c4ce7ef1dcd8bf0f90a965fd8f7b7c114f0 +size 97672672 diff --git a/gpt2-open-instruct-v1.Q3_K_S.gguf b/gpt2-open-instruct-v1.Q3_K_S.gguf new file mode 100644 index 0000000..f831d39 --- /dev/null +++ b/gpt2-open-instruct-v1.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a930b54e7399b3f789e82395e13882e41b315dc1d189ebd97caa64a4a1a2a5e3 +size 90152416 diff --git a/gpt2-open-instruct-v1.Q4_K_M.gguf b/gpt2-open-instruct-v1.Q4_K_M.gguf new file mode 100644 index 0000000..eba7ff6 --- /dev/null +++ b/gpt2-open-instruct-v1.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d56fea407a66a7f6e649ee149e2f02e9effb267daa5a238da0cac8a35e8df9 +size 112863040 diff --git a/gpt2-open-instruct-v1.Q4_K_S.gguf b/gpt2-open-instruct-v1.Q4_K_S.gguf new file mode 100644 index 0000000..55486ef --- /dev/null +++ b/gpt2-open-instruct-v1.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7adfad30e9b6555ca1da61a216e2699046134c7b5b88381169b1ea64816fa1 +size 106854208 diff --git a/gpt2-open-instruct-v1.Q5_K_M.gguf b/gpt2-open-instruct-v1.Q5_K_M.gguf new file mode 100644 index 0000000..221f322 --- /dev/null +++ b/gpt2-open-instruct-v1.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4996e3935a6c82096ac3a76b68f8a00ba082047ef1d79c1b3d77c24c2391036b +size 126701248 diff --git a/gpt2-open-instruct-v1.Q5_K_S.gguf b/gpt2-open-instruct-v1.Q5_K_S.gguf new file mode 100644 index 0000000..09b49fb --- /dev/null +++ b/gpt2-open-instruct-v1.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d6343ce7838fb49d05d3b1a0ca1d0534b35e9208ad5cad4795a6ea3adc660a +size 122001088 diff --git a/gpt2-open-instruct-v1.Q6_K.gguf b/gpt2-open-instruct-v1.Q6_K.gguf new file mode 100644 index 0000000..6c2e057 --- /dev/null +++ b/gpt2-open-instruct-v1.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9ffcaee8f537dd82839a59b419a9f0733edc14aa96b5898ff91564e31fd3a8 +size 138408000 diff --git a/gpt2-open-instruct-v1.Q8_0.gguf b/gpt2-open-instruct-v1.Q8_0.gguf new file mode 100644 index 0000000..17af69a --- /dev/null +++ b/gpt2-open-instruct-v1.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d2dba3dd6cb1127b5ba1a8685d80695df04ffee2c8e55af9d6228db7d4f789 +size 177674816 diff --git a/gpt2-open-instruct-v1.f16.gguf b/gpt2-open-instruct-v1.f16.gguf new file mode 100644 index 0000000..6b8a384 --- /dev/null +++ b/gpt2-open-instruct-v1.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00e22d80cfc35d696bda6874639f25e9056cb4ea7a87d81a635d1485ddc1e41 +size 329675456