vilhess commited on
Commit
7f86b0e
·
verified ·
1 Parent(s): de43bca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # A tutorial on how to build a Foundation Model for Univariate Time Series Forecasting
2
 
3
  A concise, reproducible recipe for training a transformer-based, patch-to-patch forecasting model for univariate time series. The approach mirrors Large Language Model (LLM) practices (next-token → next-patch) while remaining lightweight compared to a classic LLM and practical.
 
1
+ ---
2
+ datasets:
3
+ - thuml/UTSD
4
+ pipeline_tag: time-series-forecasting
5
+ ---
6
  # A tutorial on how to build a Foundation Model for Univariate Time Series Forecasting
7
 
8
  A concise, reproducible recipe for training a transformer-based, patch-to-patch forecasting model for univariate time series. The approach mirrors Large Language Model (LLM) practices (next-token → next-patch) while remaining lightweight compared to a classic LLM and practical.