mrutkows commited on
Commit
8c87479
·
verified ·
1 Parent(s): a81c11e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ inference: false
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - granite-3.3
8
+ - guardian
9
+ - gguf
10
+ base_model:
11
+ - ibm-granite/granite-guardian-3.3-8b
12
+ ---
13
+
14
+ > [!NOTE]
15
+ > This repository contains models that have been converted to the GGUF format with various quantizations from an IBM Granite base model.
16
+ >
17
+ > Please reference the base model's full model card here:
18
+ > https://huggingface.co/ibm-granite/granite-guardian-3.3-8b
19
+
20
+ # granite-guardian-3.3-8b-GGUF
21
+
22
+ **Model Summary:** Granite Guardian 3.3 8b is a specialized Granite 3.3 8B model designed to judge if the input prompts and the output responses of an LLM based system meet specified criteria. The model comes pre-baked with certain criteria including but not limited to: jailbreak attempts, profanity, and hallucinations related to tool calls and retrieval augmented generation in agent-based systems. Additionally, the model also allows users to bring their own criteria and tailor the judging behavior to specific use-cases.
23
+
24
+ This version of Granite Guardian is a hybrid thinking model that allows the user to operate in thinking or non-thinking model.
25
+ In thinking mode, the model produces detailed reasoning traces though ```<think> ... </think> ```and ```<score> ... </score>``` tags.
26
+ In non-thinking mode, the model only produces the judgement score though the ```<score> ... </score>``` tags.
27
+
28
+ It is trained on unique data comprising human annotations and synthetic data informed by internal red-teaming.
29
+ It outperforms other open-source models in the same space on standard benchmarks.
30
+
31
+ - **Developers:** IBM Research
32
+ - **GitHub Repository:** [ibm-granite/granite-guardian](https://github.com/ibm-granite/granite-guardian)
33
+ - **Cookbook:** [Granite Guardian Recipes](https://github.com/ibm-granite/granite-guardian/tree/main/cookbooks/granite-guardian-3.3)
34
+ - **Website**: [Granite Guardian Docs](https://www.ibm.com/granite/docs/models/guardian/)
35
+ - **Paper:** [Granite Guardian](https://arxiv.org/abs/2412.07724)
36
+ - **Release Date**: August 1, 2025
37
+ - **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)