Skip to content

Character-level language modeling using LSTM for Indonesian.

Notifications You must be signed in to change notification settings

kmkurn/idn-char-lstm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indonesian Character Language Model with LSTM

Requirements

  • Python 3.6 or higher
  • PyTorch version 0.1.12 or later.

Train the model

Training is done via src/main.py script. Run python -m src.main -h from the project root directory to see its usage and all the available options.

Generating samples

To generate samples while not in training, use src/generation.py script. Run python -m src.generation -h from the project root directory to see its usage.

About

Character-level language modeling using LSTM for Indonesian.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages