Published April 9, 2026
| Version v1
Model
Open
Uzbek 65 million web corpus lemmatized Word2Vec model
Authors/Creators
Description
The model can be used for efficient text representation via Word embeddings (vector representations).
A simple Python script for loading and using the model.
Word2vec is a group of related models that are used to produce word embeddings. These models are shallow, two-layer neural networks that are trained to reconstruct linguistic contexts of words.
The Word2Vec implementation used to produce the model, which can later be used for the model, was Gensim.
The original corpus was lemmatized using UzbekLemma lemmatizer: https://pypi.org/project/UzbekLemma/.