KastanDay / ML4Bio

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

Transformer Implementation #32

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

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

This PR includes the implementation of a Transformer (decoder only, GPT-style) in PyTorch. The code is well-documented with detailed comments and docstrings for better understanding. Please review the changes and provide feedback.