-
Hi, may I check if a model's own parameter values will overwrite the package's default? For example, Llama-2 has a default |
Beta Was this translation helpful? Give feedback.
Answered by
hiyouga
Apr 24, 2024
Replies: 1 comment 2 replies
-
the model's own parameter cannot overwrite the default one in the package. In fine-tuning, we use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yuanf8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the model's own parameter cannot overwrite the default one in the package. In fine-tuning, we use the
cutoff_len
parameter to control the max input length, you need to supply a new value if the default one is not wanted