lancopku / text-autoaugment

[EMNLP 2021] Text AutoAugment: Learning Compositional Augmentation Policy for Text Classification
https://arxiv.org/abs/2109.00523
MIT License
125 stars 16 forks source link

Make requirements more relaxed #6

Closed MarkusSagen closed 2 years ago

MarkusSagen commented 2 years ago

When installing other libraries, for instance the later huggingface transformers or other augmentation libraries, the requirements are a bit to restrictive

I've have tested the fork and still produces the expected output when running the training scripts in scripts/

Would like to use the framework, but with the restrictions, both pip and poetry fails from library version conflicts @RenShuhuai-Andy @wolvecap