Time Series Forecasting
Transformers
Safetensors
llama
text-generation
time-series
pretrained-model
foundation-model
multimodality
multimodal-time-series-foundation-model
text-generation-inference
Instructions to use ChengsenWang/ChatTime-1-7B-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChengsenWang/ChatTime-1-7B-Chat with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ChengsenWang/ChatTime-1-7B-Chat") model = AutoModelForCausalLM.from_pretrained("ChengsenWang/ChatTime-1-7B-Chat") - Notebooks
- Google Colab
- Kaggle