--- title: Transformer Demo emoji: 🚀 colorFrom: indigo colorTo: purple sdk: gradio sdk_version: 5.39.0 python_version: 3.12 app_file: app.py pinned: false license: mit --- # Transformer From Scratch 🚀 This Space demonstrates an English-to-German translation model, a Transformer architecture built from scratch using PyTorch and trained on the WMT14 DE-EN dataset. - **Source code & full project:** [GitHub repository](https://github.com/henok3878/transformer-from-scratch) - **Training runs & metrics:** [W&B Project Dashboard](https://wandb.ai/henokwondimu/transformer-from-scratch) ---