Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Sep 2, 2024
1 parent 4c30744 commit 56434ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion attacks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The `AttackBase` class is designed to be a base class for all specific attack ty
- `AttackBase.py`: Contains the base class for attacks.
- `DataExtraction/`: Contains implementations of data extraction attacks.
- `MIA/`: Contains implementations of membership inference attacks.
- `Prompts/`: Contains implementations of prompt-based attacks.
- `PromptLeakage/`: Contains implementations of prompt-based attacks.
- `Jailbreak/`: Contains implementations of jailbreak attacks.

## How to Extend
Expand Down
1 change: 0 additions & 1 deletion defenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ The `DefenseBase` class serves as the base class for all defense mechanisms in t
- `DefenseBase.py`: Contains the base class for defenses.
- `DP/`: Contains implementations for defenses using Differential Privacy.
- `Unlearning/`: Contains methods for machine unlearning.
- `Prompts/`: Contains defenses that involve prompt modifications.

## How to Extend

Expand Down

0 comments on commit 56434ec

Please sign in to comment.