Andras7 / word2vec-pytorchLinks
Extremely simple and fast word2vec implementation with Negative Sampling + Sub-sampling
☆186Updated 4 years ago
Alternatives and similar repositories for word2vec-pytorch
Users that are interested in word2vec-pytorch are comparing it to the libraries listed below
Sorting:
- Skipgram Negative Sampling implemented in PyTorch☆300Updated 4 years ago
- X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification☆138Updated 4 years ago
- Implementing Skip-gram Negative Sampling with pytorch☆49Updated 6 years ago
- [NeurIPS 2019] Spherical Text Embedding☆177Updated last year
- IEEE/ACM TASLP 2020: SBERT-WK: A Sentence Embedding Method By Dissecting BERT-based Word Models☆179Updated 4 years ago
- Code for CEDR: Contextualized Embeddings for Document Ranking, accepted at SIGIR 2019.☆156Updated 4 years ago
- ACL 2019: Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks☆291Updated 2 years ago
- ☆56Updated 4 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆179Updated 4 years ago
- A complete pytorch implementation of skip-gram☆191Updated 7 years ago
- A library to conduct ranking experiments with transformers.☆160Updated last year
- Implementation of State-of-the-art Text Classification Models in Pytorch☆490Updated 6 years ago
- Code associated with the Don't Stop Pretraining ACL 2020 paper☆532Updated 3 years ago
- Pretrain and finetune ELECTRA with fastai and huggingface. (Results of the paper replicated !)☆330Updated last year
- ☆126Updated last year
- Enhancing the BERT training with Semi-supervised Generative Adversarial Networks☆229Updated 2 years ago
- Implementation for "AttentionXML: Label Tree-based Attention-Aware Deep Model for High-Performance Extreme Multi-Label Text Classificatio…☆243Updated 2 years ago
- The corresponding code from our paper "DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations". Do not hesitate to o…☆380Updated 2 years ago
- A Light and Modular PyTorch NLP Project Template☆59Updated 4 years ago
- Pytorch Implementation of ALBERT(A Lite BERT for Self-supervised Learning of Language Representations)☆226Updated 4 years ago
- Implementation of a linear-chain CRF in PyTorch☆97Updated 4 years ago
- Keyphrase Generation☆219Updated last year
- Document ranking via sentence modeling using BERT