CoolFace
Modelpublic

harims95/LoopLM-135M-naive

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
1likes49downloads
10 commits on main
a6288c73mo ago

fix: tie_weights accepts kwargs for transformers 1.21+

harims95
2793b553mo ago

fix: keep all_tied_weights_keys property pointing to _tied_weights_keys dict

harims95
3d8ead43mo ago

fix: _tied_weights_keys as dict, add tie_weights method

harims95
11d39da3mo ago

fix forward: always return logits, accept attention_mask, ignore_index=-100 for SFT

harims95
6aea7c73mo ago

expand model card with full architecture details and Parcae journey

harims95
28272f23mo ago

fix: all_tied_weights_keys returns dict for transformers 1.21+

harims95
f06477d3mo ago

fix: add all_tied_weights_keys property for transformers 1.21+

harims95
17391db3mo ago

fix: add _tied_weights_keys and output embedding hooks

harims95
12f0a983mo ago

Initial release: LoopLM-135M-naive trained on FineWeb 4.6B tokens

harims95
dd6bcaf3mo ago

initial commit

harims95