Update README.md
Browse files
    	
        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.
         |