mirror of
https://github.com/KimMeen/Time-LLM.git
synced 2024-11-21 03:13:47 +08:00
Update README.md
This commit is contained in:
parent
af55253c88
commit
d3fa8694a5
@ -46,6 +46,9 @@
|
||||
}
|
||||
```
|
||||
|
||||
## Updates
|
||||
🚩 **News** (March 2024): Time-LLM has been upgraded to serve as a general framework for repurposing a wide range of language models to time series forecasting. It now defaults to supporting Llama-7B and includes compatibility with two additional smaller PLMs (GPT-2 and BERT). Simply adjust `--llm_model` and `--llm_dim` to switch backbones.
|
||||
|
||||
## Introduction
|
||||
Time-LLM is a reprogramming framework to repurpose LLMs for general time series forecasting with the backbone language models kept intact.
|
||||
Notably, we show that time series analysis (e.g., forecasting) can be cast as yet another "language task" that can be effectively tackled by an off-the-shelf LLM.
|
||||
|
Loading…
Reference in New Issue
Block a user