Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,9 @@ datasets:
|
|
| 9 |
- autogluon/chronos_datasets
|
| 10 |
- Salesforce/GiftEvalPretrain
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
| 12 |
# A tutorial on how to build a Foundation Model for Univariate Time Series Forecasting
|
| 13 |
|
| 14 |
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.
|
|
|
|
| 9 |
- autogluon/chronos_datasets
|
| 10 |
- Salesforce/GiftEvalPretrain
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
Code : https://github.com/vilhess/PatchFM
|
| 14 |
+
|
| 15 |
# A tutorial on how to build a Foundation Model for Univariate Time Series Forecasting
|
| 16 |
|
| 17 |
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.
|