Code for Findings of ACL 2023 paper entitled "Exploring robust overfitting for pre-trained language models".
Python=3.8.15 Numpy=1.19.2 Pytorch=1.10.1 transformers=4.20.0 tokenizers=0.12.1
bash run_flood.sh
Clone TextAttack into this repo to perform textual attacks.
For more details, please refer to the official repo of TextAttack.