grammarly / gector

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)
Apache License 2.0
891 stars 216 forks source link

Upstream/3 unpin all the dependency requirements #174

Open damien2012eng opened 1 year ago

damien2012eng commented 1 year ago

As discussed before, our team has been working on updating GECToR dependencies to the latest versions (Inference only). This is the last PR at this moment. Link to the successful run: here Note: This PR breaks the training process. We may work on the updating dependencies for the training in the near future. Additionally, we create conda GECToR packages (gector, gector-cpu and gector-roberta) in our public channel.

First PR: Add unit tests and regression test. Additionally, bump Python version. Second PR: Write a predictor class to mimic the GEC_model. Third PR: Unpin all the dependency requirements

Please review all the PRs, let us know any suggestions/comments that you may have!