HackerTrans
TopNewTrendsCommentsPastAskShowJobs

foldl2022

no profile record

comments

foldl2022
·เดือนที่แล้ว·discuss
Gemma-4 E2B/E4B models reuses K-V cache from other layers, which do things in a "transposed" way: not reuse Q/K/V matrices within a single layer, but reuse across different layers.
foldl2022
·9 เดือนที่ผ่านมา·discuss
So, show me the model weights, please.
foldl2022
·10 เดือนที่ผ่านมา·discuss
A nice side-effect of "variables at the top": you keep your functions short.
foldl2022
·2 ปีที่แล้ว·discuss
Off the topic: I am also in favor of minimalist.

In the case of AlphaGeometry, I made AlphaGeometryRE to get rid of tensorflow/jax/flax, and 100+ Python packages.