初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-24 15:40:16 +08:00
commit 63f2f034a9
14 changed files with 152 additions and 0 deletions

47
.gitattributes vendored Normal file
View 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
meta-llama-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
meta-llama-Llama-3.2-3B-Instruct-untied.f16.gguf filter=lfs diff=lfs merge=lfs -text

69
README.md Normal file
View File

@@ -0,0 +1,69 @@
---
base_model: lamm-mit/meta-llama-Llama-3.2-3B-Instruct-untied
language:
- en
library_name: transformers
mradermacher:
readme_rev: 1
quantized_by: mradermacher
tags: []
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: -->
static quants of https://huggingface.co/lamm-mit/meta-llama-Llama-3.2-3B-Instruct-untied
<!-- provided-files -->
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#meta-llama-Llama-3.2-3B-Instruct-untied-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/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf) | Q2_K | 1.6 | |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf) | Q3_K_S | 1.8 | |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf) | Q3_K_M | 2.0 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf) | Q3_K_L | 2.1 | |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf) | IQ4_XS | 2.2 | |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf) | Q4_K_S | 2.2 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf) | Q4_K_M | 2.3 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf) | Q5_K_S | 2.6 | |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf) | Q5_K_M | 2.7 | |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf) | Q6_K | 3.1 | very good quality |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf) | Q8_0 | 3.9 | fast, best quality |
| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.f16.gguf) | f16 | 7.3 | 16 bpw, overkill |
Here is a handy graph by ikawrakow comparing some lower-quality quant
types (lower is better):
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
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 -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbf3218828f26dd0904edca668b1044cdf0ce81202821ed8b5b3b56285c2b7d2
size 2050220608

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ce221c40794ed2a2be07525aed02d455fb0156e0053a7e5eb8468b5742531fd
size 1493217856

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be6c3b7d2a69d72f3ddeae9af1b8d7ee561891148460818eaf33503f0ee3eb66
size 1984645696

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:721be4c5a13da1a1e116f2a48d0de8458bba8b0d225d85d5b890b4d4c0689ae7
size 1856457280

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d0da9be2d3b7fe8a9947f3a56eeb7a1c45854582918124dc4f5b1f813366755
size 1712147008

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62418860c35441917ab27928e91f2f80a9aa7243bdfc22e242aa06d3bd619603
size 2241004096

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf54f6c0f703e679e711cb9fa68ee3602e4b55ec30c48830807a4fb5558e35db
size 2149827136

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47752d1e1dbd1498625c00bd72cb0650a547e8b6717a6895d9d01fa058232d18
size 2593030720

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:620ef5b544e0a141776afcef8768e3d1a094527e02659ac561bf09fa03f5b558
size 2540388928

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58ed1a7da86cead85b0aaf559db0cf7f739644a890eb2865270e8350f77c80fa
size 2967059008

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d80dbcb6bdacb0b01619fbd4c686a7fcfe3885bd03f8236cb52ef543a70b8f03
size 3840526912

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b538085de2060c2e91c67a2902104eb0ecd18e1a899911c27a8d5a27cba714a0
size 7221692992