gitextract_ujotjey8/ ├── 1b_word_vocab.txt ├── LICENSE ├── README.md ├── __init__.py ├── common.py ├── data_utils.py ├── data_utils_test.py ├── hparams.py ├── hparams_test.py ├── language_model.py ├── language_model_test.py ├── model_utils.py ├── run_utils.py ├── single_lm_run.py ├── single_lm_train.py └── testdata/ ├── test_s2.txt ├── test_sentences.txt └── test_vocab.txt