初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/pythia-1b-deduped-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-1b-deduped.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-deduped.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-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-1b-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-1b-deduped
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/pythia-1b-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-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q2_K.gguf) | Q2_K | 0.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.IQ3_XS.gguf) | IQ3_XS | 0.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.IQ3_S.gguf) | IQ3_S | 0.6 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q3_K_S.gguf) | Q3_K_S | 0.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.IQ3_M.gguf) | IQ3_M | 0.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q3_K_M.gguf) | Q3_K_M | 0.7 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.IQ4_XS.gguf) | IQ4_XS | 0.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q3_K_L.gguf) | Q3_K_L | 0.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q4_K_M.gguf) | Q4_K_M | 0.8 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q5_K_S.gguf) | Q5_K_S | 0.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q5_K_M.gguf) | Q5_K_M | 0.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q6_K.gguf) | Q6_K | 0.9 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.Q8_0.gguf) | Q8_0 | 1.2 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-deduped-GGUF/resolve/main/pythia-1b-deduped.f16.gguf) | f16 | 2.1 | 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-1b-deduped.IQ3_M.gguf
Normal file
3
pythia-1b-deduped.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30c022ec15f2f5b15cabaed9af11b7ffa44de6186933331ccdcc657710cb9d40
|
||||
size 518417152
|
||||
3
pythia-1b-deduped.IQ3_S.gguf
Normal file
3
pythia-1b-deduped.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8719e38fc10d616a686a121973ac28bf872d1dc30e558aaa9cc48d452fc8fdec
|
||||
size 478309120
|
||||
3
pythia-1b-deduped.IQ3_XS.gguf
Normal file
3
pythia-1b-deduped.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:229de4e14c5f8decdfe7111641db4ac6f826abef44a919ed10bc94b2f4b2f602
|
||||
size 468871936
|
||||
3
pythia-1b-deduped.IQ4_XS.gguf
Normal file
3
pythia-1b-deduped.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3916c79bbfa695baf09efaedf8107725d2509c95a0ce5efa4ddbb95f8c64961
|
||||
size 575804160
|
||||
3
pythia-1b-deduped.Q2_K.gguf
Normal file
3
pythia-1b-deduped.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acb773e782393f55652a1bda3eea9b90ddfc99ce937557a7129321037285fc96
|
||||
size 420135680
|
||||
3
pythia-1b-deduped.Q3_K_L.gguf
Normal file
3
pythia-1b-deduped.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34110c26b2aa7504d60446e253af3704332268cc9ab36a58fc1262e196714246
|
||||
size 591555328
|
||||
3
pythia-1b-deduped.Q3_K_M.gguf
Normal file
3
pythia-1b-deduped.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:550395ad2ff02bdeee81942cdc878ad882d098b281dd5deb0f5ba8bfecede35f
|
||||
size 551709440
|
||||
3
pythia-1b-deduped.Q3_K_S.gguf
Normal file
3
pythia-1b-deduped.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37e41cb1354c6d942daa250ddebe0cf0be71833521123e5c5091c4595fd8e82e
|
||||
size 478309120
|
||||
3
pythia-1b-deduped.Q4_K_M.gguf
Normal file
3
pythia-1b-deduped.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9cb5c0697f33bd6cc46e4f36d9c56d19b3063a37f3701315a1d659438ab7f8d
|
||||
size 658715392
|
||||
3
pythia-1b-deduped.Q4_K_S.gguf
Normal file
3
pythia-1b-deduped.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5148881120b118865d4755c4dbcad5b01d67cbab3edd796783bcda6cacb0f412
|
||||
size 603140864
|
||||
3
pythia-1b-deduped.Q5_K_M.gguf
Normal file
3
pythia-1b-deduped.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:293d80cf5fd898c41171948f3194a534e021dedfe3110b52c96dc5ddc1196847
|
||||
size 757052160
|
||||
3
pythia-1b-deduped.Q5_K_S.gguf
Normal file
3
pythia-1b-deduped.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fb330a5d2b3e1d05228fa2de08ea414d623f7311c103b5409418c601bc946e3
|
||||
size 712487680
|
||||
3
pythia-1b-deduped.Q6_K.gguf
Normal file
3
pythia-1b-deduped.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e045a5558fe9abcfd565b1ee89f3ff9beba7dddf6210299701b2d3b2ca67b788
|
||||
size 833125120
|
||||
3
pythia-1b-deduped.Q8_0.gguf
Normal file
3
pythia-1b-deduped.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d7fc1e24d29aa1ef4e2f3f10e298c61dcb2d9b62c409546224304bbaca16bb4
|
||||
size 1078061824
|
||||
3
pythia-1b-deduped.f16.gguf
Normal file
3
pythia-1b-deduped.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82803aeae4cb34278bc57ec4ed5b2b248c7d6462b08422f146fcbaddb6770267
|
||||
size 2026203904
|
||||
Reference in New Issue
Block a user