nielsr HF staff commited on
Commit
4932f42
·
verified ·
1 Parent(s): b16e4a7

Add pipeline tag, link to paper

Browse files

This 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).

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