初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/pythia-160m-GGUF Source: Original Platform
This commit is contained in:
50
.gitattributes
vendored
Normal file
50
.gitattributes
vendored
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
*.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-160m.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-160m.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-160m
|
||||||
|
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-160m
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/pythia-160m-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-160m-GGUF/resolve/main/pythia-160m.Q2_K.gguf) | Q2_K | 0.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.IQ3_XS.gguf) | IQ3_XS | 0.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.IQ3_S.gguf) | IQ3_S | 0.2 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q3_K_S.gguf) | Q3_K_S | 0.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.IQ3_M.gguf) | IQ3_M | 0.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q3_K_M.gguf) | Q3_K_M | 0.2 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q3_K_L.gguf) | Q3_K_L | 0.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.IQ4_XS.gguf) | IQ4_XS | 0.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q4_K_S.gguf) | Q4_K_S | 0.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q4_K_M.gguf) | Q4_K_M | 0.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q5_K_S.gguf) | Q5_K_S | 0.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q5_K_M.gguf) | Q5_K_M | 0.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q6_K.gguf) | Q6_K | 0.2 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.Q8_0.gguf) | Q8_0 | 0.3 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-160m-GGUF/resolve/main/pythia-160m.f16.gguf) | f16 | 0.4 | 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-160m.IQ3_M.gguf
Normal file
3
pythia-160m.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb37d86a9d51ee214162e3fa79349722aaa995dc36f831787bdebc6d0c59cb8c
|
||||||
|
size 91123744
|
||||||
3
pythia-160m.IQ3_S.gguf
Normal file
3
pythia-160m.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7bd4c849600d6017db14c124de177c96afaf2794217892f53d2d17992b285df
|
||||||
|
size 87050272
|
||||||
3
pythia-160m.IQ3_XS.gguf
Normal file
3
pythia-160m.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c146bd1ca95028fd468fe3250ed0601531a2ca9085496da5be2b0e6cd2729927
|
||||||
|
size 86054944
|
||||||
3
pythia-160m.IQ4_XS.gguf
Normal file
3
pythia-160m.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:15e9b73f507c26fd330e48290fb0785205c2d3fce566496b29cf61b2ebd5c12e
|
||||||
|
size 99968800
|
||||||
3
pythia-160m.Q2_K.gguf
Normal file
3
pythia-160m.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:86a0f6b8f459b03fd80c3750245dbcf9d389f1caaf941b8808605192f58e93e7
|
||||||
|
size 78094624
|
||||||
3
pythia-160m.Q3_K_L.gguf
Normal file
3
pythia-160m.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a11a4ea9b66aa5a74d3a1be761976743483e6c3bbda51290a6b7f29dd0eca4b2
|
||||||
|
size 98994208
|
||||||
3
pythia-160m.Q3_K_M.gguf
Normal file
3
pythia-160m.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d498bcb11243a3c5430681d392185c59fc24a1167b5a161837e114ac7f7ac585
|
||||||
|
size 94570528
|
||||||
3
pythia-160m.Q3_K_S.gguf
Normal file
3
pythia-160m.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:517e9ba1488b50b6833b23ce21b7457b7e4f41868108468cd5072d101293ce06
|
||||||
|
size 87050272
|
||||||
3
pythia-160m.Q4_K_M.gguf
Normal file
3
pythia-160m.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d203ee230ba6dce85ab4411daf096af49302bff815cc6590e33ec0b498b7a904
|
||||||
|
size 109765408
|
||||||
3
pythia-160m.Q4_K_S.gguf
Normal file
3
pythia-160m.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1ff9192ec4154b018a758bfebdece5f030716eba83fb1f3cf2060b7f2d00617
|
||||||
|
size 103756576
|
||||||
3
pythia-160m.Q5_K_M.gguf
Normal file
3
pythia-160m.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28a766b5f23e7fc0bb9e74bbce5af9d3df3fe204b5eb501f075d30c3dff07c86
|
||||||
|
size 123607840
|
||||||
3
pythia-160m.Q5_K_S.gguf
Normal file
3
pythia-160m.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:181e0fe19625698c8989722513c3714b9e877fb325699bff6fd1359024e27e2e
|
||||||
|
size 118907680
|
||||||
3
pythia-160m.Q6_K.gguf
Normal file
3
pythia-160m.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c31e3d0d74f5800e6102395a247a253c01c1701e031fb034056f87357bd9b73
|
||||||
|
size 135319072
|
||||||
3
pythia-160m.Q8_0.gguf
Normal file
3
pythia-160m.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6768c9ddd98239c1cd7dcdce9891d8fe3356f9552e6686e396a990d0b206a0be
|
||||||
|
size 174602272
|
||||||
3
pythia-160m.f16.gguf
Normal file
3
pythia-160m.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1306575e79199863b98bdd4d66c8d982893d20957452eef70185cd7b1d0d8a6
|
||||||
|
size 326666272
|
||||||
Reference in New Issue
Block a user