Add paper link, correct pipeline tag
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -9,11 +9,9 @@ tags:
|
|
9 |
model-index:
|
10 |
- name: GuardReasoner 3B
|
11 |
results: []
|
|
|
12 |
---
|
13 |
|
14 |
-
|
15 |
# GuardReasoner 3B
|
16 |
|
17 |
-
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) via R-SFT and HS-DPO.
|
18 |
-
|
19 |
-
|
|
|
9 |
model-index:
|
10 |
- name: GuardReasoner 3B
|
11 |
results: []
|
12 |
+
pipeline_tag: text-generation
|
13 |
---
|
14 |
|
|
|
15 |
# GuardReasoner 3B
|
16 |
|
17 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) via R-SFT and HS-DPO, as described in [GuardReasoner: Towards Reasoning-based LLM Safeguards](https://huggingface.co/papers/2501.18492).
|
|
|
|