OlgaChernytska / word2vec-pytorchLinks
Implementation of the first paper on word2vec
☆231Updated 3 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:
- Extremely simple and fast word2vec implementation with Negative Sampling + Sub-sampling☆186Updated 4 years ago
- Paper List for Contrastive Learning for Natural Language Processing☆562Updated 2 years ago
- Efficient Attention for Long Sequence Processing☆95Updated last year
- Tutorial for how to build BERT from scratch☆95Updated last year
- Collection of papers and resources for data augmentation for NLP.☆828Updated 2 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆179Updated 4 years ago
- Python implementation of an N-gram language model with Laplace smoothing and sentence generation.☆86Updated 7 years ago
- A Collection of BM25 Algorithms in Python☆1,208Updated 9 months ago
- Pretrain and finetune ELECTRA with fastai and huggingface. (Results of the paper replicated !)☆330Updated last year
- Some notebooks for NLP☆206Updated last year
- Multimodal model for text and tabular data with HuggingFace transformers as building block for text data☆603Updated 8 months ago
- ⚡ boost inference speed of T5 models by 5x & reduce the model size by 3x.☆581Updated 2 years ago
- Minimalist implementation of a BERT Sentence Classifier with PyTorch Lightning, Transformers and PyTorch-NLP.☆218Updated 2 years ago
- Officially supported AllenNLP models☆546Updated 2 years ago
- This is the implemention of named entity recognition model☆31Updated 5 years ago
- Code associated with the Don't Stop Pretraining ACL 2020 paper☆532Updated 3 years ago
- Long Document Summarization Papers☆148Updated last year
- Code for the NAACL 2022 long paper "DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings"☆294Updated 2 years ago
- PyTorch implementation of some attentions for Deep Learning Researchers.☆534Updated 3 years ago
- Neural information retrieval / Semantic search / Bi-encoders☆172Updated last year
- The PyTorch implementation of the transformer for machine translation.☆88Updated 3 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
- PyTorch implementation of BERT in "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding"☆107Updated 6 years ago
- [ACL-IJCNLP 2021] Automated Concatenation of Embeddings for Structured Prediction☆309Updated 2 years ago
- [ACL 2021] Learning Dense Representations of Phrases at Scale; EMNLP'2021: Phrase Retrieval Learns Passage Retrieval, Too https://arxiv.o…☆604Updated 3 years ago
- A curated list of awesome papers for Semantic Retrieval (TOIS Accepted: Semantic Models for the First-stage Retrieval: A Comprehensive Re…☆326Updated 2 years ago
- A Light and Modular PyTorch NLP Project Template☆59Updated 4 years ago
- Main repository for "CharacterBERT: Reconciling ELMo and BERT for Word-Level Open-Vocabulary Representations From Characters"☆202Updated last year
- BERT classification model for processing texts longer than 512 tokens. Text is first divided into smaller chunks and after feeding them t…☆143Updated last year
- Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive…☆437Updated last month