Why "_from_model_config": true in generation_config.json?
#9
by
andreaKIM
- opened
Hello,
I think this model can be used for backbone model for fine tuning for various objectives._from_model_config=true
in generation_config.json evoke fine tuned model follows the configuration of original model.
Althought it is easy to adjust decoding parameters in configuration file, I am curious why this option is true for this model?
Is there any specific reason for this? If not, i think adjusting that parameter to false would be helpful for fine tuning tasks.
Thank you!