Skip to content

Commit

Permalink
Merge branch 'main' of github.com:JakubSchwenkbeck/Transfomer
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubSchwenkbeck committed Dec 6, 2024
2 parents d3c03a8 + b1bed2c commit 6eb742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ writing a Transformer (base for LLMs) in Rust
- **Ashish Vaswani et al.** (2017). *Attention Is All You Need*. [Read the Paper (PDF)](https://arxiv.org/pdf/1706.03762)
- **Alec Radford et al.** *Language Models are Unsupervised Multitask Learners*. [Read the Paper (PDF)](https://cdn.openai.com/better-language-models/language_models_are_unsupervised_multitask_learners.pdf)
- **Harvard NLP Group.** *The Annotated Transformer*. [Read the Article](https://nlp.seas.harvard.edu/annotated-transformer/)

- **3Blue1Brown** *Deep-Learning Series*. [Introduction to Transformers](https://www.youtube.com/watch?v=wjZofJX0v4M) , [Attention in Transformers](https://www.youtube.com/watch?v=eMlx5fFNoYc)
---

## **License**
Expand Down

0 comments on commit 6eb742e

Please sign in to comment.