AI-Guru / helibrunna

A HuggingFace compatible Small Language Model trainer.
GNU Affero General Public License v3.0
71 stars 7 forks source link

CSV file support #1

Closed saurav-dhait closed 2 months ago

saurav-dhait commented 2 months ago

Hello,

I’m new to xLSTM and would like to use it for time series forecasting. Could you please guide me on how to approach this using Helibrunna?

Thank you in advance for your assistance.

AI-Guru commented 2 months ago

Hi!

Welcome to the world of xLSTM.

Great question!

Helibrunna is made for Causal Language Modeling, aka next-token prediction a la GPT. Thus it is in the field of NLP.

That said, I do not see a problem adapting the code for time-series. Here would be the steps:

That should do the trick!

saurav-dhait commented 2 months ago

I will try it. Thankyou for your response.

AI-Guru commented 2 months ago

@saurav-dhait start here: https://arxiv.org/abs/2407.10240