A large language model which takes a user input and generates python code based on that. It used the transformer architecture complete with an encoder and decoder, serving as a useful service for software engineers who use python.
Like this project
Posted Aug 9, 2024
I used the CUDA framework to hand code an LLM which used the transformer architecture to generate python code based on a user input.