初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/civic-ai-llama-i1-GGUF Source: Original Platform
This commit is contained in:
57
.gitattributes
vendored
Normal file
57
.gitattributes
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
*.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
|
||||
imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
civic-ai-llama.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
72
README.md
Normal file
72
README.md
Normal file
@@ -0,0 +1,72 @@
|
||||
---
|
||||
base_model: dan-kwiat/civic-ai-llama
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
quantized_by: mradermacher
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: nicoboss -->
|
||||
weighted/imatrix quants of https://huggingface.co/dan-kwiat/civic-ai-llama
|
||||
|
||||
<!-- provided-files -->
|
||||
static quants are available at https://huggingface.co/mradermacher/civic-ai-llama-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/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/civic-ai-llama-i1-GGUF/resolve/main/civic-ai-llama.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | practically like static Q6_K |
|
||||
|
||||
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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
|
||||
|
||||
<!-- end -->
|
||||
3
civic-ai-llama.i1-IQ1_M.gguf
Normal file
3
civic-ai-llama.i1-IQ1_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d031ade16ac5b708b04f0779b7144cd9cc9da3640ab09c45e137490d145ce36
|
||||
size 2161972416
|
||||
3
civic-ai-llama.i1-IQ1_S.gguf
Normal file
3
civic-ai-llama.i1-IQ1_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4a7c9866703f92d80e6c7dcfc027df6f2467b1557e16b8be9c78bf914cf0c40
|
||||
size 2019628224
|
||||
3
civic-ai-llama.i1-IQ2_M.gguf
Normal file
3
civic-ai-llama.i1-IQ2_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:236dd5571dc05d808895f024b3cf9421ebddf9159cb4e69672fef59e18e3cf43
|
||||
size 2948281536
|
||||
3
civic-ai-llama.i1-IQ2_S.gguf
Normal file
3
civic-ai-llama.i1-IQ2_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:199aaff1e62438e2c0b63f9dcecdd394342fd6b506d2a13e5d5c6e3a20a7fad9
|
||||
size 2758489280
|
||||
3
civic-ai-llama.i1-IQ2_XS.gguf
Normal file
3
civic-ai-llama.i1-IQ2_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e528f3f387a0ef050e727fa2305d78fc34ed0bed6033b89b0827a6227d6ff1ec
|
||||
size 2605782208
|
||||
3
civic-ai-llama.i1-IQ2_XXS.gguf
Normal file
3
civic-ai-llama.i1-IQ2_XXS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35fa3fb991b5fb575bbfb59d62cb8b8974b745505eb766cafb51163aa6d2656f
|
||||
size 2399212736
|
||||
3
civic-ai-llama.i1-IQ3_M.gguf
Normal file
3
civic-ai-llama.i1-IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c7b5cc288b76042f3d0c0c7a6e99f1a3cbd218156cf0e844ee38bbb1be6d503
|
||||
size 3784824000
|
||||
3
civic-ai-llama.i1-IQ3_S.gguf
Normal file
3
civic-ai-llama.i1-IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9322f78d6172c51bd15b1adc6cc2dc7bf6aabd80f3a28002786ee97399d7c6ba
|
||||
size 3682325696
|
||||
3
civic-ai-llama.i1-IQ3_XS.gguf
Normal file
3
civic-ai-llama.i1-IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e8ca70f90f5d46e53e40851729d51085ea8b49db81e8ac2b4e165ccf1384946
|
||||
size 3518747840
|
||||
3
civic-ai-llama.i1-IQ3_XXS.gguf
Normal file
3
civic-ai-llama.i1-IQ3_XXS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d6f9c37ec15661dd751213dac9aa3c2a5dada7c1c6a1ee95468455e1f3c2b51
|
||||
size 3274912960
|
||||
3
civic-ai-llama.i1-IQ4_XS.gguf
Normal file
3
civic-ai-llama.i1-IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2375f8e86ca6afb04fef99adb8672a597eea3de21787207e49f65db06e42c81
|
||||
size 4447663296
|
||||
3
civic-ai-llama.i1-Q2_K.gguf
Normal file
3
civic-ai-llama.i1-Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:361ffeedc8ff1515fc73af10ce128432262793f055138ca5e395b326dabad7aa
|
||||
size 3179132096
|
||||
3
civic-ai-llama.i1-Q3_K_L.gguf
Normal file
3
civic-ai-llama.i1-Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4587fb569837921ae04ac15cb7294f4436006e196327b94a4d67bcdec3c7028
|
||||
size 4321957056
|
||||
3
civic-ai-llama.i1-Q3_K_M.gguf
Normal file
3
civic-ai-llama.i1-Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5b8f2e386a23aaae483addda53f90f1cbb5ca2079e9a888784225b087ea76b7
|
||||
size 4018918592
|
||||
3
civic-ai-llama.i1-Q3_K_S.gguf
Normal file
3
civic-ai-llama.i1-Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a0fe05eca1e2947c6a269bdbfcf2b055466f664c4df7a528a873145e1416251
|
||||
size 3664499904
|
||||
3
civic-ai-llama.i1-Q4_0.gguf
Normal file
3
civic-ai-llama.i1-Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74cf53452b332b87f915827b8f73715c157c0cc3280e74055170ee44bcbd5988
|
||||
size 4675892416
|
||||
3
civic-ai-llama.i1-Q4_K_M.gguf
Normal file
3
civic-ai-llama.i1-Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a43650f8a7ae7498bf6954846f57b925d376a6de68b07afc9dc6a837fa057bf7
|
||||
size 4920734912
|
||||
3
civic-ai-llama.i1-Q4_K_S.gguf
Normal file
3
civic-ai-llama.i1-Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ac3ed166e19c5d1b0a14f81dc2a4cbfc0e8653dd95e08bf1617f700d41863b1
|
||||
size 4692669632
|
||||
3
civic-ai-llama.i1-Q5_K_M.gguf
Normal file
3
civic-ai-llama.i1-Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2118c25814e1f1d7e8cdc6a4f5c0c304ee4c6cd10911885615c251469894f62b
|
||||
size 5732988096
|
||||
3
civic-ai-llama.i1-Q5_K_S.gguf
Normal file
3
civic-ai-llama.i1-Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:847cef8398954b8c80290f736e53b18a3a486d2b632af9ab3ba231e7809e0c0b
|
||||
size 5599294656
|
||||
3
civic-ai-llama.i1-Q6_K.gguf
Normal file
3
civic-ai-llama.i1-Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bd94d4d8ae6a69f414eaedfd48051efb4be453bad79632e4963621c1e103be7
|
||||
size 6596007104
|
||||
3
imatrix.dat
Normal file
3
imatrix.dat
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e42635532a63416797e0dc956a6f80c105769629e0a17598d8c2edac0c1a6021
|
||||
size 4988157
|
||||
Reference in New Issue
Block a user