Attention Is All You Need
Paper
•
1706.03762
•
Published
•
109
This is a research project to create a model that can work with text
pip install poetry && poetry install
from Translator import Writer
writer = Writer.from_pretrained() # .to("cuda")
print(writer(input_seq="One day I saw a ", temperature=2)) # I highly recommend high temperature
Transformer decoder architecture with params:
Trained with params:
Total training time: 10 hours