Skip to content

Commit

Permalink
fix(experiments): ignore autodan/revise mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePyProgrammer committed Aug 3, 2024
1 parent f39f3c7 commit 9eb2902
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions experiments/mutation_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
help="Number of runs before saving")

parser.add_argument("-n", "--num",
type=int, default=1,
type=int, default=0,
help="Number of samples to test")

args = parser.parse_args()
Expand Down Expand Up @@ -114,7 +114,8 @@
# ================================================================

tactics = [
"autodan/revise", "masterkey/rephrase",
#"autodan/revise",
"masterkey/rephrase",
"renellm/alter-sentence-structure",
"renellm/change-style",
"renellm/insert-meaningless-characters",
Expand Down

0 comments on commit 9eb2902

Please sign in to comment.