KimMeen/Time-LLM

About fine-tuning one's own time series prediction model

Closed this issue · 1 comments

Can there be a tutorial on fine-tuning one's training data? I want to make a prediction of available parking spaces in the parking lot. We already have the dataset

You just need to implement the dataloader corresponding to your dataset. You can refer to the implementation of other datasets provided in the code for inspiration.