transformer-demo / README.md
henok3878
Update readme
cc28e40
---
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)
---