初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/SuperQwen2-7B-Chat-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
|
||||||
|
SuperQwen2-7B-Chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
SuperQwen2-7B-Chat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
69
README.md
Normal file
69
README.md
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
---
|
||||||
|
base_model: SepKeyPro/SuperQwen2-7B-Chat
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- merge
|
||||||
|
- mergekit
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/SepKeyPro/SuperQwen2-7B-Chat
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-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/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q2_K.gguf) | Q2_K | 3.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.IQ3_XS.gguf) | IQ3_XS | 3.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.IQ3_S.gguf) | IQ3_S | 3.6 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.IQ3_M.gguf) | IQ3_M | 3.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.IQ4_XS.gguf) | IQ4_XS | 4.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q5_K_S.gguf) | Q5_K_S | 5.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q5_K_M.gguf) | Q5_K_M | 5.5 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q6_K.gguf) | Q6_K | 6.4 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/SuperQwen2-7B-Chat-GGUF/resolve/main/SuperQwen2-7B-Chat.f16.gguf) | f16 | 15.3 | 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
SuperQwen2-7B-Chat.IQ3_M.gguf
Normal file
3
SuperQwen2-7B-Chat.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47d2753eeb8fe1a679fd56ea9654a8d6926175684ce232a3037edafd95dc34ce
|
||||||
|
size 3574009824
|
||||||
3
SuperQwen2-7B-Chat.IQ3_S.gguf
Normal file
3
SuperQwen2-7B-Chat.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2fbe523e0b63a91b57505f59cf117e79ebe893aabfeba37e7b8ca2bb2bcc451e
|
||||||
|
size 3499190240
|
||||||
3
SuperQwen2-7B-Chat.IQ3_XS.gguf
Normal file
3
SuperQwen2-7B-Chat.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4491f8d9ec1060cde5d496a1bbb75e808a106eb23dd7000b430555c2fd8ef5cf
|
||||||
|
size 3346253792
|
||||||
3
SuperQwen2-7B-Chat.IQ4_XS.gguf
Normal file
3
SuperQwen2-7B-Chat.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b03e5d60adb6a2739300968f4188640ead50d977473d01f9a019d5cb43b256a
|
||||||
|
size 4250296288
|
||||||
3
SuperQwen2-7B-Chat.Q2_K.gguf
Normal file
3
SuperQwen2-7B-Chat.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4cac95adef204de0953aece65a5a27d1f0b7815ca6b68899c9312f1594dc451f
|
||||||
|
size 3015938016
|
||||||
3
SuperQwen2-7B-Chat.Q3_K_L.gguf
Normal file
3
SuperQwen2-7B-Chat.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:887315be9312e3c1e99a3b0703ca3fe886f661b2fa6a178e704e65718e87c4d2
|
||||||
|
size 4088457184
|
||||||
3
SuperQwen2-7B-Chat.Q3_K_M.gguf
Normal file
3
SuperQwen2-7B-Chat.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c9210063be6eb27d53c9696ccbb3b5f300ee90f88aed3238ffbfa3d5f104b41
|
||||||
|
size 3808389088
|
||||||
3
SuperQwen2-7B-Chat.Q3_K_S.gguf
Normal file
3
SuperQwen2-7B-Chat.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aae4dae408a77724afae56d3fee47461fde36038c071942b60a068d613a74ccb
|
||||||
|
size 3492366304
|
||||||
3
SuperQwen2-7B-Chat.Q4_K_M.gguf
Normal file
3
SuperQwen2-7B-Chat.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df485e244d8fc36e5d84cf1a0f13d55dace0176c1e221358870029cfa8fc56db
|
||||||
|
size 4683071456
|
||||||
3
SuperQwen2-7B-Chat.Q4_K_S.gguf
Normal file
3
SuperQwen2-7B-Chat.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b152b098a577d3e4b1f31ada42fa04c2548e441d0d99034e4b6f7da89f5d1cbe
|
||||||
|
size 4457766880
|
||||||
3
SuperQwen2-7B-Chat.Q5_K_M.gguf
Normal file
3
SuperQwen2-7B-Chat.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd85668289c5e2816045d872de0fa4a7560ba72a849c8f9bcaf1f30734149e69
|
||||||
|
size 5444829152
|
||||||
3
SuperQwen2-7B-Chat.Q5_K_S.gguf
Normal file
3
SuperQwen2-7B-Chat.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:44c3e6cd97b56f62d9cebe7f042780764b94ef5f903db0462a6eb0f624ce84be
|
||||||
|
size 5315174368
|
||||||
3
SuperQwen2-7B-Chat.Q6_K.gguf
Normal file
3
SuperQwen2-7B-Chat.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3247aca02da4d95bb9c411f1f428a98ce601d2084b5953258b0b9570a275dca
|
||||||
|
size 6254196704
|
||||||
3
SuperQwen2-7B-Chat.Q8_0.gguf
Normal file
3
SuperQwen2-7B-Chat.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dbf5b324badc2eccc45538a4a90727b3791cdc7685d503fcdaaba7dcc78ae3ed
|
||||||
|
size 8098523104
|
||||||
3
SuperQwen2-7B-Chat.f16.gguf
Normal file
3
SuperQwen2-7B-Chat.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccf181f6ac3af1ecb879f740bd479a4dc8e1c31ab4b5b626ac4a1b5651fedcbc
|
||||||
|
size 15237851104
|
||||||
Reference in New Issue
Block a user