初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/Tucaninho-GGUF Source: Original Platform
This commit is contained in:
47
.gitattributes
vendored
Normal file
47
.gitattributes
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
*.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
|
||||
Tucaninho.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Tucaninho.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
71
README.md
Normal file
71
README.md
Normal file
@@ -0,0 +1,71 @@
|
||||
---
|
||||
base_model: FluxiIA/Tucaninho
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- text-generation-inference
|
||||
- transformers
|
||||
- unsloth
|
||||
- llama
|
||||
- trl
|
||||
- sft
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/FluxiIA/Tucaninho
|
||||
|
||||
<!-- 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/Tucaninho-GGUF/resolve/main/Tucaninho.Q2_K.gguf) | Q2_K | 1.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q3_K_S.gguf) | Q3_K_S | 1.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q3_K_M.gguf) | Q3_K_M | 1.3 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q3_K_L.gguf) | Q3_K_L | 1.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.IQ4_XS.gguf) | IQ4_XS | 1.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q4_K_S.gguf) | Q4_K_S | 1.5 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q4_K_M.gguf) | Q4_K_M | 1.6 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q5_K_S.gguf) | Q5_K_S | 1.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q5_K_M.gguf) | Q5_K_M | 1.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q6_K.gguf) | Q6_K | 2.1 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.Q8_0.gguf) | Q8_0 | 2.7 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Tucaninho-GGUF/resolve/main/Tucaninho.f16.gguf) | f16 | 5.0 | 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
Tucaninho.IQ4_XS.gguf
Normal file
3
Tucaninho.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1344192674ee9670307c81de488c60d4cb62765134194220885f3c9d0b45ef1c
|
||||
size 1342021696
|
||||
3
Tucaninho.Q2_K.gguf
Normal file
3
Tucaninho.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ac4bd375a655ae4201cc29e8b3a57189abbb2cfdf3b766a3488ad4fb2231daf
|
||||
size 932780096
|
||||
3
Tucaninho.Q3_K_L.gguf
Normal file
3
Tucaninho.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b3846460b266c83436bee9d2db0ce70c72e58ff966b45f8510a9aaa2698e94f
|
||||
size 1296530496
|
||||
3
Tucaninho.Q3_K_M.gguf
Normal file
3
Tucaninho.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a544d64774b2fa64019041c9e69a8f70831b0117d1b4dd572f55e1e826adc349
|
||||
size 1196997696
|
||||
3
Tucaninho.Q3_K_S.gguf
Normal file
3
Tucaninho.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e04b67ee7d6c63f378bcc6d8f8e4689a32d4ad3d0c139eadc18c7ab1bb67850
|
||||
size 1083640896
|
||||
3
Tucaninho.Q4_K_M.gguf
Normal file
3
Tucaninho.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35d70b38f60cae67b405c0e9e893c780e82fc42fe7f9158d29deb041df67170b
|
||||
size 1483589696
|
||||
3
Tucaninho.Q4_K_S.gguf
Normal file
3
Tucaninho.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b191db35b2c647666a41f5044c6f8b4156b180969710745222ff0d75f16b039
|
||||
size 1408069696
|
||||
3
Tucaninho.Q5_K_M.gguf
Normal file
3
Tucaninho.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62d8f05eb24468e633b2d102b753f186bc7df1fa80bfdfdf65178689cedccf19
|
||||
size 1737132096
|
||||
3
Tucaninho.Q5_K_S.gguf
Normal file
3
Tucaninho.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90e8a59314ad37973759053140a919fc83a898984ccb8b041b1ffd342eb92169
|
||||
size 1692741696
|
||||
3
Tucaninho.Q6_K.gguf
Normal file
3
Tucaninho.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72abb1acb0bd36a5fe259a277ebb661e4c98bd82fa507785987e14deaab3a91b
|
||||
size 2006520896
|
||||
3
Tucaninho.Q8_0.gguf
Normal file
3
Tucaninho.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f95a6fbb3b4a07ab3a4ddadf3ec246567950cc7e2631101f0a6e1f6dc9fe3f5
|
||||
size 2598546496
|
||||
3
Tucaninho.f16.gguf
Normal file
3
Tucaninho.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:108caebad3252263a27c5c3763ee11f1ac16febe9c789fdead2d14a61960a43b
|
||||
size 4890258496
|
||||
Reference in New Issue
Block a user