You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the implementation, we added a small uniform proportion (c=1e-4/7) to each domain when updating the weights. It's simply a smoothing factor, and does not in practice affect results much.
For example, truncating the loss difference to 0 does not seem to be implemented.
LLM-Shearing/llmshearing/callbacks/dynamic_loading_callback.py
Line 34 in 1386c8f
And, what is the purpose of this line?
LLM-Shearing/llmshearing/callbacks/dynamic_loading_callback.py
Line 41 in 1386c8f
The text was updated successfully, but these errors were encountered: