TextAttack-A2T icon indicating copy to clipboard operation
TextAttack-A2T copied to clipboard

A2T: Towards Improving Adversarial Training of NLP Models (EMNLP 2021 Findings)

Results 3 TextAttack-A2T issues
Sort by recently updated
recently updated
newest added

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. ![image](https://github.com/QData/TextAttack-A2T/assets/99568990/52bc6571-f997-4ca5-972d-f7c43d1bae07) 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?