nielsr HF staff commited on
Commit
bda127c
·
verified ·
1 Parent(s): 6de1f09

Add paper link, correct pipeline tag

Browse files

This PR adds a link to the paper page, and ensures the pipeline tag is correct, ensuring people can find it at https://huggingface.co./models?pipeline_tag=text-generation.

Files changed (1) hide show
  1. README.md +2 -4
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).