karam-koujan / Transformer

This repository contains a PyTorch implementation of the Transformer model, based on the paper "Attention is All You Need" by Vaswani et al. (2017).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch Transformer Implementation

This repository contains a PyTorch implementation of the Transformer model, based on the paper "Attention is All You Need" by Vaswani et al. (2017).

Features

  • Implements core Transformer components:
    • Encoder-decoder architecture
    • Multi-head attention
    • Positional encoding
    • Feed-forward network

About

This repository contains a PyTorch implementation of the Transformer model, based on the paper "Attention is All You Need" by Vaswani et al. (2017).


Languages

Language:Jupyter Notebook 95.7%Language:Python 4.3%