Huamin commited on
Commit
0ff2fee
·
verified ·
1 Parent(s): 386b5c0

Add YAML metadata to model card

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -1,3 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ToolCallVerifier - Unauthorized Tool Call Detection
2
 
3
  <div align="center">
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - modernbert
8
+ - security
9
+ - jailbreak-detection
10
+ - prompt-injection
11
+ - token-classification
12
+ - tool-calling
13
+ - llm-safety
14
+ - mcp
15
+ datasets:
16
+ - microsoft/llmail-inject-challenge
17
+ - allenai/wildjailbreak
18
+ - hackaprompt/hackaprompt-dataset
19
+ - JailbreakBench/JBB-Behaviors
20
+ base_model: answerdotai/ModernBERT-base
21
+ pipeline_tag: token-classification
22
+ model-index:
23
+ - name: tool-call-verifier
24
+ results:
25
+ - task:
26
+ type: token-classification
27
+ name: Unauthorized Tool Call Detection
28
+ metrics:
29
+ - name: UNAUTHORIZED F1
30
+ type: f1
31
+ value: 0.9350
32
+ - name: UNAUTHORIZED Precision
33
+ type: precision
34
+ value: 0.9501
35
+ - name: UNAUTHORIZED Recall
36
+ type: recall
37
+ value: 0.9205
38
+ - name: Accuracy
39
+ type: accuracy
40
+ value: 0.9288
41
+ ---
42
+
43
  # ToolCallVerifier - Unauthorized Tool Call Detection
44
 
45
  <div align="center">