From d8b2f689ab2253fdda80b5e2fde824334de45a36 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 9 May 2026 04:50:45 +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-Arrobot-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++ DialoGPT-medium-Arrobot.IQ4_XS.gguf | 3 ++ DialoGPT-medium-Arrobot.Q2_K.gguf | 3 ++ DialoGPT-medium-Arrobot.Q3_K_L.gguf | 3 ++ DialoGPT-medium-Arrobot.Q3_K_M.gguf | 3 ++ DialoGPT-medium-Arrobot.Q3_K_S.gguf | 3 ++ DialoGPT-medium-Arrobot.Q4_K_M.gguf | 3 ++ DialoGPT-medium-Arrobot.Q4_K_S.gguf | 3 ++ DialoGPT-medium-Arrobot.Q5_K_M.gguf | 3 ++ DialoGPT-medium-Arrobot.Q5_K_S.gguf | 3 ++ DialoGPT-medium-Arrobot.Q6_K.gguf | 3 ++ DialoGPT-medium-Arrobot.Q8_0.gguf | 3 ++ DialoGPT-medium-Arrobot.f16.gguf | 3 ++ README.md | 70 +++++++++++++++++++++++++++++ 14 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 DialoGPT-medium-Arrobot.IQ4_XS.gguf create mode 100644 DialoGPT-medium-Arrobot.Q2_K.gguf create mode 100644 DialoGPT-medium-Arrobot.Q3_K_L.gguf create mode 100644 DialoGPT-medium-Arrobot.Q3_K_M.gguf create mode 100644 DialoGPT-medium-Arrobot.Q3_K_S.gguf create mode 100644 DialoGPT-medium-Arrobot.Q4_K_M.gguf create mode 100644 DialoGPT-medium-Arrobot.Q4_K_S.gguf create mode 100644 DialoGPT-medium-Arrobot.Q5_K_M.gguf create mode 100644 DialoGPT-medium-Arrobot.Q5_K_S.gguf create mode 100644 DialoGPT-medium-Arrobot.Q6_K.gguf create mode 100644 DialoGPT-medium-Arrobot.Q8_0.gguf create mode 100644 DialoGPT-medium-Arrobot.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7da00df --- /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-Arrobot.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DialoGPT-medium-Arrobot.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DialoGPT-medium-Arrobot.IQ4_XS.gguf b/DialoGPT-medium-Arrobot.IQ4_XS.gguf new file mode 100644 index 0000000..d48862b --- /dev/null +++ b/DialoGPT-medium-Arrobot.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445624acc9e4945c615fb6dfd3fae127598f66f8d2277cd1c514c4fab662dea7 +size 211878432 diff --git a/DialoGPT-medium-Arrobot.Q2_K.gguf b/DialoGPT-medium-Arrobot.Q2_K.gguf new file mode 100644 index 0000000..6eee18d --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0ea5fac7f7608bbd99ab792285dfdd81928ae58a7de3ad03860fe415264977 +size 161350176 diff --git a/DialoGPT-medium-Arrobot.Q3_K_L.gguf b/DialoGPT-medium-Arrobot.Q3_K_L.gguf new file mode 100644 index 0000000..f195705 --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311b6561db86d999225403556f56c0682ee68492940899398fe973c68036d04f +size 221708832 diff --git a/DialoGPT-medium-Arrobot.Q3_K_M.gguf b/DialoGPT-medium-Arrobot.Q3_K_M.gguf new file mode 100644 index 0000000..c1ed404 --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1c4f9f25f1638e3f3958f812e06c592af43b8c0960ce3cd52dca2c3083a006 +size 206504480 diff --git a/DialoGPT-medium-Arrobot.Q3_K_S.gguf b/DialoGPT-medium-Arrobot.Q3_K_S.gguf new file mode 100644 index 0000000..cc4ef61 --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01613d8f4b3b844f299f458dd258fc627105a3e4551878a40efe7563c25b67c2 +size 179241504 diff --git a/DialoGPT-medium-Arrobot.Q4_K_M.gguf b/DialoGPT-medium-Arrobot.Q4_K_M.gguf new file mode 100644 index 0000000..967a240 --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf94219eb28ab76766e11038fc45d970a2f472b2f2fb740714a621cd5c23d5c +size 241762848 diff --git a/DialoGPT-medium-Arrobot.Q4_K_S.gguf b/DialoGPT-medium-Arrobot.Q4_K_S.gguf new file mode 100644 index 0000000..eea602d --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1f4db5aea751fc5ee3f43485c382e88dd0ce3e7c8886c7fb864db1fe8dbeb3 +size 220922400 diff --git a/DialoGPT-medium-Arrobot.Q5_K_M.gguf b/DialoGPT-medium-Arrobot.Q5_K_M.gguf new file mode 100644 index 0000000..dfb7ead --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac26d9b7be00c69d059d0f4775931aec559aa4fd01cd76752d1e010ec87b309 +size 273809952 diff --git a/DialoGPT-medium-Arrobot.Q5_K_S.gguf b/DialoGPT-medium-Arrobot.Q5_K_S.gguf new file mode 100644 index 0000000..a4548c3 --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50678a01ceb37bb7461975a8c49963ca1174a823fb15620492cb56f2a358d0df +size 257098272 diff --git a/DialoGPT-medium-Arrobot.Q6_K.gguf b/DialoGPT-medium-Arrobot.Q6_K.gguf new file mode 100644 index 0000000..8e30d4a --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520884bf0f0b2c8120bf6af49d15ff12c2a4006aa596983d178db2d065cf53a3 +size 297206304 diff --git a/DialoGPT-medium-Arrobot.Q8_0.gguf b/DialoGPT-medium-Arrobot.Q8_0.gguf new file mode 100644 index 0000000..41de219 --- /dev/null +++ b/DialoGPT-medium-Arrobot.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4fad3b03232353f3f475dbefbe880feec40690c933049f056ca0419fb64d91 +size 382808192 diff --git a/DialoGPT-medium-Arrobot.f16.gguf b/DialoGPT-medium-Arrobot.f16.gguf new file mode 100644 index 0000000..a2dba5e --- /dev/null +++ b/DialoGPT-medium-Arrobot.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5e3a1cf4e3408f832efbbebbfb90c7060bc15c7c5df8eab52f888d059eb9c3 +size 714170432 diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b36752 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: Mogwhy/DialoGPT-medium-Arrobot +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- conversational +--- +## About + + + + + + +static quants of https://huggingface.co/Mogwhy/DialoGPT-medium-Arrobot + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#DialoGPT-medium-Arrobot-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-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-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q2_K.gguf) | Q2_K | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q3_K_S.gguf) | Q3_K_S | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q3_K_M.gguf) | Q3_K_M | 0.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.IQ4_XS.gguf) | IQ4_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q4_K_S.gguf) | Q4_K_S | 0.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q3_K_L.gguf) | Q3_K_L | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q4_K_M.gguf) | Q4_K_M | 0.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q5_K_S.gguf) | Q5_K_S | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q5_K_M.gguf) | Q5_K_M | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q6_K.gguf) | Q6_K | 0.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.Q8_0.gguf) | Q8_0 | 0.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/DialoGPT-medium-Arrobot-GGUF/resolve/main/DialoGPT-medium-Arrobot.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. + +