strongio / keras-elmoLinks
How to use ELMo embeddings in Keras with Tensorflow Hub
☆259Updated 6 years ago
Alternatives and similar repositories for keras-elmo
Users that are interested in keras-elmo are comparing it to the libraries listed below
Sorting:
- BiLSTM-CNN-CRF architecture for sequence tagging using ELMo representations.☆387Updated 2 years ago
- Re-implementation of ELMo on Keras☆133Updated 2 years ago
- A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)☆153Updated 4 years ago
- A simple technique to integrate BERT from tf hub to keras☆258Updated 2 years ago
- Multilabel classification for Toxic comments challenge using Bert☆311Updated 5 years ago
- Text Classification by Convolutional Neural Network in Keras☆218Updated 7 years ago
- Using pre trained word embeddings (Fasttext, Word2Vec)☆157Updated 6 years ago
- ALBERT model Pretraining and Fine Tuning using TF2.0☆202Updated 2 years ago
- Neat (Neural Attention) Vision, is a visualization tool for the attention mechanisms of deep-learning models for Natural Language Process…☆250Updated 7 years ago
- Ranking Sentences for Extractive Summarization with Reinforcement Learning☆273Updated 5 years ago
- Implementation of Very Deep Convolutional Neural Network for Text Classification☆170Updated 2 years ago
- Neural Abstractive Text Summarization with Sequence-to-Sequence Models☆158Updated 6 years ago
- Neural network toolkit for sentence pair modeling.☆303Updated 4 years ago
- Concatenate word and character embeddings in Keras☆44Updated 3 years ago
- The implementation of text classification using character level convoultion neural networks using Keras☆152Updated 2 years ago
- XLNet: fine tuning on RTX 2080 GPU - 8 GB☆154Updated 5 years ago
- An Attention Layer in Keras☆43Updated 6 years ago
- Dilated CNNs for NER in TensorFlow☆242Updated 6 years ago
- TensorFlow implementation of Match-LSTM and Answer pointer for the popular SQuAD dataset.☆135Updated 7 years ago
- Accompanying code for the Medium article☆164Updated 5 years ago
- Bidirectional LSTM + CRF (Conditional Random Fields) in Tensorflow☆56Updated 7 years ago
- ☆177Updated 6 years ago
- PyTorch implementations of various deep learning models for paraphrase detection, semantic similarity, and textual entailment☆107Updated 7 years ago
- This is a drop-in Keras layer for ELMo embeddings.☆47Updated 6 years ago
- Sentence2vec by Rock☆312Updated 2 months ago
- Some frequently used NLP blocks I implemented☆226Updated 6 years ago
- ACL 2018: Hybrid semi-Markov CRF for Neural Sequence Labeling (http://aclweb.org/anthology/P18-2038)☆303Updated 6 years ago
- Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs