OlgaChernytska / word2vec-pytorchLinks
Implementation of the first paper on word2vec
☆247Updated 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:
- Extremely simple and fast word2vec implementation with Negative Sampling + Sub-sampling☆189Updated 5 years ago
- Efficient Attention for Long Sequence Processing☆98Updated 2 years ago
- Minimalist implementation of a BERT Sentence Classifier with PyTorch Lightning, Transformers and PyTorch-NLP.☆218Updated 2 years ago
- Collection of papers and resources for data augmentation for NLP.☆831Updated 3 years ago
- Neural information retrieval / Semantic search / Bi-encoders☆174Updated 2 years ago
- Some notebooks for NLP☆207Updated 2 years ago
- Multimodal model for text and tabular data with HuggingFace transformers as building block for text data☆616Updated last year
- Paper List for Contrastive Learning for Natural Language Processing☆571Updated 2 years ago
- [ACL-IJCNLP 2021] Automated Concatenation of Embeddings for Structured Prediction☆311Updated 3 years ago
- Python implementation of an N-gram language model with Laplace smoothing and sentence generation.☆87Updated 7 years ago
- ☆69Updated 3 years ago
- ☆503Updated 2 years ago
- simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.☆400Updated 2 years ago
- A simple recipe for training and inferencing Transformer architecture for Multi-Task Learning on custom datasets. You can find two approa…☆99Updated 3 years ago
- Code for the NAACL 2022 long paper "DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings"☆296Updated 3 years ago
- Code associated with the Don't Stop Pretraining ACL 2020 paper☆539Updated 4 years ago
- PyTorch – SMART: Robust and Efficient Fine-Tuning for Pre-trained Natural Language Models.☆62Updated 3 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆180Updated 4 years ago
- The corresponding code from our paper "DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations". Do not hesitate to o…