TextAttack-A2T
TextAttack-A2T copied to clipboard
A2T: Towards Improving Adversarial Training of NLP Models (EMNLP 2021 Findings)
When I used the model trained by the A2T attack to evaluate the robustness, the code used the other models to generate 1000 samples for evaluation.  Some of them,...
Hi, I just finished training a Roberta model on IMDb like this ``` python train.py \ --train imdb \ --eval imdb \ --model-type roberta \ --model-save-path ./example \ --num-epochs 4...
Hi, I am training a RoBERTa model with A2T but it seems it will take really long time. is it normal to take this long?