Skip to content

Commit 6aeec20

Browse files
authored
Update README.md
1 parent c3d63c1 commit 6aeec20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ This is the source code for the paper: [Jin, Di, et al. "Is BERT Really Robust?
1616
Our 7 datasets are [here](https://bit.ly/nlp_adv_data).
1717

1818
## Prerequisites:
19-
* Pytorch >= 0.4
20-
* Tensorflow >= 1.0
21-
* Numpy
22-
* Python >= 3.6
19+
Required packages are listed in the requirements.txt file:
20+
```
21+
pip install requirements.txt
22+
```
2323

2424
## How to use
2525

0 commit comments

Comments
 (0)