Skip to content

Commit 2d59c99

Browse files
authored
models(gallery): add llama-guard-3-8b (#3082)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent abcbbbe commit 2d59c99

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

gallery/index.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,22 @@
178178
- filename: L3.1-8B-Llamoutcast.i1-Q4_K_M.gguf
179179
sha256: 438ca0a7e9470f5ee40f3b14dc2da41b1cafc4ad4315dead3eb57924109d5cf6
180180
uri: huggingface://mradermacher/L3.1-8B-Llamoutcast-i1-GGUF/L3.1-8B-Llamoutcast.i1-Q4_K_M.gguf
181+
- !!merge <<: *llama31
182+
name: "llama-guard-3-8b"
183+
urls:
184+
- https://huggingface.co/meta-llama/Llama-Guard-3-8B
185+
- https://huggingface.co/QuantFactory/Llama-Guard-3-8B-GGUF
186+
description: |
187+
Llama Guard 3 is a Llama-3.1-8B pretrained model, fine-tuned for content safety classification. Similar to previous versions, it can be used to classify content in both LLM inputs (prompt classification) and in LLM responses (response classification). It acts as an LLM – it generates text in its output that indicates whether a given prompt or response is safe or unsafe, and if unsafe, it also lists the content categories violated.
188+
189+
Llama Guard 3 was aligned to safeguard against the MLCommons standardized hazards taxonomy and designed to support Llama 3.1 capabilities. Specifically, it provides content moderation in 8 languages, and was optimized to support safety and security for search and code interpreter tool calls.
190+
overrides:
191+
parameters:
192+
model: Llama-Guard-3-8B.Q4_K_M.gguf
193+
files:
194+
- filename: Llama-Guard-3-8B.Q4_K_M.gguf
195+
sha256: c5ea8760a1e544eea66a8915fcc3fbd2c67357ea2ee6871a9e6a6c33b64d4981
196+
uri: huggingface://QuantFactory/Llama-Guard-3-8B-GGUF/Llama-Guard-3-8B.Q4_K_M.gguf
181197
## Uncensored models
182198
- !!merge <<: *llama31
183199
name: "darkidol-llama-3.1-8b-instruct-1.0-uncensored-i1"

0 commit comments

Comments
 (0)