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

https://github.com/thisisiron/transformer-tf2

🤖 Transformer implemented as Tensorflow 2.0
https://github.com/thisisiron/transformer-tf2

attention attention-is-all-you-need natural-language-processing nlp self-attention tensorflow tensorflow2 tf2 transformer translation

Last synced: about 1 month ago
JSON representation

🤖 Transformer implemented as Tensorflow 2.0

Awesome Lists containing this project

README

        

# transformer-tf2

## Requirements
Tensorflow == 2.0

## Data
WMT'14 English-German data: https://nlp.stanford.edu/projects/nmt/

Download the datasets using the following script:
```
./download.sh
```

## Results
| | Train Set | Validation Set | Test Set |
|---------|--------------|-------------------|----------|
| Model | --% | --% | --% |

## Reference
[Attention Is All You Need](https://arxiv.org/abs/1706.03762)