rgcottrell / pytorch-human-performance-gec

A PyTorch implementation of "Reaching Human-level Performance in Automatic Grammatical Error Correction: An Empirical Study"
Apache License 2.0
50 stars 19 forks source link

Generate with Transformer Model #11

Open NikhilCherian opened 4 years ago

NikhilCherian commented 4 years ago

@rgcottrell @cqlijingwei @tianfeichen

Hello to all. I am having trouble finding out a way to include different types of models with Fluency Boost technique.

I trained a transformer model, which when I run normally runs fine, but when combined with Language model does not work as Fluency Boost needs a language model.

image

How can I make the Fconvlanguage model compatible with Transformer Models?