The project aims to generate lyrics when provided a prompt to it. Transformer is used to train the model. The paper Attention Is All You Need is implemented from scratch using PyTorch.
python3 main.py
For demo you can use the Demo.ipynb notebook
The project aims to generate lyrics when provided a prompt to it. Transformer is used to train the model. The paper Attention Is All You Need is implemented from scratch using PyTorch.
python3 main.py
For demo you can use the Demo.ipynb notebook