From 969fb21621d1416e1730ccc5bef00950a11ed2fe Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 21 Jun 2026 19:16:18 +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/hassaniya-gpt2-model-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++ README.md | 72 ++++++++++++++++++++++++++++++++ hassaniya-gpt2-model.IQ4_XS.gguf | 3 ++ hassaniya-gpt2-model.Q2_K.gguf | 3 ++ hassaniya-gpt2-model.Q3_K_L.gguf | 3 ++ hassaniya-gpt2-model.Q3_K_M.gguf | 3 ++ hassaniya-gpt2-model.Q3_K_S.gguf | 3 ++ hassaniya-gpt2-model.Q4_K_M.gguf | 3 ++ hassaniya-gpt2-model.Q4_K_S.gguf | 3 ++ hassaniya-gpt2-model.Q5_K_M.gguf | 3 ++ hassaniya-gpt2-model.Q5_K_S.gguf | 3 ++ hassaniya-gpt2-model.Q6_K.gguf | 3 ++ hassaniya-gpt2-model.Q8_0.gguf | 3 ++ hassaniya-gpt2-model.f16.gguf | 3 ++ 14 files changed, 155 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 hassaniya-gpt2-model.IQ4_XS.gguf create mode 100644 hassaniya-gpt2-model.Q2_K.gguf create mode 100644 hassaniya-gpt2-model.Q3_K_L.gguf create mode 100644 hassaniya-gpt2-model.Q3_K_M.gguf create mode 100644 hassaniya-gpt2-model.Q3_K_S.gguf create mode 100644 hassaniya-gpt2-model.Q4_K_M.gguf create mode 100644 hassaniya-gpt2-model.Q4_K_S.gguf create mode 100644 hassaniya-gpt2-model.Q5_K_M.gguf create mode 100644 hassaniya-gpt2-model.Q5_K_S.gguf create mode 100644 hassaniya-gpt2-model.Q6_K.gguf create mode 100644 hassaniya-gpt2-model.Q8_0.gguf create mode 100644 hassaniya-gpt2-model.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1a775ab --- /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 +hassaniya-gpt2-model.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +hassaniya-gpt2-model.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..3eb076d --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +--- +base_model: ABMZD/hassaniya-gpt2-model +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + + + + +static quants of https://huggingface.co/ABMZD/hassaniya-gpt2-model + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#hassaniya-gpt2-model-GGUF).*** + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q2_K.gguf) | Q2_K | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q3_K_S.gguf) | Q3_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q3_K_M.gguf) | Q3_K_M | 0.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.IQ4_XS.gguf) | IQ4_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q4_K_S.gguf) | Q4_K_S | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q3_K_L.gguf) | Q3_K_L | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q4_K_M.gguf) | Q4_K_M | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q5_K_S.gguf) | Q5_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q5_K_M.gguf) | Q5_K_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q6_K.gguf) | Q6_K | 0.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.Q8_0.gguf) | Q8_0 | 0.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/hassaniya-gpt2-model-GGUF/resolve/main/hassaniya-gpt2-model.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/hassaniya-gpt2-model.IQ4_XS.gguf b/hassaniya-gpt2-model.IQ4_XS.gguf new file mode 100644 index 0000000..6a31b18 --- /dev/null +++ b/hassaniya-gpt2-model.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbe18bc93465978956e7f0ea54a905076f0c130d6615fbd2dd70fd62d6b325b +size 82558880 diff --git a/hassaniya-gpt2-model.Q2_K.gguf b/hassaniya-gpt2-model.Q2_K.gguf new file mode 100644 index 0000000..146bd2f --- /dev/null +++ b/hassaniya-gpt2-model.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0fe262dac137b3b8c58251140b2e67c085689b28355f6223f765393de8f02d +size 70688672 diff --git a/hassaniya-gpt2-model.Q3_K_L.gguf b/hassaniya-gpt2-model.Q3_K_L.gguf new file mode 100644 index 0000000..2f38407 --- /dev/null +++ b/hassaniya-gpt2-model.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74cefc572eb897c2cbdec50940b998787161cbda45ea9fe29979abf5d9ee582 +size 88162208 diff --git a/hassaniya-gpt2-model.Q3_K_M.gguf b/hassaniya-gpt2-model.Q3_K_M.gguf new file mode 100644 index 0000000..63ddbf3 --- /dev/null +++ b/hassaniya-gpt2-model.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ee4754456ac2808dc02a6136b1d034ab682ade87161f6d3ec964e2394e4238 +size 81526688 diff --git a/hassaniya-gpt2-model.Q3_K_S.gguf b/hassaniya-gpt2-model.Q3_K_S.gguf new file mode 100644 index 0000000..c44653e --- /dev/null +++ b/hassaniya-gpt2-model.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b8cf3a974e3c451adcd18e441375fcdd9e3daad1187c95385f29136635bc5e +size 73564064 diff --git a/hassaniya-gpt2-model.Q4_K_M.gguf b/hassaniya-gpt2-model.Q4_K_M.gguf new file mode 100644 index 0000000..e9a103c --- /dev/null +++ b/hassaniya-gpt2-model.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b68c9b09ab5f1618144ab74754037b7cd947314245eb9f307c53a3fa36d829 +size 91231136 diff --git a/hassaniya-gpt2-model.Q4_K_S.gguf b/hassaniya-gpt2-model.Q4_K_S.gguf new file mode 100644 index 0000000..424ca57 --- /dev/null +++ b/hassaniya-gpt2-model.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e700c2023b990f712916f9908495b43be65ff4f83bb4d9cf8a6fa3d5b3584e6 +size 86024096 diff --git a/hassaniya-gpt2-model.Q5_K_M.gguf b/hassaniya-gpt2-model.Q5_K_M.gguf new file mode 100644 index 0000000..ba9bd26 --- /dev/null +++ b/hassaniya-gpt2-model.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e84e0c9d136a63f451c365758c505bf67236b77552cf018f29362dba69c82b +size 98751392 diff --git a/hassaniya-gpt2-model.Q5_K_S.gguf b/hassaniya-gpt2-model.Q5_K_S.gguf new file mode 100644 index 0000000..bca4a75 --- /dev/null +++ b/hassaniya-gpt2-model.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66f82587452d225068a39da169c0ad06d73618ceee48aadda818cd4f280865e +size 95461280 diff --git a/hassaniya-gpt2-model.Q6_K.gguf b/hassaniya-gpt2-model.Q6_K.gguf new file mode 100644 index 0000000..c7cdd35 --- /dev/null +++ b/hassaniya-gpt2-model.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa058c4e810e59a658495c70a2cecac8fab9419a6c175e99f5bbadffa3c46f69 +size 106741664 diff --git a/hassaniya-gpt2-model.Q8_0.gguf b/hassaniya-gpt2-model.Q8_0.gguf new file mode 100644 index 0000000..8bc039d --- /dev/null +++ b/hassaniya-gpt2-model.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8270d74ff2bb686f43d7a26cbe6fbd442233926c7bab6cd95d4e6293c7090ae2 +size 136659584 diff --git a/hassaniya-gpt2-model.f16.gguf b/hassaniya-gpt2-model.f16.gguf new file mode 100644 index 0000000..8aabdfb --- /dev/null +++ b/hassaniya-gpt2-model.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580072b0e5a17bd7e48b059c389463e92c900e8b230e3581c98aa6f0fb3b7f83 +size 252470848