commit 883d1149c5ad2067e7f5246e5deb12aebabcb76d Author: ModelHub XC Date: Fri May 8 19:59:50 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/distilpythia-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1c70de7 --- /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 +distilpythia.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +distilpythia.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc196b5 --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +--- +base_model: crumb/distilpythia +datasets: +- EleutherAI/pile +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/crumb/distilpythia + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/distilpythia-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/distilpythia-GGUF/resolve/main/distilpythia.Q2_K.gguf) | Q2_K | 0.1 | | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q3_K_S.gguf) | Q3_K_S | 0.1 | | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q3_K_M.gguf) | Q3_K_M | 0.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q3_K_L.gguf) | Q3_K_L | 0.1 | | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.IQ4_XS.gguf) | IQ4_XS | 0.1 | | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q4_K_S.gguf) | Q4_K_S | 0.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q4_K_M.gguf) | Q4_K_M | 0.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q5_K_S.gguf) | Q5_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q5_K_M.gguf) | Q5_K_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q6_K.gguf) | Q6_K | 0.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.Q8_0.gguf) | Q8_0 | 0.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/distilpythia-GGUF/resolve/main/distilpythia.f16.gguf) | f16 | 0.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/distilpythia.IQ4_XS.gguf b/distilpythia.IQ4_XS.gguf new file mode 100644 index 0000000..de6feda --- /dev/null +++ b/distilpythia.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7791acae264cacc6af1f1620704f17f2413756ba29629ffb9a3d0a5468bfbe3d +size 46775072 diff --git a/distilpythia.Q2_K.gguf b/distilpythia.Q2_K.gguf new file mode 100644 index 0000000..3790260 --- /dev/null +++ b/distilpythia.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70940ac350474aa51bccd695bb2743d51c3ea017a0c7a57a133487eab18059c +size 38508320 diff --git a/distilpythia.Q3_K_L.gguf b/distilpythia.Q3_K_L.gguf new file mode 100644 index 0000000..35636d8 --- /dev/null +++ b/distilpythia.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eea9b97159eea4f4a7a8d35dec4e398bc5fafdb8cbe8dea69a2ede80dd804de +size 44896544 diff --git a/distilpythia.Q3_K_M.gguf b/distilpythia.Q3_K_M.gguf new file mode 100644 index 0000000..eeb7aa5 --- /dev/null +++ b/distilpythia.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4a38987b49630caa02bfef472cee136d34eb33dae5bb0c21e7171ebe50194f +size 43913504 diff --git a/distilpythia.Q3_K_S.gguf b/distilpythia.Q3_K_S.gguf new file mode 100644 index 0000000..50fb0dc --- /dev/null +++ b/distilpythia.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7d10888db239a5e6014bf79aec04f211772619819741ab26c091909b60e768 +size 42242336 diff --git a/distilpythia.Q4_K_M.gguf b/distilpythia.Q4_K_M.gguf new file mode 100644 index 0000000..94857a9 --- /dev/null +++ b/distilpythia.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffcfaba08e77ec099c055baad5bb3f53534f990cf2207a93003abe75b9754dc +size 49300256 diff --git a/distilpythia.Q4_K_S.gguf b/distilpythia.Q4_K_S.gguf new file mode 100644 index 0000000..74ced65 --- /dev/null +++ b/distilpythia.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a326ce854b379d4b170fd2f53a0d281af7708be2680b6cf08b499f1f0b877bbf +size 48169760 diff --git a/distilpythia.Q5_K_M.gguf b/distilpythia.Q5_K_M.gguf new file mode 100644 index 0000000..ad1488a --- /dev/null +++ b/distilpythia.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6047d0a78fe767e33fed145d0c8608fb31798718f24fc43605112a34cac729 +size 54653728 diff --git a/distilpythia.Q5_K_S.gguf b/distilpythia.Q5_K_S.gguf new file mode 100644 index 0000000..88f7064 --- /dev/null +++ b/distilpythia.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8252648b2226286f7e42d95ce9df934b216883cf11b18d90f7397ba6cfb8d594 +size 53748512 diff --git a/distilpythia.Q6_K.gguf b/distilpythia.Q6_K.gguf new file mode 100644 index 0000000..ce90530 --- /dev/null +++ b/distilpythia.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776f4e4efc4f7829d10769615ac8f7fb93938ab5ccc6b9437545d97d6774d51c +size 59675936 diff --git a/distilpythia.Q8_0.gguf b/distilpythia.Q8_0.gguf new file mode 100644 index 0000000..1214f41 --- /dev/null +++ b/distilpythia.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596592cfe7b94e8b6f56c5c9b2642dddd8289eb6ca314a9acc4d2a3e56898efb +size 76722464 diff --git a/distilpythia.f16.gguf b/distilpythia.f16.gguf new file mode 100644 index 0000000..79bc5f6 --- /dev/null +++ b/distilpythia.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405cbee785b1e6441813d1fddc64329eef960714eac06701a4400ea95636957e +size 142709024