guillaume-chevalier / GloVe-as-a-TensorFlow-Embedding-Layer
Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.
☆90Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for GloVe-as-a-TensorFlow-Embedding-Layer
- Implementation of ULMFit algorithm for text classification via transfer learning☆95Updated 5 years ago
- The notes for Math, Machine Learning, Deep Learning and Research papers.☆53Updated 5 years ago
- PyTorch implementations of various deep learning models for paraphrase detection, semantic similarity, and textual entailment☆108Updated 6 years ago
- Multilingual hierarchical attention networks toolkit☆78Updated 4 years ago
- Keras implementation of Character-level CNN for Text Classification☆58Updated 6 years ago
- Code for my blog post☆49Updated 6 years ago
- A Deep Generative Framework for Paraphrase Generation Implementaion☆77Updated 6 years ago
- An original implementation of ACL 2017, "Question Answering through Transfer Learning from Large Fine-grained Supervision Data"☆59Updated 7 years ago
- A python library to compute rouge score for summarization☆58Updated last year
- Demo code to use SyntaxNet for basic paraphrasing.☆51Updated 7 years ago
- ☆53Updated 6 years ago
- PyTorch deep learning models for text processing☆178Updated 5 years ago
- A Neural Reading Comprehension-based Question Answering System☆78Updated 6 years ago
- Uncovering divergent linguistic information in word embeddings with lessons for intrinsic and extrinsic evaluation☆63Updated 6 years ago
- Deep Relevance Ranking Using Enhanced Document-Query Interactions☆112Updated 5 years ago
- Pytorch implementation of "Get to the point: Get To The Point: Summarization with Pointer-Generator Networks"☆77Updated 7 years ago
- Load pretrained word embeddings (word2vec, glove format) into torch.FloatTensor for PyTorch☆88Updated 4 years ago
- ULMFiT + Siamese Network for Sentence Vectors☆35Updated 6 years ago
- An extension of word2vec to learn phrase embeddings☆73Updated 6 years ago
- Decomposable Attention Model for Sentence Pair Classification (from https://arxiv.org/abs/1606.01933)☆95Updated 7 years ago
- Use RNNs to identify entities in news queries☆56Updated 8 years ago
- Benchmarking text classification algorithms☆64Updated 7 years ago
- Python package for understanding the difficulty of text classification datasets. (in CoNNL 2018)☆63Updated 3 years ago
- Text Summarization using Pointer Attention Models☆60Updated 6 years ago
- ☆73Updated 6 years ago
- NLP research experiments, built on PyTorch within the AllenNLP framework.☆91Updated 7 months ago
- Keras implementation of CoVe☆51Updated 6 years ago
- DAANet: Dual Ask-Answer Network for Machine Reading Comprehension☆146Updated 6 years ago
- Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)☆82Updated 2 years ago