Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Tylerbry1
/
surge-fm-v3

Time Series Forecasting
Chronos
Safetensors
English
t5
load-forecasting
grid
electricity
chronos
Model card Files Files and versions
xet
Community

Instructions to use Tylerbry1/surge-fm-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chronos

    How to use Tylerbry1/surge-fm-v3 with Chronos:

    pip install chronos-forecasting
    import pandas as pd
    from chronos import BaseChronosPipeline
    
    pipeline = BaseChronosPipeline.from_pretrained("Tylerbry1/surge-fm-v3", device_map="cuda")
    
    # Load historical data
    context_df = pd.read_csv("https://autogluon.s3.us-west-2.amazonaws.com/datasets/timeseries/misc/AirPassengers.csv")
    
    # Generate predictions
    pred_df = pipeline.predict_df(
        context_df,
        prediction_length=36,  # Number of steps to forecast
        quantile_levels=[0.1, 0.5, 0.9],  # Quantiles for probabilistic forecast
        id_column="item_id",  # Column identifying different time series
        timestamp_column="Month",  # Column with datetime information
        target="#Passengers",  # Column(s) with time series values to predict
    )
  • Notebooks
  • Google Colab
  • Kaggle
surge-fm-v3
478 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Tylerbry1's picture
Tylerbry1
docs: add EIA day-ahead forecast comparison on 2025
6bda2ea verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    6.24 kB
    docs: add EIA day-ahead forecast comparison on 2025 about 1 month ago
  • config.json
    1.06 kB
    feat: initial surge-fm-v3 release (53 BAs) about 1 month ago
  • eval_2025_test.json
    12.9 kB
    feat: initial surge-fm-v3 release (53 BAs) about 1 month ago
  • model.safetensors
    478 MB
    xet
    feat: initial surge-fm-v3 release (53 BAs) about 1 month ago