• Stars
    star
    514
  • Rank 86,040 (Top 2 %)
  • Language
  • Created over 8 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

word2vec Google News model

word2vec-GoogleNews-vectors

This repository hosts the word2vec pre-trained Google News corpus (3 billion running words) word vector model (3 million 300-dimension English word vectors).

It is mirroring the data from the official word2vec website:
GoogleNews-vectors-negative300.bin.gz

The motivation was to provide an easy (programmatical) way to download the model file via git clone instead of accessing the Google Drive link.

You will need to install git lfs to be able to clone this.