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-v2

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-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chronos

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

    pip install chronos-forecasting
    import pandas as pd
    from chronos import BaseChronosPipeline
    
    pipeline = BaseChronosPipeline.from_pretrained("Tylerbry1/surge-fm-v2", 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-v2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Tylerbry1's picture
Tylerbry1
feat: initial surge-fm-v2 release
f4a6b9e verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.31 kB
    feat: initial surge-fm-v2 release 3 months ago
  • config.json
    1.06 kB
    feat: initial surge-fm-v2 release 3 months ago
  • model.safetensors
    478 MB
    xet
    feat: initial surge-fm-v2 release 3 months ago