unitaryai / detoxify

Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using ⚡ Pytorch Lightning and 🤗 Transformers. For access to our API, please email us at contact@unitary.ai.
https://www.unitary.ai/
Apache License 2.0
893 stars 115 forks source link

Migrate legacy setup.py to pyproject.toml #108

Closed jamt9000 closed 2 months ago

jamt9000 commented 2 months ago

Migrates the old setup.py format to pyproject.toml (PEP 621), adding the library requirements to project.dependencies and the development/training requirements to project.optional-dependencies