What's Changed
- Use cache to achieve faster generation of Chinese HowNet replacement … by @liuyuyan2717 in #786
- Fix bug where EDA augmentation recipe would not accept default Augmentation arguments by @bterrific2008 in #797
- Imperceptible Perturbations support for TextAttack by @vlwk in #817
- Modernize CI workflows by @yanjunqiAz in #822
- [MINOR:TYPO] Update composite_transformation.py by @cakiki in #810
- Fix #791: HuggingFaceDataset doesn't shuffle the dataset by @liuyuyan2717 in #819
- Fix #741: ValueError in WordSwapChangeNumber._alter_number for negative numbers by @liuyuyan2717 in #818
- (Bug) Update sentence_encoder.py: clamping cos_sim between -1 and 1 to avoid floating point precision errors in torch.acos(cos_sim) by @Aniloid2 in #804
- Fix composite transform reproducibility by @mys007 in #813
New Contributors
- @vlwk made their first contribution in #817
- @yanjunqiAz made their first contribution in #822
- @cakiki made their first contribution in #810
- @Aniloid2 made their first contribution in #804
- @mys007 made their first contribution in #813
Full Changelog: v0.3.10...v0.3.11