初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/buddhi-128k-chat-7b-GGUF Source: Original Platform
This commit is contained in:
48
.gitattributes
vendored
Normal file
48
.gitattributes
vendored
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
*.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
|
||||||
|
buddhi-128k-chat-7b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
buddhi-128k-chat-7b.Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
67
README.md
Normal file
67
README.md
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
---
|
||||||
|
base_model: aiplanet/buddhi-128k-chat-7b
|
||||||
|
datasets:
|
||||||
|
- aiplanet/buddhi-dataset
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
quantized_by: mradermacher
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/aiplanet/buddhi-128k-chat-7b
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/buddhi-128k-chat-7b-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/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q2_K.gguf) | Q2_K | 2.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q4_0_4_4.gguf) | Q4_0_4_4 | 4.2 | fast on arm, low quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-7b.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/buddhi-128k-chat-7b-GGUF/resolve/main/buddhi-128k-chat-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
buddhi-128k-chat-7b.IQ4_XS.gguf
Normal file
3
buddhi-128k-chat-7b.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1067f76ca6e2d0304e4d88137299d5cd474717fe23a9ce561144ae1a84e3ee7
|
||||||
|
size 3944389824
|
||||||
3
buddhi-128k-chat-7b.Q2_K.gguf
Normal file
3
buddhi-128k-chat-7b.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5dc28e9771fda81ce70fca452e50ccd3f2cc0a0ccd2e3590d3c299c061859f62
|
||||||
|
size 2719243456
|
||||||
3
buddhi-128k-chat-7b.Q3_K_L.gguf
Normal file
3
buddhi-128k-chat-7b.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9520249f437f29144bff24b02e107b08d3726d6f62b03c15bacc4bd16f66edfd
|
||||||
|
size 3822025920
|
||||||
3
buddhi-128k-chat-7b.Q3_K_M.gguf
Normal file
3
buddhi-128k-chat-7b.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a70c69f502254bc18789e3ed0c858ea527f93321d38c9ac2a720b5b2f28791fa
|
||||||
|
size 3518987456
|
||||||
3
buddhi-128k-chat-7b.Q3_K_S.gguf
Normal file
3
buddhi-128k-chat-7b.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bbc84b651d2cb11d20cf20fbc82e203f05fff9772d1e4dee2d545978b80d3622
|
||||||
|
size 3164568768
|
||||||
3
buddhi-128k-chat-7b.Q4_0_4_4.gguf
Normal file
3
buddhi-128k-chat-7b.Q4_0_4_4.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2107c3d92c3c66fa8967b6c41127a58894ed145d4fcb976580f2794d0bc5cbfd
|
||||||
|
size 4108917952
|
||||||
3
buddhi-128k-chat-7b.Q4_K_M.gguf
Normal file
3
buddhi-128k-chat-7b.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f52a027e39fa7894c7bee93f90ec077ddc7bbd9a728e426d263bba953704ae9f
|
||||||
|
size 4368440512
|
||||||
3
buddhi-128k-chat-7b.Q4_K_S.gguf
Normal file
3
buddhi-128k-chat-7b.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f882f9476417d7170cd91892678ded21fa5831ffa7e34664a3169cc3e62f5d26
|
||||||
|
size 4140375232
|
||||||
3
buddhi-128k-chat-7b.Q5_K_M.gguf
Normal file
3
buddhi-128k-chat-7b.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40a311b8db70d11b76c27bc07c1d608329d2af2a7bf2ee5766dba99ece1e0d30
|
||||||
|
size 5131410624
|
||||||
3
buddhi-128k-chat-7b.Q5_K_S.gguf
Normal file
3
buddhi-128k-chat-7b.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:738ca0b98bb3e83dd0bbafcce689039956e8c986154db5a27a3b934cee5e5d14
|
||||||
|
size 4997717184
|
||||||
3
buddhi-128k-chat-7b.Q6_K.gguf
Normal file
3
buddhi-128k-chat-7b.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6eb10fc9108c79ae41867f8261c8ab24c587fb15a10345bdb2a1f4c1f4fbbdb
|
||||||
|
size 5942066368
|
||||||
3
buddhi-128k-chat-7b.Q8_0.gguf
Normal file
3
buddhi-128k-chat-7b.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e931e4ead90f3c190b30e90fdecd440ac4f218cba01f3b3917b0e381fc8d6e1
|
||||||
|
size 7695858880
|
||||||
3
buddhi-128k-chat-7b.f16.gguf
Normal file
3
buddhi-128k-chat-7b.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97d945b8a0ecdb0599fdb242ff60edfa7b762b84b75112f65dc4a73602555fcb
|
||||||
|
size 14484733120
|
||||||
Reference in New Issue
Block a user