Commit
·
8533e17
verified
·
0
Parent(s):
Duplicate from mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF
Browse filesCo-authored-by: team mradermacher <[email protected]>
- .gitattributes +46 -0
- KwaiCoder-DS-V2-Lite-Base.IQ4_XS.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q2_K.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q3_K_L.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q3_K_M.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q3_K_S.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q4_K_M.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q4_K_S.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q5_K_M.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q5_K_S.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q6_K.gguf +3 -0
- KwaiCoder-DS-V2-Lite-Base.Q8_0.gguf +3 -0
- README.md +66 -0
.gitattributes
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
KwaiCoder-DS-V2-Lite-Base.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
KwaiCoder-DS-V2-Lite-Base.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
KwaiCoder-DS-V2-Lite-Base.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
KwaiCoder-DS-V2-Lite-Base.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
KwaiCoder-DS-V2-Lite-Base.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
KwaiCoder-DS-V2-Lite-Base.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
KwaiCoder-DS-V2-Lite-Base.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
KwaiCoder-DS-V2-Lite-Base.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
KwaiCoder-DS-V2-Lite-Base.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
KwaiCoder-DS-V2-Lite-Base.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
KwaiCoder-DS-V2-Lite-Base.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
KwaiCoder-DS-V2-Lite-Base.IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70dbd07155b99a19244d3e414336d1ce212d251c4ac26a275d84968f9be2db3a
|
3 |
+
size 8646804736
|
KwaiCoder-DS-V2-Lite-Base.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44e83dc791569ef5af54a392211a70463ee71fe27eb730e7644ae7859ed67662
|
3 |
+
size 6430465280
|
KwaiCoder-DS-V2-Lite-Base.Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50370d206d88d8e7492a41276cb73f8dab2a60905968295dbe55a52f7d0e3751
|
3 |
+
size 8459399424
|
KwaiCoder-DS-V2-Lite-Base.Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5668b910fc3577314c77d8e16ec25b064a1e7b67c31c19de4b18ea8ca9aa1747
|
3 |
+
size 8126607616
|
KwaiCoder-DS-V2-Lite-Base.Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b609499217001e56143fd363c812f1279cd41e93602825deb662f681b8b9e59e
|
3 |
+
size 7487664384
|
KwaiCoder-DS-V2-Lite-Base.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af5aa3ba067280c029412823496f0752d5ac53fd6b4183dd191f7bcfbb261ed5
|
3 |
+
size 10364417280
|
KwaiCoder-DS-V2-Lite-Base.Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ad0fc82f77a498dc7b6983fac5d5e047f15268b55c8d725142644f56a564dcb
|
3 |
+
size 9533609216
|
KwaiCoder-DS-V2-Lite-Base.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5ff8c1d0a258a9e06ad23c9d04f94cbbe2a4be4d26b8adc4c06fa08885ff2e1
|
3 |
+
size 11851314432
|
KwaiCoder-DS-V2-Lite-Base.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f7e6bd13be5b22b9d0024b899fea65070557d4be94e9ef6c605e6fa8f90b595
|
3 |
+
size 11143058688
|
KwaiCoder-DS-V2-Lite-Base.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af6c9fa3e391061495053886729c4eec54bdb1304b4efe144eb65513c291d23e
|
3 |
+
size 14066972928
|
KwaiCoder-DS-V2-Lite-Base.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:356b939bb762233da6ea56cd64f0bd91a289b7120d62b838b57d1963236f5d5c
|
3 |
+
size 16702518528
|
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Kwaipilot/KwaiCoder-DS-V2-Lite-Base
|
3 |
+
language:
|
4 |
+
- multilingual
|
5 |
+
library_name: transformers
|
6 |
+
license: mit
|
7 |
+
quantized_by: mradermacher
|
8 |
+
tags:
|
9 |
+
- code-generation
|
10 |
+
- transformers
|
11 |
+
---
|
12 |
+
## About
|
13 |
+
|
14 |
+
<!-- ### quantize_version: 2 -->
|
15 |
+
<!-- ### output_tensor_quantised: 1 -->
|
16 |
+
<!-- ### convert_type: hf -->
|
17 |
+
<!-- ### vocab_type: -->
|
18 |
+
<!-- ### tags: -->
|
19 |
+
static quants of https://huggingface.co/Kwaipilot/KwaiCoder-DS-V2-Lite-Base
|
20 |
+
|
21 |
+
<!-- provided-files -->
|
22 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-i1-GGUF
|
23 |
+
## Usage
|
24 |
+
|
25 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
26 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
27 |
+
more details, including on how to concatenate multi-part files.
|
28 |
+
|
29 |
+
## Provided Quants
|
30 |
+
|
31 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
32 |
+
|
33 |
+
| Link | Type | Size/GB | Notes |
|
34 |
+
|:-----|:-----|--------:|:------|
|
35 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q2_K.gguf) | Q2_K | 6.5 | |
|
36 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q3_K_S.gguf) | Q3_K_S | 7.6 | |
|
37 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q3_K_M.gguf) | Q3_K_M | 8.2 | lower quality |
|
38 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q3_K_L.gguf) | Q3_K_L | 8.6 | |
|
39 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.IQ4_XS.gguf) | IQ4_XS | 8.7 | |
|
40 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q4_K_S.gguf) | Q4_K_S | 9.6 | fast, recommended |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q4_K_M.gguf) | Q4_K_M | 10.5 | fast, recommended |
|
42 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q5_K_S.gguf) | Q5_K_S | 11.2 | |
|
43 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q5_K_M.gguf) | Q5_K_M | 12.0 | |
|
44 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q6_K.gguf) | Q6_K | 14.2 | very good quality |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/KwaiCoder-DS-V2-Lite-Base-GGUF/resolve/main/KwaiCoder-DS-V2-Lite-Base.Q8_0.gguf) | Q8_0 | 16.8 | fast, best quality |
|
46 |
+
|
47 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
48 |
+
types (lower is better):
|
49 |
+
|
50 |
+

|
51 |
+
|
52 |
+
And here are Artefact2's thoughts on the matter:
|
53 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
54 |
+
|
55 |
+
## FAQ / Model Request
|
56 |
+
|
57 |
+
See https://huggingface.co/mradermacher/model_requests for some answers to
|
58 |
+
questions you might have and/or if you want some other model quantized.
|
59 |
+
|
60 |
+
## Thanks
|
61 |
+
|
62 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
63 |
+
me use its servers and providing upgrades to my workstation to enable
|
64 |
+
this work in my free time.
|
65 |
+
|
66 |
+
<!-- end -->
|