I am looking for a pre-trained Word2Vec model on English language. I have used a model trained on Google news corpus. Now I need a model trained over Wikipedia corpus. I tried one downloaded from [https://github.com/idio/wiki2vec/] , but it didn't worked. I am using Python 3.4 and the model was trained over Python 2.7. Anyone would like to share such model which already used over Python 3.4.