初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/pythia-1b-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-1b-tulu-v2-mix.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-tulu-v2-mix.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
pythia-1b-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-1b-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-1b-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-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q2_K.gguf) | Q2_K | 0.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.IQ3_XS.gguf) | IQ3_XS | 0.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.IQ3_S.gguf) | IQ3_S | 0.6 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q3_K_S.gguf) | Q3_K_S | 0.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.IQ3_M.gguf) | IQ3_M | 0.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q3_K_M.gguf) | Q3_K_M | 0.7 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.IQ4_XS.gguf) | IQ4_XS | 0.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q3_K_L.gguf) | Q3_K_L | 0.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q4_K_M.gguf) | Q4_K_M | 0.8 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q5_K_S.gguf) | Q5_K_S | 0.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q5_K_M.gguf) | Q5_K_M | 0.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q6_K.gguf) | Q6_K | 0.9 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.Q8_0.gguf) | Q8_0 | 1.2 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/pythia-1b-tulu-v2-mix-GGUF/resolve/main/pythia-1b-tulu-v2-mix.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-tulu-v2-mix.IQ3_M.gguf
Normal file
3
pythia-1b-tulu-v2-mix.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bd00f41516da6c36cd7b03ced9a4a81055857c89742bb495fbfab4daf894fbe
|
||||
size 518418080
|
||||
3
pythia-1b-tulu-v2-mix.IQ3_S.gguf
Normal file
3
pythia-1b-tulu-v2-mix.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a44ed39b57ba7b470668734f75883dc6575e18af6958d61e027872f2bdb4a51e
|
||||
size 478310048
|
||||
3
pythia-1b-tulu-v2-mix.IQ3_XS.gguf
Normal file
3
pythia-1b-tulu-v2-mix.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b601a55701907e91e87abc2f26d963e9f25663b4fda62f549e0b1ce8387dea4f
|
||||
size 468872864
|
||||
3
pythia-1b-tulu-v2-mix.IQ4_XS.gguf
Normal file
3
pythia-1b-tulu-v2-mix.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:689f52a4db1b042a063997fb53fa8376d024e2866ae3c5d109f49661319c379a
|
||||
size 575805088
|
||||
3
pythia-1b-tulu-v2-mix.Q2_K.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09af5a8bdc38c6d99cff6c458c949b19ca05c8f731fbde231bb1d2f9c09cb4cc
|
||||
size 420136608
|
||||
3
pythia-1b-tulu-v2-mix.Q3_K_L.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0d4b3fcc175ffb7cfe3943d87caad440eabdd384be8ec8c0cc68c758d0c3eda
|
||||
size 591556256
|
||||
3
pythia-1b-tulu-v2-mix.Q3_K_M.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8fd87b4a98b5906f4ba9121aa5b38c6b326fb4fc7039cff0ee8dc4b80d01bab
|
||||
size 551710368
|
||||
3
pythia-1b-tulu-v2-mix.Q3_K_S.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cfed914970cf0a99212ec2e3c502df77ec0599f1776e5e3433d2834c22be664
|
||||
size 478310048
|
||||
3
pythia-1b-tulu-v2-mix.Q4_K_M.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3ac5d5ce129656929b55e149834635c25a218239718211a6d51ad9b70a35fbc
|
||||
size 658716320
|
||||
3
pythia-1b-tulu-v2-mix.Q4_K_S.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc5aeb30cd28fadb6db6d64a234b17c34c564ecee6fb8977961ba0730fd06976
|
||||
size 603141792
|
||||
3
pythia-1b-tulu-v2-mix.Q5_K_M.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2562e216a209c5e560a704103c796a4da40f04d63c2ca8a2e46fb2895af1fe6b
|
||||
size 757053088
|
||||
3
pythia-1b-tulu-v2-mix.Q5_K_S.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11a0da01d939b17f52a13f27f79ceffe6892d4f9f04f34a94ffaf26e372b35ef
|
||||
size 712488608
|
||||
3
pythia-1b-tulu-v2-mix.Q6_K.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6245513e695a49008c4a6916a71cbfc8ab4c96833724ba87272c94f5962fd46
|
||||
size 833126048
|
||||
3
pythia-1b-tulu-v2-mix.Q8_0.gguf
Normal file
3
pythia-1b-tulu-v2-mix.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0b7ff7cadbb9888ded27d087cf049fce85fee2651a408dd630135465880f00f
|
||||
size 1078062752
|
||||
3
pythia-1b-tulu-v2-mix.f16.gguf
Normal file
3
pythia-1b-tulu-v2-mix.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49890a6a25887634bb5e8d286fcfa669dc4597cdbad5e5c8433ee2d803f54820
|
||||
size 2026204832
|
||||
Reference in New Issue
Block a user