Skip to content

Parameters num_samples, top_k, top_p, temperature affect the fine tuning process? #176

Answered by lostella
carlos-ariza3 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @carlos-ariza3, the num_samples, top_k, top_p, and temperature parameters only affect the model's predictions, and have no impact on training or fine-tuning.

The reason they appear in the training script is that they are needed to instantiate a ChronosConfig object, which we serialize together with the model. At prediction time, the values of these parameters will be the "defaults", which can be overridden by passing new values to pipeline.predict(...).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@carlos-ariza3
Comment options

Answer selected by lostella
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants