Text Generation
Transformers
PyTorch
qwen2
feature-extraction
custom_code
text-generation-inference
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -34,6 +34,9 @@ language:
34
  `ChatTS` focuses on **Understanding and Reasoning** about time series, much like what vision/video/audio-MLLMs do.
35
  This repo provides code, datasets and model for `ChatTS`: [ChatTS: Aligning Time Series with LLMs via Synthetic Data for Enhanced Understanding and Reasoning](https://arxiv.org/pdf/2412.03104).
36
 
 
 
 
37
  ## Key Features
38
  ChatTS is a Multimodal LLM built natively for time series as a core modality:
39
  - ✅ **Native support for multivariate time series**
 
34
  `ChatTS` focuses on **Understanding and Reasoning** about time series, much like what vision/video/audio-MLLMs do.
35
  This repo provides code, datasets and model for `ChatTS`: [ChatTS: Aligning Time Series with LLMs via Synthetic Data for Enhanced Understanding and Reasoning](https://arxiv.org/pdf/2412.03104).
36
 
37
+ ## Web Demo
38
+ The Web Demo of ChatTS-14B is available at HuggingFace Spaces: [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20ChatTS-Web%20Demo-blue)](https://huggingface.co/spaces/xiezhe22/ChatTS)
39
+
40
  ## Key Features
41
  ChatTS is a Multimodal LLM built natively for time series as a core modality:
42
  - ✅ **Native support for multivariate time series**