n0obcoder / Skip-Gram-Model-PyTorch
PyTorch implementation of the Word2Vec (Skip-Gram Model) and visualizing the trained embeddings using TSNE
☆53Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for Skip-Gram-Model-PyTorch
- Quick semantic search using Siamese-BERT encodings☆71Updated 3 years ago
- 1. Pretrain Albert on custom corpus 2. Finetune the pretrained Albert model on downstream task☆33Updated 4 years ago
- architectures and pre-trained models for long document classification.☆154Updated 3 years ago
- Using BERT For Classifying Documents with Long Texts, check my latest post: https://armandolivares.tech/☆40Updated 4 years ago
- A library to conduct ranking experiments with transformers.☆161Updated last year
- Code for unsupervised aspect extraction, using Keras and its Backends☆92Updated last year
- Implementing Skip-gram Negative Sampling with pytorch☆49Updated 6 years ago
- Re-implementation of ELMo on Keras☆135Updated last year
- Enriching BERT with Knowledge Graph Embedding for Document Classification (PyTorch)☆158Updated 5 years ago
- code and supplementary materials for a series of Medium articles about the BERT model☆77Updated last year
- Evidence-based QA system for community question answering.☆103Updated 3 years ago
- PyTorch implementation of 'An Unsupervised Neural Attention Model for Aspect Extraction' by He et al. ACL2017'☆66Updated 2 years ago
- A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python☆102Updated 5 years ago
- Word2Vec implementation using numpy☆93Updated 4 years ago
- Self-supervised NER prototype - updated version (69 entity types - 17 broad entity groups). Uses pretrained BERT models with no fine tuni…☆80Updated 2 years ago
- [NAACL 2021] This is the code for our paper `Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self…☆200Updated 2 years ago
- On the Stability of Fine-tuning BERT: Misconceptions, Explanations, and Strong Baselines☆131Updated last year
- Concatenate word and character embeddings in Keras☆44Updated 2 years ago
- ⛔ [NOT MAINTAINED] A web-based annotator for closed-domain question answering datasets with SQuAD format.☆88Updated last year
- Position embedding layers in Keras☆59Updated 2 years ago
- Extremely simple and fast word2vec implementation with Negative Sampling + Sub-sampling☆178Updated 3 years ago
- Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2☆64Updated last year
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆177Updated 3 years ago
- Visualize BERT's self-attention layers on text classification tasks☆47Updated 5 years ago
- Scalable Attentive Sentence-Pair Modeling via Distilled Sentence Embedding (AAAI 2020) - PyTorch Implementation☆31Updated last year
- Tutorial on how to use AllenNLP for sequence modeling (including hierarchical LSTMs and CRF decoding)☆86Updated 2 years ago
- A tutorial on how to implement models for natural language inference using PyTorch and TorchText. [IN PROGRESS]☆25Updated 4 years ago
- Tensorflow, Pytorch, Huggingface Transformer, Fastai, etc. tutorial Colab Notebooks.☆71Updated last year
- ☆34Updated 2 years ago
- Introduction to the recently released T5 model from the paper - Exploring the Limits of Transfer Learning with a Unified Text-to-Text Tra…☆35Updated 4 years ago