I found tensorflow 1b_lm project: https://github.com/tensorflow/models/tree/master/lm_1b
I'm just quite confused about the forth example
Give a sentence, dump the embedding from the LSTM state.
However, the results of this example includes 7 '.npy' files. It seems like it just generates every word embedding for every word in the sentence?