ninty-seven commited on
Commit
0f4cf3c
·
verified ·
1 Parent(s): 04aa4f8

Rename model and update model card to StepGuard

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -11,9 +11,9 @@ tags:
11
  - step-level-safety
12
  ---
13
 
14
- # AgentDoG-Step
15
 
16
- **AgentDoG-Step** is a 4B guard model for step-level safety judgment in
17
  tool-using LLM agents. It supports both pre-execution evaluation of candidate
18
  tool actions and safety auditing of completed agent trajectories.
19
 
@@ -22,8 +22,8 @@ with cold-start supervised fine-tuning on data generated by **StepGen**, followe
22
  by **Balance-GRPO** post-training to reduce the performance gap between safe and
23
  unsafe decisions.
24
 
25
- - **Project page:** https://zheng977.github.io/AgentDoG-Step/
26
- - **Code:** https://github.com/zheng977/AgentDoG-Step
27
 
28
  ## Intended Use
29
 
 
11
  - step-level-safety
12
  ---
13
 
14
+ # StepGuard
15
 
16
+ **StepGuard** is a 4B guard model for step-level safety judgment in
17
  tool-using LLM agents. It supports both pre-execution evaluation of candidate
18
  tool actions and safety auditing of completed agent trajectories.
19
 
 
22
  by **Balance-GRPO** post-training to reduce the performance gap between safe and
23
  unsafe decisions.
24
 
25
+ - **Project page:** https://zheng977.github.io/StepGuard/
26
+ - **Code:** https://github.com/zheng977/StepGuard
27
 
28
  ## Intended Use
29