help me #9809
-
Hello everyone, I am an undergraduate student in China, I want to learn about large models, can you give me some advice? I really don't know where to start. :( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, The basis of the LLM are transformers, you could start by understanding the concepts of transformers. I like these series of videos. Another explanation of transformers. Now focused on LLAMA and with code: I hope it can be useful. |
Beta Was this translation helpful? Give feedback.
-
I really like this explaination : https://jalammar.github.io/illustrated-transformer/ |
Beta Was this translation helpful? Give feedback.
Hi,
The basis of the LLM are transformers, you could start by understanding the concepts of transformers. I like these series of videos.
Episode 1
Episode 2
Episode 3
Another explanation of transformers.
transformers
Now focused on LLAMA and with code:
Llama
Llama code
I hope it can be useful.