Skip to content

Commit

Permalink
Update logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanchao-Qi committed Sep 20, 2021
1 parent b4720b6 commit be19028
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 3,664 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ attack_eval.eval(dataset, visualize=True, num_workers=4)

<details>
<summary><strong>Chinese Attack</strong></summary>

OpenAttack now supports adversarial attacks against English and Chinese victim models. [Here](./examples/chinese.py) is an example code of conducting adversarial attacks against a Chinese review classification model using PWWS.
</details>

Expand All @@ -240,6 +241,7 @@ OpenAttack incorporates many handy components that can be easily assembled into

<details>
<summary><strong>Adversarial Training</strong></summary>

OpenAttack can easily generate adversarial examples by attacking instances in the training set, which can be added to original training data set to retrain a more robust victim model, i.e., adversarial training. [Here](./examples/adversarial_training.py) gives an example of how to conduct adversarial training with OpenAttack.
</details>

Expand Down
Binary file added docs/source/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit be19028

Please sign in to comment.