Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 405 Bytes

Sequence to sequence learning for GEC task with Keras

Sequence to sequence learning for GEC task using several deep models.

Implemented models

  • Baseline model: Attention Seq2Seq model.

Get started

  • The main entry point is at train.py.
  • Test with very small data set using test.py before training.
  • Grid search hyper params with grid_search.py.
  • Use apply.py to load model trained.