初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/pythia-70m-GGUF Source: Original Platform
This commit is contained in:
48
.gitattributes
vendored
Normal file
48
.gitattributes
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
*.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-70m.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-70m.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-70m
|
||||
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-70m
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/pythia-70m-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-70m-GGUF/resolve/main/pythia-70m.Q2_K.gguf) | Q2_K | 0.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.IQ3_XS.gguf) | IQ3_XS | 0.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.IQ3_S.gguf) | IQ3_S | 0.1 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q3_K_S.gguf) | Q3_K_S | 0.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.IQ3_M.gguf) | IQ3_M | 0.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q3_K_M.gguf) | Q3_K_M | 0.1 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q3_K_L.gguf) | Q3_K_L | 0.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.IQ4_XS.gguf) | IQ4_XS | 0.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q4_K_S.gguf) | Q4_K_S | 0.1 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q4_K_M.gguf) | Q4_K_M | 0.1 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q5_K_S.gguf) | Q5_K_S | 0.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q5_K_M.gguf) | Q5_K_M | 0.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q6_K.gguf) | Q6_K | 0.2 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.Q8_0.gguf) | Q8_0 | 0.2 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-70m-GGUF/resolve/main/pythia-70m.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
pythia-70m.IQ3_M.gguf
Normal file
3
pythia-70m.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd9e6b64e4fd4a92c54dd60188d00860c3658e4dd7c75e9853c312eb6844f4f6
|
||||
size 43077792
|
||||
3
pythia-70m.IQ3_S.gguf
Normal file
3
pythia-70m.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e7a8eaac5d923f3b91837eaad0578cf19c609ceb1a88efe35e5bad199f99966
|
||||
size 42242208
|
||||
3
pythia-70m.IQ3_XS.gguf
Normal file
3
pythia-70m.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79f20b2a6ee5bd618f3cb46da104885676d49fb1e6f1aae546f1e002c7a8fbd1
|
||||
size 41996448
|
||||
3
pythia-70m.IQ4_XS.gguf
Normal file
3
pythia-70m.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4d37d2ec4d3709c7749c7e3c4724714b920743c2430f996e9e27aaa1d2b30d4
|
||||
size 46774944
|
||||
3
pythia-70m.Q2_K.gguf
Normal file
3
pythia-70m.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e331c8c8016bed8ff1863b78fafe51e86b2364f32c2d7f3e201687e081cf7f7
|
||||
size 38508192
|
||||
3
pythia-70m.Q3_K_L.gguf
Normal file
3
pythia-70m.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e35800c5f63ad2594b0ee0307e36b29a661814ad95098a8d136482ab2a6c3770
|
||||
size 44896416
|
||||
3
pythia-70m.Q3_K_M.gguf
Normal file
3
pythia-70m.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2d6ef0d7b71742c06b93d807f551158a7b15f96de8128cc57df9254137d8ab1
|
||||
size 43913376
|
||||
3
pythia-70m.Q3_K_S.gguf
Normal file
3
pythia-70m.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:019943abafb0d3c01024aad9bdadee7c969a79de9b0cbc3edfa21136ee5ca9bc
|
||||
size 42242208
|
||||
3
pythia-70m.Q4_K_M.gguf
Normal file
3
pythia-70m.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2ca05b3bd3a08a8f53aa200989d434f7f47f19906a31d0193280d674ae41374
|
||||
size 49300128
|
||||
3
pythia-70m.Q4_K_S.gguf
Normal file
3
pythia-70m.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bc9b682654556f9251a4c03b531a76a152c63617fdd0321ee12fb1c4979a981
|
||||
size 48169632
|
||||
3
pythia-70m.Q5_K_M.gguf
Normal file
3
pythia-70m.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22f7ea85c386c2e0cd376b5b579db8fe5ca116413e604c12016415597af6670f
|
||||
size 54653600
|
||||
3
pythia-70m.Q5_K_S.gguf
Normal file
3
pythia-70m.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d9e3d17ebdfb71062b51a60a1632dd4ff26f4bd0723af5e23efe2a30b0f6838
|
||||
size 53748384
|
||||
3
pythia-70m.Q6_K.gguf
Normal file
3
pythia-70m.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97100c850241a3a4dc6abe528182c87abe0253015c477bc7e9b066d25b8a5b6f
|
||||
size 59675808
|
||||
3
pythia-70m.Q8_0.gguf
Normal file
3
pythia-70m.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfb20e9a71e764a6656e6bae10db176145939aa652f309ca77dca25a43967299
|
||||
size 76722336
|
||||
3
pythia-70m.f16.gguf
Normal file
3
pythia-70m.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:442ef8a34c4676c7cf19ac2a9e7e2bb7657849fad298de2e9b53704e81a46249
|
||||
size 142708896
|
||||
Reference in New Issue
Block a user