softmax(A+B+C) における A, B, C の寄与度の KL 分解
softmax(A+B+C) の分布変化に対して、A, B, C がどれだけ寄与しているかを KL ベースで定量化するためのメモ。
softmax(A+B+C) の分布変化に対して、A, B, C がどれだけ寄与しているかを KL ベースで定量化するためのメモ。
言語モデルの教師ラベルはone-hotでよいのか、という疑問を少し解消するためのメモ。
configのコード
自分の発表部分を抜き出すためのスクリプトメモ
VSCodeで開くボタンをMacのFinderに追加する方法のメモ
torch.nn.functional.kl_divのメモ
How RoPE is implemented in practice.
PCAの基礎と実装について
The bias term for preventing attention sink in GPT-OSS may have other effects than just preventing attention sink.
Removing bias term from LogitLens.
Relationship between RMSNorm and LayerNorm and rewritten LayerNorm using centering matrix.
7sProのメモ