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
I see that in __init__ method of LlamaDynamicYaRNScaledRotaryEmbedding there is a parameter called finetuned which is a boolean. What is the purpose of that parameter? Should we set it to False while finetuning the model and then set it to True for inference after finetuning? What could be the problem if we keep it False regardless the model is finetuned or not?
The text was updated successfully, but these errors were encountered:
I see that in
__init__
method ofLlamaDynamicYaRNScaledRotaryEmbedding
there is a parameter calledfinetuned
which is a boolean. What is the purpose of that parameter? Should we set it toFalse
while finetuning the model and then set it toTrue
for inference after finetuning? What could be the problem if we keep itFalse
regardless the model is finetuned or not?The text was updated successfully, but these errors were encountered: