QData / TextAttack

TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/
https://textattack.readthedocs.io/en/master/
MIT License
2.98k stars 397 forks source link

Issue of attacking seq2seq model #772

Open StarWatch27 opened 10 months ago

StarWatch27 commented 10 months ago

Hello, I've read issue #725 and the API doc, but only find one commandLine example using seq2sick. link I need to attack BART in en-de translation task by using seq2sick and morpheus . It would be great if you could provide the links for those examples in documentation, Thanks!