File size: 599 Bytes
ce14cdf
 
 
 
 
 
 
acd9773
ce14cdf
 
 
 
 
cc28e40
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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)

---