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

Model: SanctumAI/Llama-3.2-1B-Instruct-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-04 04:09:16 +08:00
commit ff6e4135e5
20 changed files with 180 additions and 0 deletions

52
.gitattributes vendored Normal file
View File

@@ -0,0 +1,52 @@
*.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
llama-3.2-1b-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q4_K.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
llama-3.2-1b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text

74
README.md Normal file
View File

@@ -0,0 +1,74 @@
---
language:
- en
- de
- fr
- it
- pt
- hi
- es
- th
pipeline_tag: text-generation
tags:
- facebook
- meta
- pytorch
- llama
- llama-3
license: llama3.2
base_model:
- meta-llama/Llama-3.2-1B-Instruct
---
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64a28db2f1968b7d7f357182/BKHwk3YnJXZyIAHa-QbAi.png)
This model was quantized by [SanctumAI](https://sanctum.ai). To leave feedback, join our community in [Discord](https://discord.gg/7ZNE78HJKh).*
# Llama 3.2 1B Instruct GGUF
**Model creator:** [meta-llama](https://huggingface.co/meta-llama)<br>
**Original model**: [Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)<br>
## Model Summary:
The Meta Llama 3.2 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction-tuned generative models in 1B and 3B sizes (text in/text out). The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks. They outperform many of the available open source and closed chat models on common industry benchmarks.
## Prompt Template:
If you're using Sanctum app, simply use `Llama 3` model preset.
Prompt template:
```
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
```
## Hardware Requirements Estimate
| Name | Quant method | Size | Memory (RAM, vRAM) required |
| ---- | ---- | ---- | ---- |
| [llama-3.2-1b-instruct.Q2_K.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q2_K.gguf) | Q2_K | 0.58 GB | 3.93 GB |
| [llama-3.2-1b-instruct.Q3_K_S.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q3_K_S.gguf) | Q3_K_S | 0.64 GB | 3.99 GB |
| [llama-3.2-1b-instruct.Q3_K_M.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q3_K_M.gguf) | Q3_K_M | 0.69 GB | 4.03 GB |
| [llama-3.2-1b-instruct.Q3_K_L.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q3_K_L.gguf) | Q3_K_L | 0.73 GB | 4.07 GB |
| [llama-3.2-1b-instruct.Q4_0.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q4_0.gguf) | Q4_0 | 0.77 GB | 4.11 GB |
| [llama-3.2-1b-instruct.Q4_K_S.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q4_K_S.gguf) | Q4_K_S | 0.78 GB | 4.11 GB |
| [llama-3.2-1b-instruct.Q4_K_M.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q4_K_M.gguf) | Q4_K_M | 0.81 GB | 4.14 GB |
| [llama-3.2-1b-instruct.Q4_K.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q4_K.gguf) | Q4_K | 0.81 GB | 4.14 GB |
| [llama-3.2-1b-instruct.Q4_1.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q4_1.gguf) | Q4_1 | 0.83 GB | 4.16 GB |
| [llama-3.2-1b-instruct.Q5_0.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q5_0.gguf) | Q5_0 | 0.89 GB | 4.22 GB |
| [llama-3.2-1b-instruct.Q5_K_S.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q5_K_S.gguf) | Q5_K_S | 0.89 GB | 4.22 GB |
| [llama-3.2-1b-instruct.Q5_K_M.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q5_K_M.gguf) | Q5_K_M | 0.91 GB | 4.24 GB |
| [llama-3.2-1b-instruct.Q5_K.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q5_K.gguf) | Q5_K | 0.91 GB | 4.24 GB |
| [llama-3.2-1b-instruct.Q5_1.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q5_1.gguf) | Q5_1 | 0.95 GB | 4.28 GB |
| [llama-3.2-1b-instruct.Q6_K.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q6_K.gguf) | Q6_K | 1.02 GB | 4.34 GB |
| [llama-3.2-1b-instruct.Q8_0.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.Q8_0.gguf) | Q8_0 | 1.32 GB | 4.62 GB |
| [llama-3.2-1b-instruct.f16.gguf](https://huggingface.co/SanctumAI/Llama-3.2-1B-Instruct-GGUF/blob/main/llama-3.2-1b-instruct.f16.gguf) | f16 | 2.48 GB | 5.70 GB |
## Disclaimer
Sanctum is not the creator, originator, or owner of any Model featured in the Models section of the Sanctum application. Each Model is created and provided by third parties. Sanctum does not endorse, support, represent or guarantee the completeness, truthfulness, accuracy, or reliability of any Model listed there. You understand that supported Models can produce content that might be offensive, harmful, inaccurate or otherwise inappropriate, or deceptive. Each Model is the sole responsibility of the person or entity who originated such Model. Sanctum may not monitor or control the Models supported and cannot, and does not, take responsibility for any such Model. Sanctum disclaims all warranties or guarantees about the accuracy, reliability or benefits of the Models. Sanctum further disclaims any warranty that the Model will meet your requirements, be secure, uninterrupted or available at any time or location, or error-free, viruses-free, or that any errors will be corrected, or otherwise. You will be solely responsible for any damage resulting from your use of or access to the Models, your downloading of any Model, or use of any other Model provided by or through Sanctum.

3
config.json Normal file
View File

@@ -0,0 +1,3 @@
{
"model_type": "llama"
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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