vijaye12 commited on
Commit
9c26ef8
·
verified ·
1 Parent(s): 0cfffff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -71,6 +71,45 @@ getting started [notebook](https://github.com/IBM/tsfm/blob/main/notebooks/hfdem
71
  in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
72
  resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 1536-96-r2) [[Benchmarks]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/tinytimemixer/ttm-r2_benchmarking_1536_96.ipynb)
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
 
76
  ## Model Capabilities with example scripts
 
71
  in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
72
  resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 1536-96-r2) [[Benchmarks]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/tinytimemixer/ttm-r2_benchmarking_1536_96.ipynb)
73
 
74
+
75
+ - **512-192-r2**: Given the last 512 time-points (i.e. context length), this model can forecast up to next 192 time-points (i.e. forecast length)
76
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
77
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 512-192-r2)
78
+
79
+ - **1024-192-r2**: Given the last 1024 time-points (i.e. context length), this model can forecast up to next 192 time-points (i.e. forecast length)
80
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
81
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 1024-192-r2)
82
+
83
+ - **1536-192-r2**: Given the last 1536 time-points (i.e. context length), this model can forecast up to next 192 time-points (i.e. forecast length)
84
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
85
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 1536-192-r2)
86
+
87
+
88
+ - **512-336-r2**: Given the last 512 time-points (i.e. context length), this model can forecast up to next 336 time-points (i.e. forecast length)
89
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
90
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 512-336-r2)
91
+
92
+ - **1024-336-r2**: Given the last 1024 time-points (i.e. context length), this model can forecast up to next 336 time-points (i.e. forecast length)
93
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
94
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 1024-336-r2)
95
+
96
+ - **1536-336-r2**: Given the last 1536 time-points (i.e. context length), this model can forecast up to next 336 time-points (i.e. forecast length)
97
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
98
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 1536-336-r2)
99
+
100
+
101
+
102
+ - **512-720-r2**: Given the last 512 time-points (i.e. context length), this model can forecast up to next 720 time-points (i.e. forecast length)
103
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
104
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 512-720-r2)
105
+
106
+ - **1024-720-r2**: Given the last 1024 time-points (i.e. context length), this model can forecast up to next 720 time-points (i.e. forecast length)
107
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
108
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 1024-720-r2)
109
+
110
+ - **1536-720-r2**: Given the last 1536 time-points (i.e. context length), this model can forecast up to next 720 time-points (i.e. forecast length)
111
+ in future. This model is pre-trained with a larger pretraining dataset for improved accuracy. Recommended for hourly and minutely
112
+ resolutions (Ex. 10 min, 15 min, 1 hour, etc). (branch name: 1536-720-r2)
113
 
114
 
115
  ## Model Capabilities with example scripts