Chronos: Learning the Language of Time Series
Paper • 2403.07815 • Published • 50
How to use ShirinYamani/chronos-t5-small-fine-tuned with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ShirinYamani/chronos-t5-small-fine-tuned")
model = AutoModelForSeq2SeqLM.from_pretrained("ShirinYamani/chronos-t5-small-fine-tuned")This model is a fine-tuned model of the tiny size of Chronos family models, fine-tuned on public electricity load data of Alberta, Canada for the period of 2017-2020, the dataset is also uploaded on the Dataset section of my profile
TO BE ADDED
ALberta timeseries electricity load of 1-hour basis between 2017-2020
TO BE ADDED
TO BE ADDED