初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/juanako-7b-UNA-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
|
||||
juanako-7b-UNA.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
juanako-7b-UNA.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
75
README.md
Normal file
75
README.md
Normal file
@@ -0,0 +1,75 @@
|
||||
---
|
||||
base_model: fblgit/juanako-7b-UNA
|
||||
datasets:
|
||||
- HuggingFaceH4/ultrafeedback_binarized
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- alignment-handbook
|
||||
- generated_from_trainer
|
||||
- juanako
|
||||
- mistral
|
||||
- UNA
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/fblgit/juanako-7b-UNA
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/juanako-7b-UNA-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/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q2_K.gguf) | Q2_K | 2.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.IQ3_XS.gguf) | IQ3_XS | 3.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.IQ3_M.gguf) | IQ3_M | 3.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/juanako-7b-UNA-GGUF/resolve/main/juanako-7b-UNA.f16.gguf) | f16 | 14.6 | 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
juanako-7b-UNA.IQ3_M.gguf
Normal file
3
juanako-7b-UNA.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5146036e7cfc82d2b6d80354685bc35ddfb5534c8fe222b7146d6dd85a53cf9c
|
||||
size 3284892800
|
||||
3
juanako-7b-UNA.IQ3_S.gguf
Normal file
3
juanako-7b-UNA.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7438d97eadec70227abc216b1aa88cbe29e92c3d64499e86dfdf83c9c604e04c
|
||||
size 3182394496
|
||||
3
juanako-7b-UNA.IQ3_XS.gguf
Normal file
3
juanako-7b-UNA.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fa2fe7304a05295cb7421f84db0a1315f05851b6d244b84fdf42c87705806b9
|
||||
size 3018816640
|
||||
3
juanako-7b-UNA.IQ4_XS.gguf
Normal file
3
juanako-7b-UNA.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5fea8c7aae2e4272b6470b6354fa7776ff757109a6a6a787bdca7aa192ad6f3
|
||||
size 3944389760
|
||||
3
juanako-7b-UNA.Q2_K.gguf
Normal file
3
juanako-7b-UNA.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4db9942a886efb70778bce27eecec43c723265496d92cfab386b2cf841aba98
|
||||
size 2719243392
|
||||
3
juanako-7b-UNA.Q3_K_L.gguf
Normal file
3
juanako-7b-UNA.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdf31efaa156447f64da4cbf5467f5a84159391a246a9533e5f6d5b7d1da7e02
|
||||
size 3822025856
|
||||
3
juanako-7b-UNA.Q3_K_M.gguf
Normal file
3
juanako-7b-UNA.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3aa7f010809fda5198808ebcb4a90899a3f990e9ade0c65aeba925fc7c0b86ce
|
||||
size 3518987392
|
||||
3
juanako-7b-UNA.Q3_K_S.gguf
Normal file
3
juanako-7b-UNA.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32671a7e1bdb52d4249024870aab0882564a4009515347d0bf40cd502f7743e4
|
||||
size 3164568704
|
||||
3
juanako-7b-UNA.Q4_K_M.gguf
Normal file
3
juanako-7b-UNA.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1511dd9a598ba23554ea370aa4dc0e4857a663e53d706db47cf213961e96a3f3
|
||||
size 4368440448
|
||||
3
juanako-7b-UNA.Q4_K_S.gguf
Normal file
3
juanako-7b-UNA.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48a96e15b5c86372beef3c631aeb581814df7fd53dcdde94f3566ad6929038a4
|
||||
size 4140375168
|
||||
3
juanako-7b-UNA.Q5_K_M.gguf
Normal file
3
juanako-7b-UNA.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38fea12bfa16b3e85bbb2ee1b293c66711a57af61d539888b96ad1b4660b9986
|
||||
size 5131410560
|
||||
3
juanako-7b-UNA.Q5_K_S.gguf
Normal file
3
juanako-7b-UNA.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fb315b36028c99c53feaccbc4dc45caa69455c90e7d2d65142fcd7099b8b3f8
|
||||
size 4997717120
|
||||
3
juanako-7b-UNA.Q6_K.gguf
Normal file
3
juanako-7b-UNA.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cd359f3ef2deca53246f5f2c9f526defd563c986209f0a32a142c352830490c
|
||||
size 5942066304
|
||||
3
juanako-7b-UNA.Q8_0.gguf
Normal file
3
juanako-7b-UNA.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c4b6c7f08252a5876592a111e1f45b630becf79b6bfc7f498281bf89859e7e2
|
||||
size 7695858816
|
||||
3
juanako-7b-UNA.f16.gguf
Normal file
3
juanako-7b-UNA.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0698ffaae56124c221db8626f414ccf5bf3d85b8c1a1a9cda09e84b5d9b85b6f
|
||||
size 14484733056
|
||||
Reference in New Issue
Block a user