grammarly / gector

Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite" (BEA-20) and "Text Simplification by Tagging" (BEA-21)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not try a new model? Like ELECTRA ...

Yang-HangWA opened this issue Β· comments

commented

I think there are some new model developments that can be added to this work. πŸ˜„

This repository implements the models reported in the GECToR paper.
If you want to train models with other transformer pretraining you need to change the code here and here.

commented

@skurzhanskyi Thanks for your reply. I mean there may be other models that do better. Anyway, thank you. I will try this later.