sumitranjan commited on
Commit
5e5543f
Β·
verified Β·
1 Parent(s): 7ca9512

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -71,12 +71,16 @@ prediction = tf.argmax(logits, axis=1).numpy()[0]
71
 
72
  print("🟒 Safe" if prediction == 0 else "πŸ”΄ Unsafe")
73
 
 
 
74
  πŸ‘¨β€πŸ’» Creators
75
 
76
  - Sumit Ranjan
77
 
78
  - Raj Bapodra
79
 
 
 
80
  ⚠️ Limitations
81
 
82
  - PromptShield is trained only for binary classification (safe vs. unsafe).
@@ -85,6 +89,8 @@ print("🟒 Safe" if prediction == 0 else "πŸ”΄ Unsafe")
85
 
86
  - While based on xlm-roberta-base, the model is not multilingual-focused.
87
 
 
 
88
  πŸ›‘οΈ Ideal Use Cases
89
 
90
  - LLM Prompt Firewalls
@@ -95,6 +101,8 @@ print("🟒 Safe" if prediction == 0 else "πŸ”΄ Unsafe")
95
 
96
  - Safety Filters in Production AI Systems
97
 
 
 
98
  πŸ“„ License
99
 
100
  MIT License
 
71
 
72
  print("🟒 Safe" if prediction == 0 else "πŸ”΄ Unsafe")
73
 
74
+ ---
75
+
76
  πŸ‘¨β€πŸ’» Creators
77
 
78
  - Sumit Ranjan
79
 
80
  - Raj Bapodra
81
 
82
+ ---
83
+
84
  ⚠️ Limitations
85
 
86
  - PromptShield is trained only for binary classification (safe vs. unsafe).
 
89
 
90
  - While based on xlm-roberta-base, the model is not multilingual-focused.
91
 
92
+ ---
93
+
94
  πŸ›‘οΈ Ideal Use Cases
95
 
96
  - LLM Prompt Firewalls
 
101
 
102
  - Safety Filters in Production AI Systems
103
 
104
+ ---
105
+
106
  πŸ“„ License
107
 
108
  MIT License