CyberZHG / keras-transformerLinks
Transformer implemented in Keras
☆369Updated 3 years ago
Alternatives and similar repositories for keras-transformer
Users that are interested in keras-transformer are comparing it to the libraries listed below
Sorting:
- A Keras+TensorFlow Implementation of the Transformer: Attention Is All You Need☆712Updated 3 years ago
- Keras library for building (Universal) Transformers, facilitating BERT and GPT models☆537Updated 5 years ago
- Attention mechanism for processing sequential data that considers the context for each timestamp.☆656Updated 3 years ago
- A wrapper layer for stacking layers horizontally☆228Updated 3 years ago
- Keras Layer implementation of Attention for Sequential models☆440Updated 2 years ago
- 自注意力与文本分类☆119Updated 6 years ago
- Implementation of XLNet that can load pretrained checkpoints☆171Updated 3 years ago
- Re-implementation of ELMo on Keras☆134Updated 2 years ago
- A Keras TensorFlow 2.0 implementation of BERT, ALBERT and adapter-BERT.☆808Updated 2 years ago
- Transformer-based models implemented in tensorflow 2.x(using keras).☆76Updated 3 years ago
- Keras implementation of BERT with pre-trained weights☆813Updated 6 years ago
- An example attention network with simple dataset.☆229Updated 6 years ago
- ALBERT model Pretraining and Fine Tuning using TF2.0☆203Updated 2 years ago
- keras example of seq2seq, auto title☆332Updated 5 years ago
- Implementations for a family of attention mechanisms, suitable for all kinds of natural language processing tasks and compatible with Ten…☆362Updated last year
- TextCNN by TensorFlow 2.0.0 ( tf.keras mainly ).☆62Updated 6 years ago
- Multi-class metrics for Tensorflow☆223Updated 2 years ago
- BERT for Multitask Learning☆549Updated 2 years ago
- 利用keras搭建的胶囊网络(capsule network文本分类模型,包含RNN、CNN、HAN等,其中keras_utils包含了capsule层和attention层的keras实现☆78Updated 6 years ago
- Implementation of papers for text classification task on DBpedia☆736Updated 4 years ago
- A bidirectional LSTM with attention for multiclass/multilabel text classification.