初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/intent-aware-lfqa-qwen3-4b-baseline-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
|
||||
intent-aware-lfqa-qwen3-4b-baseline.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
intent-aware-lfqa-qwen3-4b-baseline.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
71
README.md
Normal file
71
README.md
Normal file
@@ -0,0 +1,71 @@
|
||||
---
|
||||
base_model: allenai/intent-aware-lfqa-qwen3-4b-baseline
|
||||
language: en
|
||||
library_name: transformers
|
||||
license: odc-by
|
||||
mradermacher:
|
||||
readme_rev: 1
|
||||
quantized_by: mradermacher
|
||||
---
|
||||
## 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/allenai/intent-aware-lfqa-qwen3-4b-baseline
|
||||
|
||||
<!-- provided-files -->
|
||||
|
||||
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#intent-aware-lfqa-qwen3-4b-baseline-GGUF).***
|
||||
|
||||
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/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q2_K.gguf) | Q2_K | 1.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q3_K_S.gguf) | Q3_K_S | 2.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q3_K_M.gguf) | Q3_K_M | 2.3 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q3_K_L.gguf) | Q3_K_L | 2.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.IQ4_XS.gguf) | IQ4_XS | 2.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q4_K_S.gguf) | Q4_K_S | 2.7 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q4_K_M.gguf) | Q4_K_M | 2.8 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q5_K_S.gguf) | Q5_K_S | 3.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q5_K_M.gguf) | Q5_K_M | 3.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q6_K.gguf) | Q6_K | 3.7 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.Q8_0.gguf) | Q8_0 | 4.8 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/intent-aware-lfqa-qwen3-4b-baseline-GGUF/resolve/main/intent-aware-lfqa-qwen3-4b-baseline.f16.gguf) | f16 | 8.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
intent-aware-lfqa-qwen3-4b-baseline.IQ4_XS.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91943259223d054cab4f62052a523018b04869cf2a3220c60919c39aeb4d7360
|
||||
size 2492946208
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q2_K.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af0742a92d6e2741f013356bfa129aa2711d0060857a560abf3d8482bf9fdd40
|
||||
size 1797122848
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_L.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6da34d60699532fc58a6a1d339dd7825dea025c0928e04b2ea01085b5f4164b2
|
||||
size 2406912288
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_M.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da39dd24703d240a7a3b62fb955415a4a337c41d08f41ff34a84ad56f37e803b
|
||||
size 2242744608
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_S.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70b734feba375b8185dcbf03556f13690c24bd8bed87c32ad08e1f3bceedd43d
|
||||
size 2054123808
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q4_K_M.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beef7a32f942a172a62c106b9a093337d26ea231185a7765b3ee5763b2794f5c
|
||||
size 2716065568
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q4_K_S.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a6f021313a9e2abd93c9480d6fb7d358508b756e710e2069cd40c8e94c5885d
|
||||
size 2602094368
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q5_K_M.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60b418d06859034be0fc362a8383cc494996543faa277630c86e441696e0f38c
|
||||
size 3156918048
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q5_K_S.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5aaa902e923ce1f39186f8e9720463cbe34731a40b48a73c19d8b30bb50344c6
|
||||
size 3091115808
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q6_K.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c13bf4b38ec0d32d12a1ad48760942ce57840c64f79b3986558b3724f588efe9
|
||||
size 3625323808
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.Q8_0.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aafe9e3c4d36d2aa0b75b502f038122cd1923f8268bf8f4af74956dd92ddf9b
|
||||
size 4693668128
|
||||
3
intent-aware-lfqa-qwen3-4b-baseline.f16.gguf
Normal file
3
intent-aware-lfqa-qwen3-4b-baseline.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:975ffa13fb4845ac82e425c9ce906fd3c8468ef5dc0fad5c6c386264826137cb
|
||||
size 8829194528
|
||||
Reference in New Issue
Block a user