初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/distilpythia-GGUF Source: Original Platform
This commit is contained in:
47
.gitattributes
vendored
Normal file
47
.gitattributes
vendored
Normal file
@@ -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
|
||||||
66
README.md
Normal file
66
README.md
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
---
|
||||||
|
base_model: crumb/distilpythia
|
||||||
|
datasets:
|
||||||
|
- EleutherAI/pile
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
quantized_by: mradermacher
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/crumb/distilpythia
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
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):
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
<!-- end -->
|
||||||
3
distilpythia.IQ4_XS.gguf
Normal file
3
distilpythia.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7791acae264cacc6af1f1620704f17f2413756ba29629ffb9a3d0a5468bfbe3d
|
||||||
|
size 46775072
|
||||||
3
distilpythia.Q2_K.gguf
Normal file
3
distilpythia.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a70940ac350474aa51bccd695bb2743d51c3ea017a0c7a57a133487eab18059c
|
||||||
|
size 38508320
|
||||||
3
distilpythia.Q3_K_L.gguf
Normal file
3
distilpythia.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6eea9b97159eea4f4a7a8d35dec4e398bc5fafdb8cbe8dea69a2ede80dd804de
|
||||||
|
size 44896544
|
||||||
3
distilpythia.Q3_K_M.gguf
Normal file
3
distilpythia.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec4a38987b49630caa02bfef472cee136d34eb33dae5bb0c21e7171ebe50194f
|
||||||
|
size 43913504
|
||||||
3
distilpythia.Q3_K_S.gguf
Normal file
3
distilpythia.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba7d10888db239a5e6014bf79aec04f211772619819741ab26c091909b60e768
|
||||||
|
size 42242336
|
||||||
3
distilpythia.Q4_K_M.gguf
Normal file
3
distilpythia.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ffcfaba08e77ec099c055baad5bb3f53534f990cf2207a93003abe75b9754dc
|
||||||
|
size 49300256
|
||||||
3
distilpythia.Q4_K_S.gguf
Normal file
3
distilpythia.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a326ce854b379d4b170fd2f53a0d281af7708be2680b6cf08b499f1f0b877bbf
|
||||||
|
size 48169760
|
||||||
3
distilpythia.Q5_K_M.gguf
Normal file
3
distilpythia.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d6047d0a78fe767e33fed145d0c8608fb31798718f24fc43605112a34cac729
|
||||||
|
size 54653728
|
||||||
3
distilpythia.Q5_K_S.gguf
Normal file
3
distilpythia.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8252648b2226286f7e42d95ce9df934b216883cf11b18d90f7397ba6cfb8d594
|
||||||
|
size 53748512
|
||||||
3
distilpythia.Q6_K.gguf
Normal file
3
distilpythia.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:776f4e4efc4f7829d10769615ac8f7fb93938ab5ccc6b9437545d97d6774d51c
|
||||||
|
size 59675936
|
||||||
3
distilpythia.Q8_0.gguf
Normal file
3
distilpythia.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:596592cfe7b94e8b6f56c5c9b2642dddd8289eb6ca314a9acc4d2a3e56898efb
|
||||||
|
size 76722464
|
||||||
3
distilpythia.f16.gguf
Normal file
3
distilpythia.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:405cbee785b1e6441813d1fddc64329eef960714eac06701a4400ea95636957e
|
||||||
|
size 142709024
|
||||||
Reference in New Issue
Block a user