初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/criminal_investigation_QA-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-13 11:51:16 +08:00
commit 2876aaeddf
14 changed files with 152 additions and 0 deletions

47
.gitattributes vendored Normal file
View 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
criminal_investigation_QA.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
criminal_investigation_QA.f16.gguf filter=lfs diff=lfs merge=lfs -text

69
README.md Normal file
View File

@@ -0,0 +1,69 @@
---
base_model: lifshallym/criminal_investigation_QA
language:
- en
library_name: transformers
mradermacher:
readme_rev: 1
quantized_by: mradermacher
tags: []
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: -->
static quants of https://huggingface.co/lifshallym/criminal_investigation_QA
<!-- provided-files -->
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#criminal_investigation_QA-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/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q2_K.gguf) | Q2_K | 3.3 | |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.IQ4_XS.gguf) | IQ4_XS | 4.6 | |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q5_K_S.gguf) | Q5_K_S | 5.7 | |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q5_K_M.gguf) | Q5_K_M | 5.8 | |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
| [GGUF](https://huggingface.co/mradermacher/criminal_investigation_QA-GGUF/resolve/main/criminal_investigation_QA.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
Here is a handy graph by ikawrakow comparing some lower-quality quant
types (lower is better):
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
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 -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0592fc98602c5373cc72319bbeaecfc4782c08d2118b4e1bfbb8152aa0247df
size 4484363168

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b922c0f5181a3ee26a193dc8f880011b8af815a82442a18d3489a4d6ef64861d
size 3179131808

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50d45e97831e1292bbb157ceddd6dc2f72e04cbef9a37e1234da5a33369aed8a
size 4321956768

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3997414890212d3efc54777375bc196d7fe4e015c21906f820dc95cb8e2075e0
size 4018918304

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62c4a11560eb4c5a3260ba2232d8510bba4475446c45059ed26288d3b5e0dbf4
size 3664499616

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d1ddfe4431b9fc7d26152fcf205b94464bd9969bde2bd5c21e728bd1cbcc044
size 4920734624

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b34ae4aef8c683ba7b6431a6bb11dd47a794405eeabb3d8a70aa0235f3fe591d
size 4692669344

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:313c82ad8afe986c574087864bea4e94d58e2039c4e6fa2a9d00b24c9c5c7538
size 5732987808

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bb99ee549cba17ab8ca75a3c9f3a2043cfb1198ab9a24d19e9adc008b7c749d
size 5599294368

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9ceb3ec23d15e38668263cc49829f225813c684a60e633a975b24a27fc0713b
size 6596006816

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51eff4502d952788f323cf28fa071ae912413b5026f3528fe657e437747cee01
size 8540771232

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bcf39f1a49aefb10e95c1362702e1e3a69c951c62eaed9f33cf44068271659b
size 16068891552