word2vec-slim

Word model reducer

Slims down a large pre-trained word2vec model to reduce size and improve loading time

word2vec Google News model slimmed down to 300k English words

GitHub

213 stars
11 watching
37 forks
Language: Python
last commit: about 9 years ago

Related projects:

RepositoryDescriptionStars
mmihaltz/word2vec-googlenews-vectorsA repository hosting pre-trained word vector model (3 million 300-dimension English word vectors) from the Google News corpus.519
tca19/dict2vecA framework to learn word embeddings using lexical dictionaries115
vefstathiou/so_word2vecThis is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks.40
fanglanting/skip-gram-pytorchA PyTorch implementation of the skip-gram model for learning word embeddings.188
refefer/word2vec-scalaA Scala implementation of the word2vec model representation.11
danieldk/go2vecA package for reading and analyzing word embeddings from the word2vec format in Go.56
vyraun/half-sizeAn algorithm to reduce word embeddings to a specified size while maintaining performance129
wikipedia2vec/wikipedia2vecA tool for learning vector representations of words and entities from Wikipedia text data.946
auspicious3000/contentvecAn implementation of a self-supervised speech representation model using PyTorch and disentangled speaker embeddings471
alexandres/lexvecAn implementation of a word embedding model that uses character n-grams and achieves state-of-the-art results in multiple NLP tasks803
cod3licious/conecA library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm20
wooorm/stmr.cA C implementation of a stemming algorithm to reduce words to their base form39
seomoz/word2gaussThis implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings.190
equinor/segyioA fast Python library for reading and writing seismic data formats494
kyubyong/wordvectorsProvides pre-trained word vectors for multiple languages to facilitate NLP tasks2,216