Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,23 @@ language:
|
|
9 |
base_model:
|
10 |
- ibm-granite/granite-guardian-3.1-2b
|
11 |
pipeline_tag: text-generation
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
base_model:
|
10 |
- ibm-granite/granite-guardian-3.1-2b
|
11 |
pipeline_tag: text-generation
|
12 |
+
---
|
13 |
+
|
14 |
+
A quantized version of [Granite Guardian 3.1 2B](https://huggingface.co/ibm-granite/granite-guardian-3.1-2b) model from IBM.
|
15 |
+
|
16 |
+
Quantization is done by [llama.cpp](https://github.com/ggerganov/llama.cpp).
|
17 |
+
|
18 |
+
## Model Summary (from original repository)
|
19 |
+
|
20 |
+
**Granite Guardian 3.1 2B** is a fine-tuned Granite 3.1 2B Instruct model designed to detect risks in prompts and responses.
|
21 |
+
It can help with risk detection along many key dimensions catalogued in the [IBM AI Risk Atlas](https://www.ibm.com/docs/en/watsonx/saas?topic=ai-risk-atlas).
|
22 |
+
It is trained on unique data comprising human annotations and synthetic data informed by internal red-teaming.
|
23 |
+
It outperforms other open-source models in the same space on standard benchmarks.
|
24 |
+
|
25 |
+
- **Developers:** IBM Research
|
26 |
+
- **GitHub Repository:** [ibm-granite/granite-guardian](https://github.com/ibm-granite/granite-guardian)
|
27 |
+
- **Cookbook:** [Granite Guardian Recipes](https://github.com/ibm-granite/granite-guardian/tree/main/cookbooks/granite-guardian-3.1)
|
28 |
+
- **Website**: [Granite Guardian Docs](https://www.ibm.com/granite/docs/models/guardian/)
|
29 |
+
- **Paper:** [Granite Guardian](https://arxiv.org/abs/2412.07724)
|
30 |
+
- **Release Date**: December 18, 2024
|
31 |
+
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|