mims-harvard / UniTS

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

Typo in README #10

Closed kkkkapple closed 3 months ago

kkkkapple commented 3 months ago

Hi,

Thanks for the GitHub project, I noticed a minor typo in README, could you please fix it whenever you get a chance?

In

3. Train and evaluate model
->
2. Few-shot transfer learning on new forecasting and classification tasks:

Finetuning
# please set the pretrianed model path in the script.
bash ./scripts/few_shot_newdata/UniTS_finetune_few_shot_newdata_pct20.sh
Prompt tuning
# please set the pretrianed model path in the script.
bash ./scripts/few_shot_newdata/UniTS_finetune_few_shot_newdata_pct20.sh

Both Finetuning and Prompt tuning have the same bash command ..

gasvn commented 3 months ago

Fixed! Thank you!