Hey! In my opinion, LLMs are built for text, not numerical time series data. Models like RNNs, LSTMs, and transformers adapted for time series are better suited for that. So, while you could try to adapt an LLM, it’s not the best choice.
Maybe it’s better to use models specifically designed for time series.