mixeden commited on
Commit
345d3dd
·
verified ·
1 Parent(s): 0c12f85

feat: new description

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
- title: "Guard Bench"
3
- emoji: "🧷"
4
- colorFrom: "gray"
5
- colorTo: "indigo"
6
- sdk: "gradio"
7
- sdk_version: "4.44.1"
8
  app_file: app.py
9
- pinned: false
 
 
10
  ---
11
 
12
- # GuardBench Leaderboard
13
 
14
- A HuggingFace leaderboard for the GuardBench project that allows users to submit evaluation results and view the performance of different models on safety guardrails.
 
1
  ---
2
+ title: CircleGuardBench
3
+ emoji:
4
+ colorFrom: gray
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 4.44.1
8
  app_file: app.py
9
+ pinned: true
10
+ short_description: First benchmark testing LLM guards on safety and accuracy.
11
+
12
  ---
13
 
14
+ # CircleGuardBench Leaderboard
15
 
16
+ First-of-its-kind benchmark for evaluating the protection capabilities of large language model (LLM) guard systems. It tests how well guard models block harmful content, resist jailbreaks, avoid false positives, and operate efficiently in real-time environments.