初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/pythia-410m-tulu-v2-mix-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-410m-tulu-v2-mix.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-410m-tulu-v2-mix.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
77
README.md
Normal file
77
README.md
Normal file
@@ -0,0 +1,77 @@
|
||||
---
|
||||
base_model: kykim0/pythia-410m-tulu-v2-mix
|
||||
datasets:
|
||||
- allenai/tulu-v2-sft-mixture
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- alignment-handbook
|
||||
- trl
|
||||
- sft
|
||||
- generated_from_trainer
|
||||
- trl
|
||||
- sft
|
||||
- generated_from_trainer
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/kykim0/pythia-410m-tulu-v2-mix
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
|
||||
## 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-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q2_K.gguf) | Q2_K | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.IQ3_XS.gguf) | IQ3_XS | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.IQ3_S.gguf) | IQ3_S | 0.3 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q3_K_S.gguf) | Q3_K_S | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.IQ3_M.gguf) | IQ3_M | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q3_K_M.gguf) | Q3_K_M | 0.3 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.IQ4_XS.gguf) | IQ4_XS | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q3_K_L.gguf) | Q3_K_L | 0.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q4_K_S.gguf) | Q4_K_S | 0.3 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q4_K_M.gguf) | Q4_K_M | 0.4 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q5_K_S.gguf) | Q5_K_S | 0.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q5_K_M.gguf) | Q5_K_M | 0.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q6_K.gguf) | Q6_K | 0.4 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.Q8_0.gguf) | Q8_0 | 0.5 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-410m-tulu-v2-mix-GGUF/resolve/main/pythia-410m-tulu-v2-mix.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-tulu-v2-mix.IQ3_M.gguf
Normal file
3
pythia-410m-tulu-v2-mix.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eb34cdae9b414f9d8648b17feb17f1eef997d725b30d442bc96c696af5157f4
|
||||
size 212263840
|
||||
3
pythia-410m-tulu-v2-mix.IQ3_S.gguf
Normal file
3
pythia-410m-tulu-v2-mix.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30076b3cad7a7c1b5755bcf9cfb8641aefa043083f6391512782505ac97c3151
|
||||
size 197223328
|
||||
3
pythia-410m-tulu-v2-mix.IQ3_XS.gguf
Normal file
3
pythia-410m-tulu-v2-mix.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b2a78999ecd54c2aa64563eee71557db55572774aad6b9e32141ea542f0c02e
|
||||
size 193684384
|
||||
3
pythia-410m-tulu-v2-mix.IQ4_XS.gguf
Normal file
3
pythia-410m-tulu-v2-mix.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:618460ebebdcec5d2003c4e045f41c38e6711b22dfe50b81b8f8a24a2664595d
|
||||
size 235091872
|
||||
3
pythia-410m-tulu-v2-mix.Q2_K.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:721181ab13609eed1460900d3ce737bfc1dbd348dfd96a37804f15c1b07eef0e
|
||||
size 174100384
|
||||
3
pythia-410m-tulu-v2-mix.Q3_K_L.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ccd863670fd726e88340346546fbd8312374d79b5264ffaaea36f725bf78ebb
|
||||
size 239690656
|
||||
3
pythia-410m-tulu-v2-mix.Q3_K_M.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:852261005631989e80feb2f33932dccc4e86c08c7a370d73742924eead5ee3a9
|
||||
size 224486304
|
||||
3
pythia-410m-tulu-v2-mix.Q3_K_S.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db96b14c3b256651dcccd232d13d4e95fb22084d29da1fa5abfa3bf38ab6face
|
||||
size 197223328
|
||||
3
pythia-410m-tulu-v2-mix.Q4_K_M.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f56324afd51126ed6bb50b288ccdb5ace85389b90120063c70cb4c841aa210f9
|
||||
size 266586016
|
||||
3
pythia-410m-tulu-v2-mix.Q4_K_S.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbc69db4af9e4d8731e09166f93e90b101c2eefd9915e252d5cad8f37d0a2ffa
|
||||
size 245745568
|
||||
3
pythia-410m-tulu-v2-mix.Q5_K_M.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d3d34a16bb2eef1ec844136efa74aab5c055c5464fff1e38cfd0fc3f676399d
|
||||
size 305072032
|
||||
3
pythia-410m-tulu-v2-mix.Q5_K_S.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1da97067b30a5d6a65ddeecabead4dce5b56b603cb0a8092d2fc58acf10a89fb
|
||||
size 288360352
|
||||
3
pythia-410m-tulu-v2-mix.Q6_K.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f059f1197bc2134f0da3abdf21f40a8cbd1fe0035194fb422e5225d1d11156e3
|
||||
size 335309728
|
||||
3
pythia-410m-tulu-v2-mix.Q8_0.gguf
Normal file
3
pythia-410m-tulu-v2-mix.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d412b6106005aa514a5a493adfaaca4199ab1e57ed9229661e2d701b5197337
|
||||
size 433398688
|
||||
3
pythia-410m-tulu-v2-mix.f16.gguf
Normal file
3
pythia-410m-tulu-v2-mix.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48f23c34fc83779f03eb051ca97e6e7295b794accf81966d3d9662a74f3a6512
|
||||
size 813097888
|
||||
Reference in New Issue
Block a user