初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/amoral-gemma3-1B-v2-qat-GGUF Source: Original Platform
This commit is contained in:
47
.gitattributes
vendored
Normal file
47
.gitattributes
vendored
Normal 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
|
||||
amoral-gemma3-1B-v2-qat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
amoral-gemma3-1B-v2-qat.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
81
README.md
Normal file
81
README.md
Normal file
@@ -0,0 +1,81 @@
|
||||
---
|
||||
base_model: soob3123/amoral-gemma3-1B-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: -->
|
||||
<!-- ### quants: x-f16 Q4_K_S Q2_K Q8_0 Q6_K Q3_K_M Q3_K_S Q3_K_L Q4_K_M Q5_K_S Q5_K_M IQ4_XS -->
|
||||
<!-- ### quants_skip: -->
|
||||
<!-- ### skip_mmproj: -->
|
||||
static quants of https://huggingface.co/soob3123/amoral-gemma3-1B-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-1B-v2-qat-GGUF).***
|
||||
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/amoral-gemma3-1B-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-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q3_K_S.gguf) | Q3_K_S | 0.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q2_K.gguf) | Q2_K | 0.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.IQ4_XS.gguf) | IQ4_XS | 0.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q3_K_M.gguf) | Q3_K_M | 0.8 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q3_K_L.gguf) | Q3_K_L | 0.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q4_K_S.gguf) | Q4_K_S | 0.9 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q4_K_M.gguf) | Q4_K_M | 0.9 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q5_K_S.gguf) | Q5_K_S | 0.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q5_K_M.gguf) | Q5_K_M | 1.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q6_K.gguf) | Q6_K | 1.1 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.Q8_0.gguf) | Q8_0 | 1.2 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/amoral-gemma3-1B-v2-qat-GGUF/resolve/main/amoral-gemma3-1B-v2-qat.f16.gguf) | f16 | 2.1 | 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-1B-v2-qat.IQ4_XS.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92b9f2df047493abd6a565cb43f9914c0ad63332272075a6721593047c828beb
|
||||
size 718168640
|
||||
3
amoral-gemma3-1B-v2-qat.Q2_K.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e89c3101e82ea80dbaa04736571d2f8cfb4e1c25c79c0f5a303e9f3f0b9dfbfb
|
||||
size 689815616
|
||||
3
amoral-gemma3-1B-v2-qat.Q3_K_L.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a0c737d3ed9d079e48293b7dfe0cb62e830944e6b8f8899800eae62bee2238c
|
||||
size 751576640
|
||||
3
amoral-gemma3-1B-v2-qat.Q3_K_M.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd5e46bf387edf1d294b4af62fee1ec28c4cf84e7cc5d902104601cd2841b834
|
||||
size 722417216
|
||||
3
amoral-gemma3-1B-v2-qat.Q3_K_S.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb62971b0ab8945a648c67572620cc918d5e4929cbe475e968fafe171bb2ad18
|
||||
size 688857152
|
||||
3
amoral-gemma3-1B-v2-qat.Q4_K_M.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d3c8d7a1f287290b625204298d87ccf292d715501a85b80d84f6c8e5b6a961d
|
||||
size 806059328
|
||||
3
amoral-gemma3-1B-v2-qat.Q4_K_S.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:459f42cd48a5e2141a3296b709bec2e217f571ce2870f88f802597bc5f5b4c2c
|
||||
size 780994112
|
||||
3
amoral-gemma3-1B-v2-qat.Q5_K_M.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a18363b89af6b975ff49d57e649c0e7f77a4ab4c932e0d61e409b025688ab75
|
||||
size 851346752
|
||||
3
amoral-gemma3-1B-v2-qat.Q5_K_S.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e068f060fa83a2b29a5d9b4a2702c8cc61103ffea35ba4226391d15cf17a50a4
|
||||
size 836400704
|
||||
3
amoral-gemma3-1B-v2-qat.Q6_K.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cb5b8d373abc47d847499ecfcb7586560c32621f3b1790225aae44102d6f422
|
||||
size 1011739712
|
||||
3
amoral-gemma3-1B-v2-qat.Q8_0.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59a4ecfb189c01231a9399d45a165731c2d4095e658ce675cea4d318540e2cc3
|
||||
size 1069307456
|
||||
3
amoral-gemma3-1B-v2-qat.f16.gguf
Normal file
3
amoral-gemma3-1B-v2-qat.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d73b7675c60f60a0ad90a8aadba84e734807f3c3f904e4a0e14a62dbf01de24f
|
||||
size 2006574656
|
||||
Reference in New Issue
Block a user