| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-09-11 | 2.3 kB | |
| v0.3.9 source code.tar.gz | 2023-09-11 | 6.0 MB | |
| v0.3.9 source code.zip | 2023-09-11 | 6.2 MB | |
| Totals: 3 Items | 12.2 MB | 0 | |
this release mainly is about
- [#747] fixing CSVlogger missing df issue
- [#748] reverting one goal_func change due to the "textattack attack" errors
- [#719] extending textattack into Chinese language
What's Changed
- fix command help str :-) by @jxmorris12 in https://github.com/QData/TextAttack/pull/703
- Clean up formatting in HTML tables by @Arrrlex in https://github.com/QData/TextAttack/pull/707
- Extra quality metrics by @gmurro in https://github.com/QData/TextAttack/pull/695
- format after [#695] by @jxmorris12 in https://github.com/QData/TextAttack/pull/710
- Extend Chinese Attack by @Hanyu-Liu-123 in https://github.com/QData/TextAttack/pull/719
- add in tutorials and reference for Chinese Textattack by @qiyanjun in https://github.com/QData/TextAttack/pull/744
- fix potential bug in the filter_by_labels_ method of the Dataset class by @wenh06 in https://github.com/QData/TextAttack/pull/746
- Fixed a batch_size bug in attack_args.py by @Falanke21 in https://github.com/QData/TextAttack/pull/735
- Fix the problem of text output from T5 model by @plasmashen in https://github.com/QData/TextAttack/pull/709
- Bump transformers from 4.27.4 to 4.30.0 by @dependabot in https://github.com/QData/TextAttack/pull/740
- Fixed syntax and import issues in the example of Attack API by @eldorabdukhamidov in https://github.com/QData/TextAttack/pull/734
- hard label classification by @cogeid in https://github.com/QData/TextAttack/pull/635
- fixing the csvlogger missing DF issues by @qiyanjun in https://github.com/QData/TextAttack/pull/747
- Fix pytest errors - due to goal_func by @qiyanjun in https://github.com/QData/TextAttack/pull/748
- format update by @qiyanjun in https://github.com/QData/TextAttack/pull/749
- Stanza test and notebooks minor fix by @qiyanjun in https://github.com/QData/TextAttack/pull/750
New Contributors
- @Arrrlex made their first contribution in https://github.com/QData/TextAttack/pull/707
- @gmurro made their first contribution in https://github.com/QData/TextAttack/pull/695
- @Falanke21 made their first contribution in https://github.com/QData/TextAttack/pull/735
- @eldorabdukhamidov made their first contribution in https://github.com/QData/TextAttack/pull/734
Full Changelog: https://github.com/QData/TextAttack/compare/v0.3.8...v0.3.9