commit dfd396200a2a1d25483ce9905385110ed3273e2c Author: ModelHub XC Date: Wed Jul 8 18:23:11 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/school-math-questions-llama2-8k-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b5ee8ab --- /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 +school-math-questions-llama2-8k.f16.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +school-math-questions-llama2-8k.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..b43bd1c --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +--- +base_model: Paulitos/school-math-questions-llama2-8k +language: +- en +library_name: transformers +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/Paulitos/school-math-questions-llama2-8k + + +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/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q2_K.gguf) | Q2_K | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q3_K_S.gguf) | Q3_K_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q3_K_L.gguf) | Q3_K_L | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.IQ4_XS.gguf) | IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q5_K_S.gguf) | Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q5_K_M.gguf) | Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q6_K.gguf) | Q6_K | 5.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/school-math-questions-llama2-8k-GGUF/resolve/main/school-math-questions-llama2-8k.f16.gguf) | f16 | 13.6 | 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/school-math-questions-llama2-8k.IQ4_XS.gguf b/school-math-questions-llama2-8k.IQ4_XS.gguf new file mode 100644 index 0000000..1c41542 --- /dev/null +++ b/school-math-questions-llama2-8k.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504056939b252ce465d1ea433a24823f4925fd71fd96db0b703bc38ae2146c24 +size 3647518048 diff --git a/school-math-questions-llama2-8k.Q2_K.gguf b/school-math-questions-llama2-8k.Q2_K.gguf new file mode 100644 index 0000000..00cc3a1 --- /dev/null +++ b/school-math-questions-llama2-8k.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ec5516fec87fd69a29d65586c4896f22fb12547a8ae8ecd269bf3264c5be88 +size 2532865376 diff --git a/school-math-questions-llama2-8k.Q3_K_L.gguf b/school-math-questions-llama2-8k.Q3_K_L.gguf new file mode 100644 index 0000000..4ac8c13 --- /dev/null +++ b/school-math-questions-llama2-8k.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bda3164355e516889c08a4a16248c7a8ed70ca596030e424707137bfef73359 +size 3597112672 diff --git a/school-math-questions-llama2-8k.Q3_K_M.gguf b/school-math-questions-llama2-8k.Q3_K_M.gguf new file mode 100644 index 0000000..fd66411 --- /dev/null +++ b/school-math-questions-llama2-8k.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef9ca19365728ee567409bf57e3545304b457bc5c0629cc0e6a5f246cb28ba9 +size 3298006368 diff --git a/school-math-questions-llama2-8k.Q3_K_S.gguf b/school-math-questions-llama2-8k.Q3_K_S.gguf new file mode 100644 index 0000000..e3b2433 --- /dev/null +++ b/school-math-questions-llama2-8k.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fa4809d00dd890d00d3dd330f8d48fe71d55a13b8d2c3a0868bc4b44294dbf +size 2948306272 diff --git a/school-math-questions-llama2-8k.Q4_K_M.gguf b/school-math-questions-llama2-8k.Q4_K_M.gguf new file mode 100644 index 0000000..c861736 --- /dev/null +++ b/school-math-questions-llama2-8k.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0007d0b6b6a8a9690571023f8ccade254bf5bd6daf048bad0f9a19f9852198f9 +size 4081005920 diff --git a/school-math-questions-llama2-8k.Q4_K_S.gguf b/school-math-questions-llama2-8k.Q4_K_S.gguf new file mode 100644 index 0000000..cb8c2d8 --- /dev/null +++ b/school-math-questions-llama2-8k.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043b6f08b47e1c1799135afc15550bc32e16fb78be181ba723dbda27f5cc72ba +size 3856741728 diff --git a/school-math-questions-llama2-8k.Q5_K_M.gguf b/school-math-questions-llama2-8k.Q5_K_M.gguf new file mode 100644 index 0000000..9771707 --- /dev/null +++ b/school-math-questions-llama2-8k.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27098eb4c025d104a9f9d12e2b47ae27a300a8e96d1d81c9e1e8b57cfb544055 +size 4783158624 diff --git a/school-math-questions-llama2-8k.Q5_K_S.gguf b/school-math-questions-llama2-8k.Q5_K_S.gguf new file mode 100644 index 0000000..bcbf670 --- /dev/null +++ b/school-math-questions-llama2-8k.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8aa921ff1e670410efd8e51ef185c09eef7ab5e5f1e11c1bbd80ca0a1e2a5a4 +size 4651693408 diff --git a/school-math-questions-llama2-8k.Q6_K.gguf b/school-math-questions-llama2-8k.Q6_K.gguf new file mode 100644 index 0000000..b9ecf4c --- /dev/null +++ b/school-math-questions-llama2-8k.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3e28c47c62acf9947c87bca56888b69d7ab40e0e426813453ffd2e80f83d20 +size 5529195872 diff --git a/school-math-questions-llama2-8k.Q8_0.gguf b/school-math-questions-llama2-8k.Q8_0.gguf new file mode 100644 index 0000000..2f98369 --- /dev/null +++ b/school-math-questions-llama2-8k.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e212187c6d7c473c1c9fdd303a18f15068af3d6d6854968864634b95ffc8ab8 +size 7161091424 diff --git a/school-math-questions-llama2-8k.f16.gguf b/school-math-questions-llama2-8k.f16.gguf new file mode 100644 index 0000000..f16c27d --- /dev/null +++ b/school-math-questions-llama2-8k.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5ee5fed1c946eefce8bd6bb0bf929bbc14a2bbb77186a9819edd71592b31fb +size 13478106464