mims-harvard / UniTS

A unified multi-task time series model.
https://zitniklab.hms.harvard.edu/projects/UniTS/
MIT License
411 stars 53 forks source link

the meaning of prompt_num #25

Closed Eunice-grow closed 3 months ago

Eunice-grow commented 3 months ago

Could you please explain the meaning of prompt_num?Do all pre trained models satisfy prompt_num=10?

gasvn commented 3 months ago

prompt_num refers to the number of tokens in the prompt. For simplicity, we use a uniform prompt_num for all models. But you can adjust this value based on the difficulty of your task. You can even set different prompt_num values for each individual task.

Zero-coder commented 1 month ago

Thanks your splendid work,No offense!Then why it's called prompt_num since it's have no semantic meaning relationship with "forecasting" or "classification". Hope for an response.❤