An open API service indexing awesome lists of open source software.

https://github.com/zimmerrol/attention-is-all-you-need-keras

Implementation of the Transformer architecture described by Vaswani et al. in "Attention Is All You Need"
https://github.com/zimmerrol/attention-is-all-you-need-keras

attention-is-all-you-need keras neural-network nlp seq2seq transformer

Last synced: 18 days ago
JSON representation

Implementation of the Transformer architecture described by Vaswani et al. in "Attention Is All You Need"

Awesome Lists containing this project

README

        

# Attention is all you need (Keras) [WIP]
Implementation of the Transformer architecture described by Vaswani et al. in "Attention Is All You Need" using the [Keras Utility & Layer Collection (kulc)](https://github.com/FlashTek/keras-layer-collection).

This repository contains the code the create the model, train and evaluate it. Furthermore, it contains utility code to load a translation dataset (`en2de`) to run the experiments on it.