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
The codebase currently use Gaussian Error Linear Units as the activation function (as opposed to ReLU).
We can implement different activation functions to compare and also newer ones like SwiGLU used in models like Llama 3.1. See GLU Variants Improve Transformer
The text was updated successfully, but these errors were encountered:
The codebase currently use Gaussian Error Linear Units as the activation function (as opposed to ReLU).
We can implement different activation functions to compare and also newer ones like SwiGLU used in models like Llama 3.1. See GLU Variants Improve Transformer
The text was updated successfully, but these errors were encountered: