KastanDay / ML4Bio

LLMs to execute Bioinformatics workflows, esp. RNA-seq
MIT License
0 stars 1 forks source link

Transformer Decoder Implementation #31

Open lil-jr-dev[bot] opened 12 months ago

lil-jr-dev[bot] commented 12 months ago

This pull request introduces the implementation of a Transformer Decoder (GPT-style) in PyTorch. The code is well-commented and suitable as teaching material. Please review the code and provide feedback. Any concerns or final changes necessary will be addressed accordingly.

lil-jr-dev[bot] commented 12 months ago

Updated Information:

Title: Transformer Decoder Implementation

Description: This pull request introduces the implementation of a Transformer Decoder (GPT-style) in PyTorch. The code includes detailed comments and docstrings to make it more understandable for new students learning PyTorch.

Final changes necessary: