Hacky scripts used while hacking around with the Google Brain billion word language model.
The lm_1b
directory is copied straight from the tensorflow models repo, plus some tweaks to their python scripts.
The ineptly named output
directory contains a bunch of visualization scripts. To run any of them, you'll need to run dump.sh
first (and in order to do that, you'll need to download the data files and install the prerequisites listed in tensorflow/models/lm_1b.