初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/amoral-gemma3-4B-v2-qat-GGUF Source: Original Platform
This commit is contained in:
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
*.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
|
||||
amoral-gemma3-4B-v2-qat.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-4B-v2-qat.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
80
README.md
Normal file
80
README.md
Normal file
@@ -0,0 +1,80 @@
|
||||
---
|
||||
base_model: soob3123/amoral-gemma3-4B-v2-qat
|
||||
datasets:
|
||||
- TheDrummer/AmoralQA-v2
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
mradermacher:
|
||||
readme_rev: 1
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- text-generation-inference
|
||||
- transformers
|
||||
- gemma3
|
||||
- analytical-tasks
|
||||
- bias-neutralization
|
||||
- uncensored
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/soob3123/amoral-gemma3-4B-v2-qat
|
||||
|
||||
<!-- provided-files -->
|
||||
|
||||
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#amoral-gemma3-4B-v2-qat-GGUF).***
|
||||
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-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/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.7 | multi-modal supplement |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.mmproj-f16.gguf) | mmproj-f16 | 1.0 | multi-modal supplement |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q2_K.gguf) | Q2_K | 1.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q3_K_S.gguf) | Q3_K_S | 2.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q3_K_L.gguf) | Q3_K_L | 2.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.IQ4_XS.gguf) | IQ4_XS | 2.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q5_K_S.gguf) | Q5_K_S | 2.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q5_K_M.gguf) | Q5_K_M | 2.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q6_K.gguf) | Q6_K | 3.3 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-4B-v2-qat-GGUF/resolve/main/amoral-gemma3-4B-v2-qat.f16.gguf) | f16 | 7.9 | 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
amoral-gemma3-4B-v2-qat.IQ4_XS.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d5a716c4ed83f947d34d2bc62a0bf270a863c3ac708ebef43f57339963a3d03
|
||||
size 2279626848
|
||||
3
amoral-gemma3-4B-v2-qat.Q2_K.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec55d379774966aa886cd71729ac79594bd3a7a7af2f646be399a3597bb7b418
|
||||
size 1729165408
|
||||
3
amoral-gemma3-4B-v2-qat.Q3_K_L.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da206bad08f190f95af6f523492e9cd8b85debe2f91235cc48b87286516c2ff8
|
||||
size 2236086368
|
||||
3
amoral-gemma3-4B-v2-qat.Q3_K_M.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c36a59129315c2a5b62df2ca4d05e17335803b2e92d3c166fcf179789a3e727c
|
||||
size 2098460768
|
||||
3
amoral-gemma3-4B-v2-qat.Q3_K_S.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60b10ca5b01c8cf8dd24e7252271d016f01c4050bd7c7faaff42f4cbdde7201b
|
||||
size 1937365088
|
||||
3
amoral-gemma3-4B-v2-qat.Q4_K_M.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0ff48505c86ca83c141c5ade214c8e8e4aab7025e0a6ff29e037c3d3ad97850
|
||||
size 2489895008
|
||||
3
amoral-gemma3-4B-v2-qat.Q4_K_S.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:629241d2f01c39d6e2a5716fbd0d351754bf7658b830dee6cce6c3d92b9a633b
|
||||
size 2377930848
|
||||
3
amoral-gemma3-4B-v2-qat.Q5_K_M.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c3f029dadc7b37e73eaadede42a890785e6adb66c6cbc617309c1be0e3b6fc7
|
||||
size 2829699168
|
||||
3
amoral-gemma3-4B-v2-qat.Q5_K_S.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:456b58052319aad53eb4a1f6ef6347e173c51b082dfa026ecf6529115c47d035
|
||||
size 2764593248
|
||||
3
amoral-gemma3-4B-v2-qat.Q6_K.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0161f24a874c2e7d8971e4fc8562e81d0d8f3046321842c7d015e6ece35171ae
|
||||
size 3190741088
|
||||
3
amoral-gemma3-4B-v2-qat.Q8_0.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04ccbeb83a6554aca927ecd9dfb309cabe39b5adc053b8f38e6a6988de50c2df
|
||||
size 4130403168
|
||||
3
amoral-gemma3-4B-v2-qat.f16.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b57362cdb1e3165047ad9a23637f70b27a9fe1f332e17555774da4aed39a406
|
||||
size 7767804768
|
||||
3
amoral-gemma3-4B-v2-qat.mmproj-Q8_0.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.mmproj-Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b9ec784064a3d3467626330b6a47ac611d94398d7969d38de010cd1d5acbbbf
|
||||
size 588612384
|
||||
3
amoral-gemma3-4B-v2-qat.mmproj-f16.gguf
Normal file
3
amoral-gemma3-4B-v2-qat.mmproj-f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64ab637f8e09133e983bd905d98ae329bbdff431b56d31e88019c1f185e33a6b
|
||||
size 851251104
|
||||
Reference in New Issue
Block a user