初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/pythia-410m-deduped-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-deduped.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
pythia-410m-deduped.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-deduped
|
||||||
|
datasets:
|
||||||
|
- EleutherAI/the_pile_deduplicated
|
||||||
|
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-deduped
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/pythia-410m-deduped-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-deduped-GGUF/resolve/main/pythia-410m-deduped.Q2_K.gguf) | Q2_K | 0.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.IQ3_XS.gguf) | IQ3_XS | 0.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.IQ3_S.gguf) | IQ3_S | 0.3 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q3_K_S.gguf) | Q3_K_S | 0.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.IQ3_M.gguf) | IQ3_M | 0.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q3_K_M.gguf) | Q3_K_M | 0.3 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.IQ4_XS.gguf) | IQ4_XS | 0.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q3_K_L.gguf) | Q3_K_L | 0.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q4_K_S.gguf) | Q4_K_S | 0.3 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q4_K_M.gguf) | Q4_K_M | 0.4 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q5_K_S.gguf) | Q5_K_S | 0.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q5_K_M.gguf) | Q5_K_M | 0.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q6_K.gguf) | Q6_K | 0.4 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.Q8_0.gguf) | Q8_0 | 0.5 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-deduped-GGUF/resolve/main/pythia-410m-deduped.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-deduped.IQ3_M.gguf
Normal file
3
pythia-410m-deduped.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b1be9825f3dfe3698f55b5e0b4dd24ec52a1898debbc2b8b0c86cc9aed403ab
|
||||||
|
size 212262912
|
||||||
3
pythia-410m-deduped.IQ3_S.gguf
Normal file
3
pythia-410m-deduped.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e48d68ff443ab119c51ac2f1da0119698c1d8f36ebb83b6f8d39e74faac0c9d
|
||||||
|
size 197222400
|
||||||
3
pythia-410m-deduped.IQ3_XS.gguf
Normal file
3
pythia-410m-deduped.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc34410bb932118ed7473c17bb58f58db529bdcdacc2e8d08f4e8efdc2a25cf5
|
||||||
|
size 193683456
|
||||||
3
pythia-410m-deduped.IQ4_XS.gguf
Normal file
3
pythia-410m-deduped.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c77adc1bfb8222c78c99a18b256ee63c45c3aa899e9ca41b58f5fd73133b8110
|
||||||
|
size 235090944
|
||||||
3
pythia-410m-deduped.Q2_K.gguf
Normal file
3
pythia-410m-deduped.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b141dd0637d1c8ffbd0de0021a12f3e921bc842cfc5b7d53803e07d992c2bc14
|
||||||
|
size 174099456
|
||||||
3
pythia-410m-deduped.Q3_K_L.gguf
Normal file
3
pythia-410m-deduped.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff4d52191f9ed64b7b53158281b69dc4272e67f4033ca92a6f58127cbde54f6a
|
||||||
|
size 239689728
|
||||||
3
pythia-410m-deduped.Q3_K_M.gguf
Normal file
3
pythia-410m-deduped.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a6d7f7cddab86e3edbc2de980755328f32da65dec3eb056a2aebf93fdb32845
|
||||||
|
size 224485376
|
||||||
3
pythia-410m-deduped.Q3_K_S.gguf
Normal file
3
pythia-410m-deduped.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04d2dea5b2a6e0f028b21b5a754ebb6a2a0936bba22d1e03b3e127505cd9d823
|
||||||
|
size 197222400
|
||||||
3
pythia-410m-deduped.Q4_K_M.gguf
Normal file
3
pythia-410m-deduped.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:155bcc4546141bc2ac1d224f1b4cb00bdfb6f85d302c5ecb0514220a1d8dfe21
|
||||||
|
size 266585088
|
||||||
3
pythia-410m-deduped.Q4_K_S.gguf
Normal file
3
pythia-410m-deduped.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b49a33cb169b895484b2c51b67f4ffe4dca8cd6533254566a1008147b71ce3a0
|
||||||
|
size 245744640
|
||||||
3
pythia-410m-deduped.Q5_K_M.gguf
Normal file
3
pythia-410m-deduped.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be9a919da0aa767e56386a6c7a6d43c9f0ff22f00f0d06c27865167c18f041d7
|
||||||
|
size 305071104
|
||||||
3
pythia-410m-deduped.Q5_K_S.gguf
Normal file
3
pythia-410m-deduped.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05059b5400f8282875a0f9371be65b4ed6ae5680858c7293689770b7659fae43
|
||||||
|
size 288359424
|
||||||
3
pythia-410m-deduped.Q6_K.gguf
Normal file
3
pythia-410m-deduped.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63572a0b9ac4ac8b6fb2e4884803cc0385a69cc27cd9ef582b95f964b49bed02
|
||||||
|
size 335308800
|
||||||
3
pythia-410m-deduped.Q8_0.gguf
Normal file
3
pythia-410m-deduped.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5214afc3ac3e04851690c41f78ead87ad6985acb17ae7ef5a8d402da197bb169
|
||||||
|
size 433397760
|
||||||
3
pythia-410m-deduped.f16.gguf
Normal file
3
pythia-410m-deduped.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c70e5fbb6efd2ded35c01921c5f7e98cef04d081618b88e125d10d1363f64a99
|
||||||
|
size 813096960
|
||||||
Reference in New Issue
Block a user