Skip to content

What is the arch difference between bolt and original chronos? #240

Answered by abdulfatir
2catycm asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @2catycm, the best resource for details on the Chronos-Bolt model's architecture is the code. See this: https://github.com/amazon-science/chronos-forecasting/blob/main/src/chronos/chronos_bolt.py

In short, Chronos-Bolt retains the T5 architecture but does patch-level modeling instead. To enable this we need:

  • an input patch embedding network which converts patches to d_model-dimensional representations.
  • an output patch embedding network which maps the model's representations to multi-step quantiles.

If you have specific questions, please feel free to ask in this thread.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Mhdaw
Comment options

Answer selected by lostella
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants