You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in LlaMA2 source code, they obtain 'X_V' with the origin 'x', instead of 'swish' its the same but in here the 'swish' function with beta =1 is nothing but SiLU (Sigmoid Linear Unit) it just spits into different components here just for easier understanding.
This code is a replica of Umar Jamil explaining coding Llama 2 from scratch here is the link to the video : https://www.youtube.com/watch?v=oM4VmoabDAI&t=7212s&ab_channel=UmarJamil
LLaMA2/model.py
Line 216 in 5716de4
in LlaMA2 source code, they obtain 'X_V' with the origin 'x', instead of 'swish'
The text was updated successfully, but these errors were encountered: