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.92k stars 389 forks source link

Update conf.py ..a new release 0.3.10 #782

Closed qiyanjun closed 6 months ago

qiyanjun commented 6 months ago

move to 0.3.10

What does this PR do?

Summary

Example: This PR adds CLARE attack, which uses distilled RoBERTa masked language model to perform word swaps, word insertions, word merges (which is where we combine two adjacent words and replace it with another word) in a greedy manner. s

Additions

Changes

Deletions

Checklist