How to finetune chronos-t5-small using GluonTS datasets? #152
Answered
by
abdulfatir
kushalkodn-db
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
abdulfatir
Jul 17, 2024
Replies: 1 comment 1 reply
-
@kushalkodn-db Everything is described here: /~https://github.com/amazon-science/chronos-forecasting/tree/main/scripts We used the first approach, i.e., dataset-specific fine-tuning. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lostella
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kushalkodn-db Everything is described here: /~https://github.com/amazon-science/chronos-forecasting/tree/main/scripts
You will need to convert your data into GluonTS arrow format first as described there.
We used the first approach, i.e., dataset-specific fine-tuning.