contentvec

Speech embedding model

An implementation of a self-supervised speech representation model using PyTorch and disentangled speaker embeddings

speech self-supervised representations

GitHub

468 stars
11 watching
38 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list

self-supervised-learningspeech

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
vefstathiou/so_word2vec This is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks. 40
tca19/dict2vec A framework to learn word embeddings using lexical dictionaries 115
cod3licious/conec A library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm 20
alexandres/lexvec An implementation of a word embedding model that uses character n-grams and achieves state-of-the-art results in multiple NLP tasks 803
jwieting/acl2017 A codebase for training and using models of sentence embeddings. 33
awni/speech A PyTorch implementation of end-to-end speech recognition models. 754
antoine77340/mixture-of-embedding-experts An open-source implementation of the Mixture-of-Embeddings-Experts model in Pytorch for video-text retrieval tasks. 118
satwikkottur/visualword2vec Learning word embeddings from abstract images to improve language understanding 19
voidism/diffcse An unsupervised contrastive learning framework for learning sentence embeddings sensitive to differences between original and edited sentences. 291
lajanugen/s2v An implementation of a neural network model for learning efficient sentence representations from text data. 205
kostyaev/sentence2vec This is a tool for creating deep sentence embeddings using Sequence-to-Sequence learning. 22
epfml/sent2vec An unsupervised technique to generate numerical representations of sentences and words for use in machine learning tasks 1,193
zhezhaoa/ngram2vec A toolkit for learning high-quality word and text representations from ngram co-occurrence statistics 846
fanglanting/skip-gram-pytorch A PyTorch implementation of the skip-gram model for learning word embeddings. 188
wikipedia2vec/wikipedia2vec A tool for learning vector representations of words and entities from Wikipedia text data. 940