初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/anah-20b-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
|
||||
anah-20b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
anah-20b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
76
README.md
Normal file
76
README.md
Normal file
@@ -0,0 +1,76 @@
|
||||
---
|
||||
base_model: opencompass/anah-20b
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- hallucination-detection
|
||||
- text-classification
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: nicoboss -->
|
||||
weighted/imatrix quants of https://huggingface.co/opencompass/anah-20b
|
||||
|
||||
<!-- provided-files -->
|
||||
static quants are available at https://huggingface.co/mradermacher/anah-20b-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/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ1_S.gguf) | i1-IQ1_S | 4.6 | for the desperate |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ1_M.gguf) | i1-IQ1_M | 5.0 | mostly desperate |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 5.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 6.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ2_S.gguf) | i1-IQ2_S | 6.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ2_M.gguf) | i1-IQ2_M | 7.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q2_K.gguf) | i1-Q2_K | 7.6 | IQ3_XXS probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 7.9 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 8.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 8.9 | IQ3_XS probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ3_S.gguf) | i1-IQ3_S | 8.9 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ3_M.gguf) | i1-IQ3_M | 9.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 9.8 | IQ3_S probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 10.7 | IQ3_M probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 10.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q4_0.gguf) | i1-Q4_0 | 11.5 | fast, low quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 11.5 | optimal size/speed/quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 12.1 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 13.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 14.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/anah-20b-i1-GGUF/resolve/main/anah-20b.i1-Q6_K.gguf) | i1-Q6_K | 16.4 | 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
anah-20b.i1-IQ1_M.gguf
Normal file
3
anah-20b.i1-IQ1_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8498ad079978d4dc936f20f802c3c6f7e56f5f925eb3e81f41958b5cf3c3aa83
|
||||
size 4918396896
|
||||
3
anah-20b.i1-IQ1_S.gguf
Normal file
3
anah-20b.i1-IQ1_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1c2e77157afbc57a64ac8cf3137bbf03b03752b82a682c0e00a6fa172a327eb
|
||||
size 4543268832
|
||||
3
anah-20b.i1-IQ2_M.gguf
Normal file
3
anah-20b.i1-IQ2_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae0411c28c98abca1bc03466a3dd89ffa7e9c6fccf44da1a1295f7240180b6e5
|
||||
size 6974468064
|
||||
3
anah-20b.i1-IQ2_S.gguf
Normal file
3
anah-20b.i1-IQ2_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:778c20168a73a0ad4d921e32330f0c4e166f0e409b4793ad648e86f84513bb7e
|
||||
size 6474297312
|
||||
3
anah-20b.i1-IQ2_XS.gguf
Normal file
3
anah-20b.i1-IQ2_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c030bb2f3f9997ac3d8501949c9c1de3ada73a3d5fe5d4e521e07d207b42bdb4
|
||||
size 6100404192
|
||||
3
anah-20b.i1-IQ2_XXS.gguf
Normal file
3
anah-20b.i1-IQ2_XXS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04b6a4f03a0a346bf2ded92da60ffc19b19481c4e15b2f601fab84da990abbe7
|
||||
size 5543610336
|
||||
3
anah-20b.i1-IQ3_M.gguf
Normal file
3
anah-20b.i1-IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43e16bfcb5122fba7a74f6e1d37e9c8ecd8e0e91e313d5ff178871a05954c386
|
||||
size 9121445856
|
||||
3
anah-20b.i1-IQ3_S.gguf
Normal file
3
anah-20b.i1-IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe8d6fd94a7079a4faa327e1c821de9213dbe90e396bba4493fa7b74ed7dd383
|
||||
size 8800581600
|
||||
3
anah-20b.i1-IQ3_XS.gguf
Normal file
3
anah-20b.i1-IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e63cea67dc32b62d83b57b3c86816e0cde0d6ad6568fc06914f3efb975383485
|
||||
size 8361752544
|
||||
3
anah-20b.i1-IQ3_XXS.gguf
Normal file
3
anah-20b.i1-IQ3_XXS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d95ab0b490d534ab27b21192bdd9182fc1525231f577e7cae4abb6222322b9f
|
||||
size 7814377440
|
||||
3
anah-20b.i1-IQ4_XS.gguf
Normal file
3
anah-20b.i1-IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:708fa5a33035e132187ebece063b78ada7239dfbbfb50b12a8ae0cd21bbad398
|
||||
size 10766999520
|
||||
3
anah-20b.i1-Q2_K.gguf
Normal file
3
anah-20b.i1-Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad4528a6f7d9f60978940dfc2aabdfb39c7379cc93854142fee505528d5acd19
|
||||
size 7546671072
|
||||
3
anah-20b.i1-Q3_K_L.gguf
Normal file
3
anah-20b.i1-Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c8ec05d9d8b450fd59e5c661e76c83edead186dd0bf91a530d0dc5058c45737
|
||||
size 10551179232
|
||||
3
anah-20b.i1-Q3_K_M.gguf
Normal file
3
anah-20b.i1-Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d15c86df9c8cfeda21397459373005dbb00cf340c4971efccfc6cd0b5b008e2c
|
||||
size 9722279904
|
||||
3
anah-20b.i1-Q3_K_S.gguf
Normal file
3
anah-20b.i1-Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:733158aba2ddafcf31a397fc19b68ea9da8f707fc6e8e1a0a08c6047077b7f7e
|
||||
size 8760473568
|
||||
3
anah-20b.i1-Q4_0.gguf
Normal file
3
anah-20b.i1-Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f86eb3aa3d0e44b476545a32f9bfaeaf5275ab19a2136cb48339671efaef49a5
|
||||
size 11360436192
|
||||
3
anah-20b.i1-Q4_K_M.gguf
Normal file
3
anah-20b.i1-Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee22b4b9042b8b58da54fda89938cc936d1d628aed639ed6005acfb8cd5c9250
|
||||
size 11984469984
|
||||
3
anah-20b.i1-Q4_K_S.gguf
Normal file
3
anah-20b.i1-Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47ee76672ec5255451149cdfc9363c07ee74ec41ff351ded3f0395f3369b3120
|
||||
size 11401330656
|
||||
3
anah-20b.i1-Q5_K_M.gguf
Normal file
3
anah-20b.i1-Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43f158c4e05760e30057a50ebd3c186b7e17fed4e80b5b496db1273e59c061d7
|
||||
size 14075101152
|
||||
3
anah-20b.i1-Q5_K_S.gguf
Normal file
3
anah-20b.i1-Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e13ca5c3255e2faa208b4085e134cd0bc22a1990cf043ee0c15233a383d51d3
|
||||
size 13734182880
|
||||
3
anah-20b.i1-Q6_K.gguf
Normal file
3
anah-20b.i1-Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa1737ff4990241af1038eb51ca50c7c06f9aa94a97dbea04546cb4d0467c597
|
||||
size 16296396768
|
||||
3
imatrix.dat
Normal file
3
imatrix.dat
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f81a34e3a553778d0de71282039a578081f20e39b3fa83b1739e16060364ab46
|
||||
size 10234769
|
||||
Reference in New Issue
Block a user