google-research / timesfm

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
https://research.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting/
Apache License 2.0
3.02k stars 228 forks source link

Can we use our private data to train this foundation model ? #31

Open hvacking opened 1 month ago

hvacking commented 1 month ago

Can we use our private data to train this foundation model ?

eric-vader commented 1 month ago

Would be interested too, also to finetune from the pre-trained model.

Some instructions would be great, I can find mostly inference stuff in the code.