初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/anah-7b-GGUF Source: Original Platform
This commit is contained in:
50
.gitattributes
vendored
Normal file
50
.gitattributes
vendored
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
*.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
|
||||||
|
anah-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
anah-7b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
70
README.md
Normal file
70
README.md
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
---
|
||||||
|
base_model: opencompass/anah-7b
|
||||||
|
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: -->
|
||||||
|
static quants of https://huggingface.co/opencompass/anah-7b
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
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/anah-7b-GGUF/resolve/main/anah-7b.Q2_K.gguf) | Q2_K | 3.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.IQ3_XS.gguf) | IQ3_XS | 3.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.IQ3_S.gguf) | IQ3_S | 3.6 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.IQ3_M.gguf) | IQ3_M | 3.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.IQ4_XS.gguf) | IQ4_XS | 4.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q5_K_S.gguf) | Q5_K_S | 5.5 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q5_K_M.gguf) | Q5_K_M | 5.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q6_K.gguf) | Q6_K | 6.5 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.Q8_0.gguf) | Q8_0 | 8.3 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/anah-7b-GGUF/resolve/main/anah-7b.f16.gguf) | f16 | 15.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
anah-7b.IQ3_M.gguf
Normal file
3
anah-7b.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6e56d796f2d4d87c11dd77e3ca4dd9a627ee28ae0c0466b87151bce30493018
|
||||||
|
size 3596285248
|
||||||
3
anah-7b.IQ3_S.gguf
Normal file
3
anah-7b.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7930876200a4398a2b10d0d571d39d4c609207b4af11db8482515bbbdc02aa08
|
||||||
|
size 3493786944
|
||||||
3
anah-7b.IQ3_XS.gguf
Normal file
3
anah-7b.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a22d42e11c9e5309c52b21a7fe40b205e30e7bb3c15b5f9608f4799f24201c4c
|
||||||
|
size 3330209088
|
||||||
3
anah-7b.IQ4_XS.gguf
Normal file
3
anah-7b.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8fc1fb369ee4426969877c01f96e8152176fb62559b0436e1365a280dfab880
|
||||||
|
size 4280968512
|
||||||
3
anah-7b.Q2_K.gguf
Normal file
3
anah-7b.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6b34c5c2cbbc813b46491b79471fb1bd9eba26b8f14052afc37bfa53a051033
|
||||||
|
size 3005449536
|
||||||
3
anah-7b.Q3_K_L.gguf
Normal file
3
anah-7b.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed16b78a95c3ced8760c7adbbf0285a2e2bc1af7b51b5ede49ea6f0c6eed4226
|
||||||
|
size 4133418304
|
||||||
3
anah-7b.Q3_K_M.gguf
Normal file
3
anah-7b.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8211d36244663a0e7cb998a11c66a51472ff3bfcc906fcd866aa6e001148f73
|
||||||
|
size 3830379840
|
||||||
3
anah-7b.Q3_K_S.gguf
Normal file
3
anah-7b.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:879a3d143a78f64df8699d27830ed306988e4ff0ef0ef84e50c472f69bde8882
|
||||||
|
size 3475961152
|
||||||
3
anah-7b.Q4_K_M.gguf
Normal file
3
anah-7b.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da8052538bf719c25651cbfc5b4d6ecfa7b071a97b659a418c47e4660a94d11a
|
||||||
|
size 4712768832
|
||||||
3
anah-7b.Q4_K_S.gguf
Normal file
3
anah-7b.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ca560da24ff400063aff32a12ea2f15b4632e04b87cc9551433b21b09b721d7
|
||||||
|
size 4484703552
|
||||||
3
anah-7b.Q5_K_M.gguf
Normal file
3
anah-7b.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:50173b09330e5e1df47a454cb7a999c84f5f2d7e5d3628c94caca48446880a40
|
||||||
|
size 5506737472
|
||||||
3
anah-7b.Q5_K_S.gguf
Normal file
3
anah-7b.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df1d8848a2a9ae70d52239a8b5846fb4e16eb8ef992ee8bbaea71a15b9c2d4e4
|
||||||
|
size 5373044032
|
||||||
3
anah-7b.Q6_K.gguf
Normal file
3
anah-7b.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c464247fc4dd3859d0bfbc601a0ef3ac119fe5e26a87288d7fe04dad3720812b
|
||||||
|
size 6350329152
|
||||||
3
anah-7b.Q8_0.gguf
Normal file
3
anah-7b.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b349f46725546515bb91dafd5fc82c397437ea5ed36f3da6b3b1d75e006db4ca
|
||||||
|
size 8224240960
|
||||||
3
anah-7b.f16.gguf
Normal file
3
anah-7b.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:007a935150261fa2ca05c8096c755295fd4e2834362e542a99cac456b0db0701
|
||||||
|
size 15478093120
|
||||||
Reference in New Issue
Block a user