Add pipeline tag, link to paper
Browse filesThis PR adds the `pipeline_tag` to make sure the model can be found at https://huggingface.co./models?pipeline_tag=text-classification.
It also ensures it is linked to the paper [GuardReasoner: Towards Reasoning-based LLM Safeguards](https://huggingface.co./papers/2501.18492).
README.md
CHANGED
@@ -9,11 +9,9 @@ tags:
|
|
9 |
model-index:
|
10 |
- name: GuardReasoner 1B
|
11 |
results: []
|
|
|
12 |
---
|
13 |
|
14 |
-
|
15 |
# GuardReasoner 1B
|
16 |
|
17 |
-
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) via R-SFT and HS-DPO.
|
18 |
-
|
19 |
-
|
|
|
9 |
model-index:
|
10 |
- name: GuardReasoner 1B
|
11 |
results: []
|
12 |
+
pipeline_tag: text-classification
|
13 |
---
|
14 |
|
|
|
15 |
# GuardReasoner 1B
|
16 |
|
17 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) via R-SFT and HS-DPO. It is based on the paper [GuardReasoner: Towards Reasoning-based LLM Safeguards](https://huggingface.co/papers/2501.18492).
|
|
|
|