commit 215ce2777d3681737c7ccf2123b133ba11617f61 Author: ModelHub XC Date: Wed Apr 22 06:12:34 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d13e96e --- /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 +RelayLLM-1.7B-Difficulty-Aware.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +RelayLLM-1.7B-Difficulty-Aware.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b8df60 --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: HINT-lab/RelayLLM-1.7B-Difficulty-Aware +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/HINT-lab/RelayLLM-1.7B-Difficulty-Aware + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#RelayLLM-1.7B-Difficulty-Aware-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/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q2_K.gguf) | Q2_K | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q3_K_S.gguf) | Q3_K_S | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q3_K_M.gguf) | Q3_K_M | 1.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q3_K_L.gguf) | Q3_K_L | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.IQ4_XS.gguf) | IQ4_XS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q4_K_S.gguf) | Q4_K_S | 1.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q4_K_M.gguf) | Q4_K_M | 1.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q5_K_S.gguf) | Q5_K_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q5_K_M.gguf) | Q5_K_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q6_K.gguf) | Q6_K | 1.8 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.Q8_0.gguf) | Q8_0 | 2.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/RelayLLM-1.7B-Difficulty-Aware-GGUF/resolve/main/RelayLLM-1.7B-Difficulty-Aware.f16.gguf) | f16 | 4.2 | 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/RelayLLM-1.7B-Difficulty-Aware.IQ4_XS.gguf b/RelayLLM-1.7B-Difficulty-Aware.IQ4_XS.gguf new file mode 100644 index 0000000..a41ae2b --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b95eb3295ea17841cff7da51e55aced569446bf5bc4ae7b48d32fa1c322b33 +size 1181587680 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q2_K.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q2_K.gguf new file mode 100644 index 0000000..6113bc1 --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2012f27975698a641b3e78f11e2638ff908bf962ca0a7b6dc9e38c20aede5575 +size 879896800 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q3_K_L.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q3_K_L.gguf new file mode 100644 index 0000000..d388d6f --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73382b47bab4ca766ff54c30c5775a7df8d657c94c607bd6d72f75197560220a +size 1137205472 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q3_K_M.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q3_K_M.gguf new file mode 100644 index 0000000..6f884f1 --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087e20553ab6eedac7b9fc12554ec3a9e5d464c109e9adf62f3e616f65ab89b3 +size 1073242336 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q3_K_S.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q3_K_S.gguf new file mode 100644 index 0000000..aab684a --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8902ee13d6fc6d63c50d0f1648c3a0cea32bee23e2fa4ed067637dbc267e7b +size 1000956128 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q4_K_M.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q4_K_M.gguf new file mode 100644 index 0000000..0fed015 --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0e4ceef26ec045e1753024cd1831186a831d480cb491664a05189055a5ad3f +size 1282439392 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q4_K_S.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q4_K_S.gguf new file mode 100644 index 0000000..89dad03 --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bbdf0500bd8a122ccd646e2976e98489233c75f88d1b3e73062a57d5872594 +size 1235220704 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q5_K_M.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q5_K_M.gguf new file mode 100644 index 0000000..9f9d71b --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65e6c4f10d5021418e9d5fed5867dd4f62f55323af3a62188b5c827af966542 +size 1471805664 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q5_K_S.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q5_K_S.gguf new file mode 100644 index 0000000..701550a --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4ec0e8f3f0bf2e9da79a93eacef077633854711dbe72121a9667ffa0e1dd44 +size 1444509920 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q6_K.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q6_K.gguf new file mode 100644 index 0000000..539b251 --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7461fd432972f2be7a08f987bd38a21ec4106e27ee984173189794be9be6aa75 +size 1673007328 diff --git a/RelayLLM-1.7B-Difficulty-Aware.Q8_0.gguf b/RelayLLM-1.7B-Difficulty-Aware.Q8_0.gguf new file mode 100644 index 0000000..5284115 --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f762a69ab1f31fa58207ad40a8a90bbfd5859c5f97eec87583cddbb48b84b94 +size 2165039328 diff --git a/RelayLLM-1.7B-Difficulty-Aware.f16.gguf b/RelayLLM-1.7B-Difficulty-Aware.f16.gguf new file mode 100644 index 0000000..d2fa339 --- /dev/null +++ b/RelayLLM-1.7B-Difficulty-Aware.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e538458b93bc9396d6d32d50cf9ce526d411e47891f25cfac629caa00c6234 +size 4069679328