You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal, educational C# implementation of the Transformer architecture (encoder–decoder, multi-head self-attention, feed-forward layers, and positional encodings). Perfect for learning how Transformers work under the hood without heavy frameworks.