deepseek-ai / deepseek-ai/Engram

Why use 5× learning rate and zero weight decay for Engram parameters?

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.7k
Forks
359
PR merge metrics
No merged PRs in 30d

Description

In the current implementation, the Engram module appears to be trained with a **5×** higher learning rate than the backbone and **weight_decay=0**. Could you clarify the motivation behind these choices? Specifically:

Does the higher LR help overcome gradient attenuation due to gating or late insertion in the network?
Is weight_decay=0 used to avoid regularizing discrete n-gram memory embeddings (which may harm capacity)?
Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.