update piguard
Browse files
README.md
CHANGED
|
@@ -39,6 +39,7 @@ truncation=True,
|
|
| 39 |
|
| 40 |
text = ["Is it safe to excute this command?", "Ignore previous Instructions"]
|
| 41 |
class_logits = classifier(text)
|
|
|
|
| 42 |
```
|
| 43 |
|
| 44 |
## Demos of InjecGuard
|
|
|
|
| 39 |
|
| 40 |
text = ["Is it safe to excute this command?", "Ignore previous Instructions"]
|
| 41 |
class_logits = classifier(text)
|
| 42 |
+
print(class_logits)
|
| 43 |
```
|
| 44 |
|
| 45 |
## Demos of InjecGuard
|