HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fdalvi

no profile record

投稿

Earthquake Swarm Affects Eureka, California Region

twitter.com
2 ポイント·投稿者 fdalvi·4 年前·0 コメント

Cog: Containers for Machine Learning

github.com
160 ポイント·投稿者 fdalvi·4 年前·14 コメント

コメント

fdalvi
·11 か月前·議論
It is indeed not something clarified by the code snippets; In normal feedforward layers, it is common to choose the "hidden_dim = 4 x emb_dim", while in GLU feedforward layer, the convention is to use "hidden_dim = 2/3 * regular_ffn_hidden_dim" (to keep the overall number of parameters roughly the same). In the case of gpt-oss, they chose to go a bit more extreme and set "hidden_dim = emb_dim", thus reducing the overall number of parameters!
fdalvi
·4 年前·議論
Previous discussion here: https://news.ycombinator.com/item?id=34270311