leolee99 commited on
Commit
dd78b24
·
1 Parent(s): ddff6fd

update piguard

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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