m4vic commited on
Commit
1e1f7c8
·
verified ·
1 Parent(s): bbb73cf

Update README.md

Browse files

https://github.com/m4vic/Transformer-101/blob/main/Decoder%20GPT%20style/Decoder.ipynb

Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -47,5 +47,3 @@ model.load_state_dict(torch.load("mini_gpt_best.pt"))
47
  model.eval().
48
 
49
 
50
- ## Source code
51
- https://github.com/m4vic/Transformer-101/blob/main/Decoder%20GPT%20style/Decoder.ipynb
 
47
  model.eval().
48
 
49