henok3878 commited on
Commit
cc28e40
·
1 Parent(s): acd9773

Update readme

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -11,4 +11,11 @@ pinned: false
11
  license: mit
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
11
  license: mit
12
  ---
13
 
14
+ # Transformer From Scratch 🚀
15
+
16
+ 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.
17
+
18
+ - **Source code & full project:** [GitHub repository](https://github.com/henok3878/transformer-from-scratch)
19
+ - **Training runs & metrics:** [W&B Project Dashboard](https://wandb.ai/henokwondimu/transformer-from-scratch)
20
+
21
+ ---