From 447c0e1806a464d5589ff5648ee1bfcd0ed92270 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 16 Jul 2026 15:25:08 +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/gpt-2-doctor-eng-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++++++++ README.md | 64 ++++++++++++++++++++++++++++++++++++ gpt-2-doctor-eng.IQ4_XS.gguf | 3 ++ gpt-2-doctor-eng.Q2_K.gguf | 3 ++ gpt-2-doctor-eng.Q3_K_L.gguf | 3 ++ gpt-2-doctor-eng.Q3_K_M.gguf | 3 ++ gpt-2-doctor-eng.Q3_K_S.gguf | 3 ++ gpt-2-doctor-eng.Q4_K_M.gguf | 3 ++ gpt-2-doctor-eng.Q4_K_S.gguf | 3 ++ gpt-2-doctor-eng.Q5_K_M.gguf | 3 ++ gpt-2-doctor-eng.Q5_K_S.gguf | 3 ++ gpt-2-doctor-eng.Q6_K.gguf | 3 ++ gpt-2-doctor-eng.Q8_0.gguf | 3 ++ gpt-2-doctor-eng.f16.gguf | 3 ++ 14 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 gpt-2-doctor-eng.IQ4_XS.gguf create mode 100644 gpt-2-doctor-eng.Q2_K.gguf create mode 100644 gpt-2-doctor-eng.Q3_K_L.gguf create mode 100644 gpt-2-doctor-eng.Q3_K_M.gguf create mode 100644 gpt-2-doctor-eng.Q3_K_S.gguf create mode 100644 gpt-2-doctor-eng.Q4_K_M.gguf create mode 100644 gpt-2-doctor-eng.Q4_K_S.gguf create mode 100644 gpt-2-doctor-eng.Q5_K_M.gguf create mode 100644 gpt-2-doctor-eng.Q5_K_S.gguf create mode 100644 gpt-2-doctor-eng.Q6_K.gguf create mode 100644 gpt-2-doctor-eng.Q8_0.gguf create mode 100644 gpt-2-doctor-eng.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e324647 --- /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 +gpt-2-doctor-eng.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +gpt-2-doctor-eng.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..d536e0f --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: ustunek/gpt-2-doctor-eng +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/ustunek/gpt-2-doctor-eng + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/gpt-2-doctor-eng-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/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q2_K.gguf) | Q2_K | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q3_K_S.gguf) | Q3_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q3_K_M.gguf) | Q3_K_M | 0.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q3_K_L.gguf) | Q3_K_L | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.IQ4_XS.gguf) | IQ4_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q4_K_S.gguf) | Q4_K_S | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q4_K_M.gguf) | Q4_K_M | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q5_K_S.gguf) | Q5_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q5_K_M.gguf) | Q5_K_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q6_K.gguf) | Q6_K | 0.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.Q8_0.gguf) | Q8_0 | 0.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/gpt-2-doctor-eng-GGUF/resolve/main/gpt-2-doctor-eng.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/gpt-2-doctor-eng.IQ4_XS.gguf b/gpt-2-doctor-eng.IQ4_XS.gguf new file mode 100644 index 0000000..7c1725b --- /dev/null +++ b/gpt-2-doctor-eng.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9eff4ad696b5f3996876fe6c404ab0488e4406b91e876c342a27095972018a +size 103063808 diff --git a/gpt-2-doctor-eng.Q2_K.gguf b/gpt-2-doctor-eng.Q2_K.gguf new file mode 100644 index 0000000..049c39c --- /dev/null +++ b/gpt-2-doctor-eng.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc1de5a356377bb0d93c885cebfedc92e40ba5e17cec3670a80be02b80d758c +size 81196960 diff --git a/gpt-2-doctor-eng.Q3_K_L.gguf b/gpt-2-doctor-eng.Q3_K_L.gguf new file mode 100644 index 0000000..5d91880 --- /dev/null +++ b/gpt-2-doctor-eng.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd51ec4ced81ebca14fad6f4c9b156654988f74568c87418ebe8d4084782c7df +size 102092896 diff --git a/gpt-2-doctor-eng.Q3_K_M.gguf b/gpt-2-doctor-eng.Q3_K_M.gguf new file mode 100644 index 0000000..df6cfd2 --- /dev/null +++ b/gpt-2-doctor-eng.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74104189309d5983c78c985a534783c065a45c7aec972807054d8a74ab973b78 +size 97669216 diff --git a/gpt-2-doctor-eng.Q3_K_S.gguf b/gpt-2-doctor-eng.Q3_K_S.gguf new file mode 100644 index 0000000..9571e3f --- /dev/null +++ b/gpt-2-doctor-eng.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b651cb20feecf14a4647e40078672c47f6e63d9fb421b16a71ad1d4c90cc71 +size 90148960 diff --git a/gpt-2-doctor-eng.Q4_K_M.gguf b/gpt-2-doctor-eng.Q4_K_M.gguf new file mode 100644 index 0000000..b4c4094 --- /dev/null +++ b/gpt-2-doctor-eng.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a926784a81e682649ec1db611c3da0fdcf2b9a5e5dec201204165f074d9e47 +size 112859296 diff --git a/gpt-2-doctor-eng.Q4_K_S.gguf b/gpt-2-doctor-eng.Q4_K_S.gguf new file mode 100644 index 0000000..a6940c9 --- /dev/null +++ b/gpt-2-doctor-eng.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b54b49fadc7d3189d547ddfb981adc293aecdfa5d4495de4a7549879510921 +size 106850464 diff --git a/gpt-2-doctor-eng.Q5_K_M.gguf b/gpt-2-doctor-eng.Q5_K_M.gguf new file mode 100644 index 0000000..8674ac6 --- /dev/null +++ b/gpt-2-doctor-eng.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42369d4241be2886f263162fedc2afc7e041ee44e8a5e7d449f5837de6540a0c +size 126697216 diff --git a/gpt-2-doctor-eng.Q5_K_S.gguf b/gpt-2-doctor-eng.Q5_K_S.gguf new file mode 100644 index 0000000..c646a51 --- /dev/null +++ b/gpt-2-doctor-eng.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a66db15819a1bbec7c92c94b25135ff6474bcb8963d6964db6cb0318828692 +size 121997056 diff --git a/gpt-2-doctor-eng.Q6_K.gguf b/gpt-2-doctor-eng.Q6_K.gguf new file mode 100644 index 0000000..6e403ef --- /dev/null +++ b/gpt-2-doctor-eng.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ae317e2d663172c41844fe8a47b09a4b817032a0dbf76bdbca13ca3538cb04 +size 138403648 diff --git a/gpt-2-doctor-eng.Q8_0.gguf b/gpt-2-doctor-eng.Q8_0.gguf new file mode 100644 index 0000000..8d27a7e --- /dev/null +++ b/gpt-2-doctor-eng.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380de6708f15c7dcc6a642b54123312eb0c05764cab3bea8c780efc6dfbec366 +size 177669376 diff --git a/gpt-2-doctor-eng.f16.gguf b/gpt-2-doctor-eng.f16.gguf new file mode 100644 index 0000000..c85511b --- /dev/null +++ b/gpt-2-doctor-eng.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77eaa65a877078611a9c9bffd0f7bea3644c466e3c631e83fa0b7885bf7c70d7 +size 329665664