From 0640af58d528fd1acf575c4ad7a1b76b6e62d9e7 Mon Sep 17 00:00:00 2001 From: Qingsong Wen <2541438+qingsongedu@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:55:37 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae557ec..e1db13b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,10 @@ } ``` -## Updates +## Updates/News: + +🚩 **News** (Aug. 2024): Time-LLM has been adopted by XiMou Optimization Technology Co., Ltd. (XMO) for Solar and Wind Forecasting. + 🚩 **News** (May 2024): Time-LLM has been included in [NeuralForecast](https://github.com/Nixtla/neuralforecast). Special thanks to the contributor @[JQGoh](https://github.com/JQGoh) and @[marcopeix](https://github.com/marcopeix)! 🚩 **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.