From 0e058c99e3d12aff7cd203100e61f464db0fdfae Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 16:31:20 +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/DialoGPT-medium-orangeAI-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++ DialoGPT-medium-orangeAI.IQ4_XS.gguf | 3 ++ DialoGPT-medium-orangeAI.Q2_K.gguf | 3 ++ DialoGPT-medium-orangeAI.Q3_K_L.gguf | 3 ++ DialoGPT-medium-orangeAI.Q3_K_M.gguf | 3 ++ DialoGPT-medium-orangeAI.Q3_K_S.gguf | 3 ++ DialoGPT-medium-orangeAI.Q4_K_M.gguf | 3 ++ DialoGPT-medium-orangeAI.Q4_K_S.gguf | 3 ++ DialoGPT-medium-orangeAI.Q5_K_M.gguf | 3 ++ DialoGPT-medium-orangeAI.Q5_K_S.gguf | 3 ++ DialoGPT-medium-orangeAI.Q6_K.gguf | 3 ++ DialoGPT-medium-orangeAI.Q8_0.gguf | 3 ++ DialoGPT-medium-orangeAI.f16.gguf | 3 ++ README.md | 73 ++++++++++++++++++++++++++++ 14 files changed, 156 insertions(+) create mode 100644 .gitattributes create mode 100644 DialoGPT-medium-orangeAI.IQ4_XS.gguf create mode 100644 DialoGPT-medium-orangeAI.Q2_K.gguf create mode 100644 DialoGPT-medium-orangeAI.Q3_K_L.gguf create mode 100644 DialoGPT-medium-orangeAI.Q3_K_M.gguf create mode 100644 DialoGPT-medium-orangeAI.Q3_K_S.gguf create mode 100644 DialoGPT-medium-orangeAI.Q4_K_M.gguf create mode 100644 DialoGPT-medium-orangeAI.Q4_K_S.gguf create mode 100644 DialoGPT-medium-orangeAI.Q5_K_M.gguf create mode 100644 DialoGPT-medium-orangeAI.Q5_K_S.gguf create mode 100644 DialoGPT-medium-orangeAI.Q6_K.gguf create mode 100644 DialoGPT-medium-orangeAI.Q8_0.gguf create mode 100644 DialoGPT-medium-orangeAI.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d8a52bb --- /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 +DialoGPT-medium-orangeAI.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-orangeAI.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DialoGPT-medium-orangeAI.IQ4_XS.gguf b/DialoGPT-medium-orangeAI.IQ4_XS.gguf new file mode 100644 index 0000000..cda1563 --- /dev/null +++ b/DialoGPT-medium-orangeAI.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64a47fa6815a9254bea79f3a9d8e147c2ee65824034214500ee7cfa32829443 +size 211878432 diff --git a/DialoGPT-medium-orangeAI.Q2_K.gguf b/DialoGPT-medium-orangeAI.Q2_K.gguf new file mode 100644 index 0000000..629682e --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159164d441a384181cb6ac9e5b6d12d55c94e569f037f6cb782a40472b2ea68e +size 161350176 diff --git a/DialoGPT-medium-orangeAI.Q3_K_L.gguf b/DialoGPT-medium-orangeAI.Q3_K_L.gguf new file mode 100644 index 0000000..3898bc0 --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855de7458b56b6bc9ab2bdf1da81db9a8fe8e1ced9d1e9ee8505384c3c3bbeab +size 221708832 diff --git a/DialoGPT-medium-orangeAI.Q3_K_M.gguf b/DialoGPT-medium-orangeAI.Q3_K_M.gguf new file mode 100644 index 0000000..2d2c41f --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb2899ded20b3e123023fc980ec339842612adb9c442d34529e3ec677758508 +size 206504480 diff --git a/DialoGPT-medium-orangeAI.Q3_K_S.gguf b/DialoGPT-medium-orangeAI.Q3_K_S.gguf new file mode 100644 index 0000000..0ef93a3 --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d5d380be8526384b021c77fba9f00c2ed5864c06c95e11afc6e2ac6e4702df +size 179241504 diff --git a/DialoGPT-medium-orangeAI.Q4_K_M.gguf b/DialoGPT-medium-orangeAI.Q4_K_M.gguf new file mode 100644 index 0000000..5b90d14 --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa78f59f2a7124134e42ea80840dfdaaf7e9f25a50ff067d5fc5cc1da7da543 +size 241762848 diff --git a/DialoGPT-medium-orangeAI.Q4_K_S.gguf b/DialoGPT-medium-orangeAI.Q4_K_S.gguf new file mode 100644 index 0000000..dac4127 --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3365d8196afb8cdf00b2079f994d350884a71e01916557f536b2b4d322cc5e +size 220922400 diff --git a/DialoGPT-medium-orangeAI.Q5_K_M.gguf b/DialoGPT-medium-orangeAI.Q5_K_M.gguf new file mode 100644 index 0000000..6299bb2 --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b86bad9b6b94411d51be0d2492b39d53223e35cdab5e63bb94331229a0c58f +size 273809952 diff --git a/DialoGPT-medium-orangeAI.Q5_K_S.gguf b/DialoGPT-medium-orangeAI.Q5_K_S.gguf new file mode 100644 index 0000000..0529f6c --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d103022edb7b235a68797a5a117675fbef7932e5740fc1f16aed0bd2a350f9 +size 257098272 diff --git a/DialoGPT-medium-orangeAI.Q6_K.gguf b/DialoGPT-medium-orangeAI.Q6_K.gguf new file mode 100644 index 0000000..81bf404 --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27e2558b1864fb8612d77dcee628eafbb2e800a02836fa43115de889b3bb040 +size 297206304 diff --git a/DialoGPT-medium-orangeAI.Q8_0.gguf b/DialoGPT-medium-orangeAI.Q8_0.gguf new file mode 100644 index 0000000..2d92a50 --- /dev/null +++ b/DialoGPT-medium-orangeAI.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feda42adc9f27a8cd00cbfd28cbe0e2d54ede445df49889d2afd0dbb7a676581 +size 382808192 diff --git a/DialoGPT-medium-orangeAI.f16.gguf b/DialoGPT-medium-orangeAI.f16.gguf new file mode 100644 index 0000000..1a2a169 --- /dev/null +++ b/DialoGPT-medium-orangeAI.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecf92aa30955bcfa61388d824d6d5e3952bdbcf04777cdb13b5cccd3f2687c6 +size 714170432 diff --git a/README.md b/README.md new file mode 100644 index 0000000..fae924e --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: ionite/DialoGPT-medium-orangeAI +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- conversational +--- +## About + + + + + + + + + +static quants of https://huggingface.co/ionite/DialoGPT-medium-orangeAI + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#DialoGPT-medium-orangeAI-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-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/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q2_K.gguf) | Q2_K | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q3_K_S.gguf) | Q3_K_S | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q3_K_M.gguf) | Q3_K_M | 0.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.IQ4_XS.gguf) | IQ4_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q4_K_S.gguf) | Q4_K_S | 0.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q3_K_L.gguf) | Q3_K_L | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q4_K_M.gguf) | Q4_K_M | 0.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q5_K_S.gguf) | Q5_K_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q5_K_M.gguf) | Q5_K_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q6_K.gguf) | Q6_K | 0.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.Q8_0.gguf) | Q8_0 | 0.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-orangeAI-GGUF/resolve/main/DialoGPT-medium-orangeAI.f16.gguf) | f16 | 0.8 | 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. + +