You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for your hard work on Moirai!
I am currently writing my master’s thesis on Foundation Models for custom multivariate time series data at my university. While exploring Moirai, I became interested in converting it into a classification model.
I have already started by removing the param_proj layer and adding a classification head. I also implemented a basic training function.
My current challenge is working with multivariate time series data, because Moirai expects a flattened input and the corresponding variate IDs for the Binary Attention Bias of the Any-Variate Attention.
Specifically, my data currently looks like this (after using prepare_example.ipynb):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Moirai team,
First of all, thank you for your hard work on Moirai!
I am currently writing my master’s thesis on Foundation Models for custom multivariate time series data at my university. While exploring Moirai, I became interested in converting it into a classification model.
I have already started by removing the
param_projlayer and adding a classification head. I also implemented a basic training function.My current challenge is working with multivariate time series data, because Moirai expects a flattened input and the corresponding variate IDs for the Binary Attention Bias of the Any-Variate Attention.
Specifically, my data currently looks like this (after using
prepare_example.ipynb):I would like to use the converted model for fine-tuning on labeled data and zero-shot classification.
My question is:
Any guidance or suggestions would be greatly appreciated.
Thank you very much for your time and help!
Best regards,
Alina
Beta Was this translation helpful? Give feedback.
All reactions