yueliu1999 nielsr HF staff commited on
Commit
7366fed
·
verified ·
1 Parent(s): 3a941eb

Add library name and link to code (#3)

Browse files

- Add library name and link to code (056b652336571106f423340d83f598506ee67256)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,6 +22,7 @@ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingf
22
 
23
  The training data of R-SFT can be found in [GuardReasonerTrain](https://huggingface.co/datasets/yueliu1999/GuardReasonerTrain).
24
 
 
25
 
26
  # Usage
27
  ```
@@ -72,7 +73,6 @@ Mark
72
  output = post_process(generate(vllm_model, prompt_list, response_list)[0].outputs[0].text)
73
 
74
  print(output)
75
-
76
  ```
77
 
78
  # Citation
 
22
 
23
  The training data of R-SFT can be found in [GuardReasonerTrain](https://huggingface.co/datasets/yueliu1999/GuardReasonerTrain).
24
 
25
+ Code: https://github.com/yueliu1999/GuardReasoner/
26
 
27
  # Usage
28
  ```
 
73
  output = post_process(generate(vllm_model, prompt_list, response_list)[0].outputs[0].text)
74
 
75
  print(output)
 
76
  ```
77
 
78
  # Citation