初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/typhoon-7b-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
|
||||||
|
typhoon-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
typhoon-7b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
71
README.md
Normal file
71
README.md
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
---
|
||||||
|
base_model: typhoon-ai/typhoon-7b
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
mradermacher:
|
||||||
|
readme_rev: 1
|
||||||
|
quantized_by: mradermacher
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/typhoon-ai/typhoon-7b
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
|
||||||
|
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#typhoon-7b-GGUF).***
|
||||||
|
|
||||||
|
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/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q2_K.gguf) | Q2_K | 2.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.IQ3_XS.gguf) | IQ3_XS | 3.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.IQ3_M.gguf) | IQ3_M | 3.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.IQ4_XS.gguf) | IQ4_XS | 4.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q4_K_S.gguf) | Q4_K_S | 4.3 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q5_K_M.gguf) | Q5_K_M | 5.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q6_K.gguf) | Q6_K | 6.1 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/typhoon-7b-GGUF/resolve/main/typhoon-7b.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
typhoon-7b.IQ3_M.gguf
Normal file
3
typhoon-7b.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6cebe92f92026c2861db26e88284ff1ba768791137fe263571ff927477a1cc6
|
||||||
|
size 3301465152
|
||||||
3
typhoon-7b.IQ3_S.gguf
Normal file
3
typhoon-7b.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef4dd0dbeacbf06c19284b1c61e1ac509d1d9d88460582ac87668eb322f7bc43
|
||||||
|
size 3198966848
|
||||||
3
typhoon-7b.IQ3_XS.gguf
Normal file
3
typhoon-7b.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a5a8298d994a10d7bf6e560508c3f49350c0a1171401a94a961653b2375fb6d
|
||||||
|
size 3035388992
|
||||||
3
typhoon-7b.IQ4_XS.gguf
Normal file
3
typhoon-7b.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cfbc8211356625597214e797390651aa4d14ba9f9e66fc98c35c556d41bf6ea4
|
||||||
|
size 3962301216
|
||||||
3
typhoon-7b.Q2_K.gguf
Normal file
3
typhoon-7b.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01161df27998b1e266f55f8e7997b68e3541652559b9e05d9bb7fef970fb3cca
|
||||||
|
size 2734476640
|
||||||
3
typhoon-7b.Q3_K_L.gguf
Normal file
3
typhoon-7b.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:536a2014f916a8401fe3262484b5992ceaac5693c18d8cf9ca8f6551b914d435
|
||||||
|
size 3838598208
|
||||||
3
typhoon-7b.Q3_K_M.gguf
Normal file
3
typhoon-7b.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:921273b82cd008f9fa940da7872d5fce1f68c4f50a20025cd05bf060dd138a35
|
||||||
|
size 3535559744
|
||||||
3
typhoon-7b.Q3_K_S.gguf
Normal file
3
typhoon-7b.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61beffce823b4befcf1758a998ed6c4693473b160b971d90757180f764341833
|
||||||
|
size 3181141056
|
||||||
3
typhoon-7b.Q4_K_M.gguf
Normal file
3
typhoon-7b.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38a17f5c21148213ec492efa09c0c71dcacdddd8ddcc8925ad2dcaa1a8fa7208
|
||||||
|
size 4386763936
|
||||||
3
typhoon-7b.Q4_K_S.gguf
Normal file
3
typhoon-7b.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1df8b83fe51d939755e77a550ebc358ce1abae3ba9e4ffa1bed99468b6c3604
|
||||||
|
size 4158698656
|
||||||
3
typhoon-7b.Q5_K_M.gguf
Normal file
3
typhoon-7b.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:782562c53c0cba75df42517ed29513e877e52a51cb8c736a939acdf27a7312bf
|
||||||
|
size 5151382176
|
||||||
3
typhoon-7b.Q5_K_S.gguf
Normal file
3
typhoon-7b.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1a9081d138060742cc646020ffbe9362caac460415d34eeb3054d872a947faf
|
||||||
|
size 5017688736
|
||||||
3
typhoon-7b.Q6_K.gguf
Normal file
3
typhoon-7b.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3ee6b1d59513e79ac34556ea247720fcf4d23aff4d53b34d6589a422b54629f
|
||||||
|
size 5963789056
|
||||||
3
typhoon-7b.Q8_0.gguf
Normal file
3
typhoon-7b.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3ee403e5012f9f6c4b5bdc297a664bd3a5fce27a0db26ee1c6bc2e1b94a3a42
|
||||||
|
size 7723968064
|
||||||
3
typhoon-7b.f16.gguf
Normal file
3
typhoon-7b.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73af233f94a7b94c387312e17764b52ffdacbdf8ea55f652adce367477704a5d
|
||||||
|
size 14537564224
|
||||||
Reference in New Issue
Block a user