Skip to content

word2vec bin to txt conversion script

Michael Tu requested to merge word2vec-bin-to-txt into master

Script for converting word2vec bin to txt file.

torchtext has trouble dealing with word2vec bin file. I filed an issue with them at https://github.com/pytorch/text/issues/338 and this is hopefully a temporary solution to get around it.

Merge request reports