初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/pythia-410m-GGUF Source: Original Platform
This commit is contained in:
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
*.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
|
||||
pythia-410m.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
73
README.md
Normal file
73
README.md
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
base_model: EleutherAI/pythia-410m
|
||||
datasets:
|
||||
- EleutherAI/pile
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- pytorch
|
||||
- causal-lm
|
||||
- pythia
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/EleutherAI/pythia-410m
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/pythia-410m-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/pythia-410m-GGUF/resolve/main/pythia-410m.Q2_K.gguf) | Q2_K | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.IQ3_XS.gguf) | IQ3_XS | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.IQ3_S.gguf) | IQ3_S | 0.3 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q3_K_S.gguf) | Q3_K_S | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.IQ3_M.gguf) | IQ3_M | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q3_K_M.gguf) | Q3_K_M | 0.3 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.IQ4_XS.gguf) | IQ4_XS | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q3_K_L.gguf) | Q3_K_L | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q4_K_S.gguf) | Q4_K_S | 0.3 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q4_K_M.gguf) | Q4_K_M | 0.4 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q5_K_S.gguf) | Q5_K_S | 0.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q5_K_M.gguf) | Q5_K_M | 0.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q6_K.gguf) | Q6_K | 0.4 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.Q8_0.gguf) | Q8_0 | 0.5 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-GGUF/resolve/main/pythia-410m.f16.gguf) | f16 | 0.9 | 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
pythia-410m.IQ3_M.gguf
Normal file
3
pythia-410m.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ea4f8739875a12268a4a24ffbc09c2c792cb5053ef5219041ccacdf9f96caed
|
||||
size 212262816
|
||||
3
pythia-410m.IQ3_S.gguf
Normal file
3
pythia-410m.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ff6c25498b96bdb2c501bc51ba34190e727f2df6a9dfebf812d7e1c6e4bdb7c
|
||||
size 197222304
|
||||
3
pythia-410m.IQ3_XS.gguf
Normal file
3
pythia-410m.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a62377be60319246a65053dcd8dedc6b236413414fd4e024d3030c254260e612
|
||||
size 193683360
|
||||
3
pythia-410m.IQ4_XS.gguf
Normal file
3
pythia-410m.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8205289f35093a2d6ff561649696be6a0dea3fbe6ae5802bebfc877dcb6d820c
|
||||
size 235090848
|
||||
3
pythia-410m.Q2_K.gguf
Normal file
3
pythia-410m.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f78c16245a61a070533c84240ae7846b93e7568770264fc7cbf4635616573e71
|
||||
size 174099360
|
||||
3
pythia-410m.Q3_K_L.gguf
Normal file
3
pythia-410m.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52a758fb49ca98fefb08402eedcb401d685851f4389ddd3a238522586fb5c8d9
|
||||
size 239689632
|
||||
3
pythia-410m.Q3_K_M.gguf
Normal file
3
pythia-410m.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:580d85380273b69cb845e639dd5fc375ba1aa3c9feb135ea075294dcf48f984f
|
||||
size 224485280
|
||||
3
pythia-410m.Q3_K_S.gguf
Normal file
3
pythia-410m.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cf3996ae01eefcc386dedaefdf31b3f60733d3fbae7fd4e63ea40e7c7ba6176
|
||||
size 197222304
|
||||
3
pythia-410m.Q4_K_M.gguf
Normal file
3
pythia-410m.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37e4d5a652c16ab10ef6571d5c562bb5677461493a0e27d18a38c5697d03f2c9
|
||||
size 266584992
|
||||
3
pythia-410m.Q4_K_S.gguf
Normal file
3
pythia-410m.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e77d262f20d25921b10b78e12f5ec0882c619bb03ea3d7f7af032e8a8070c8f9
|
||||
size 245744544
|
||||
3
pythia-410m.Q5_K_M.gguf
Normal file
3
pythia-410m.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc1247ca4dd4dc32a5fc36be131d691833c9cd561f3f2301433ce5e2db3e642b
|
||||
size 305071008
|
||||
3
pythia-410m.Q5_K_S.gguf
Normal file
3
pythia-410m.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a543dc6d0a2a254f39bde488a081dd6583e1030d28846bc66d389a167f60be3c
|
||||
size 288359328
|
||||
3
pythia-410m.Q6_K.gguf
Normal file
3
pythia-410m.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d1c7a51fd931e1f36816144db414aa710dfb52fb58bc12bbc74124a72e59939
|
||||
size 335308704
|
||||
3
pythia-410m.Q8_0.gguf
Normal file
3
pythia-410m.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:648402e5d816f487f0ee55f831f35bb9bd043db066f36cf9b31acfd68b09e91e
|
||||
size 433397664
|
||||
3
pythia-410m.f16.gguf
Normal file
3
pythia-410m.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77d1b39f63da355f08a17cff4af33696e0035fb2dbbd05dd161c7bd5f5976171
|
||||
size 813096864
|
||||
Reference in New Issue
Block a user