The PyTorch word level language model has begun using the WikiText-2 dataset after licensing issues were discovered with the preprocessed Penn Treebank dataset. When the dataset was added, the raw character level dataset was added, not the word level dataset.
 Hat tip to @csarofeen who noticed the vocabulary size was off.
 I'll submit a pull request with the correct dataset.