nusnlp / crosentgec

Code for cross-sentence grammatical error correction using multilayer convolutional seq2seq models (ACL 2019)
GNU General Public License v3.0
50 stars 12 forks source link

language mode #4

Closed mrzpx closed 4 years ago

mrzpx commented 5 years ago

The language model is too big, so I don't want to use it, so what adjustments do I need to make for the weight file?

shamilcm commented 5 years ago

You'd need to re-tune the weights of the re-ranker without the language model. Removing the LM will impact the performance.