Skip to content

Commit

Permalink
feat(experiments): create mutation generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePyProgrammer committed Aug 3, 2024
1 parent 9eb2902 commit 582927e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions experiments/scripts/run_mutations.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python experiments/mutation_generation.py -d harmbench -m mistral-7b -v > runs/mutations-harmbench-mistral.log 2> runs/mutations-harmbench-mistral.log
python experiments/mutation_generation.py -d harmbench -m llama2-7b-uncensored -v > runs/mutations-harmbench-llama2.log 2> runs/mutations-harmbench-llama2.log

0 comments on commit 582927e

Please sign in to comment.