In this repository, I have code different transformers.
I LOVE TRANSFORMERS !!! 🤯🔥
-
TaleSynthLite :
TaleSynthLite
provides users with a user-friendly interface to effortlessly generate captivating stories on demand. Whether you're a writer seeking inspiration or someone looking to enhance a project with unique narratives, TaleSynthLite is your go-to tool for weaving imaginative tales with ease.TaleSynthLite
is an end-to-end storytelling solution that combines the power of narrative generation with a streamlined and compact design. Created using Transformer model, and Word2Vec embeddings. Used sentencepiece library for tokenizing our dataset. -
miniGPT : I have implemented Decoder Part of Transformer from the research paper "Attention All You Need". I have only used decoder block because, this transformer does the language generation task. We use both encoder & decoder part when we have to do machine translation task.