Skip to content

Commit

Permalink
WIP Add TimeLLM
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeix committed Mar 8, 2024
1 parent 68f09ab commit 4cd19a1
Show file tree
Hide file tree
Showing 6 changed files with 1,139 additions and 18 deletions.
3 changes: 2 additions & 1 deletion nbs/core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
" MLP, NHITS, NBEATS, NBEATSx, DLinear,\n",
" TFT, VanillaTransformer,\n",
" Informer, Autoformer, FEDformer,\n",
" StemGNN, PatchTST, TimesNet\n",
" StemGNN, PatchTST, TimesNet, TimeLLM\n",
")"
]
},
Expand Down Expand Up @@ -216,6 +216,7 @@
" 'tft': TFT, 'autotft': TFT,\n",
" 'timesnet': TimesNet, 'autotimesnet': TimesNet,\n",
" 'vanillatransformer': VanillaTransformer, 'autovanillatransformer': VanillaTransformer,\n",
" 'timellm': TimeLLM\n",
"}"
]
},
Expand Down
Loading

0 comments on commit 4cd19a1

Please sign in to comment.