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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

thu-sail-lab
/
Time-RCD

Feature Extraction
Transformers
Safetensors
time_rcd
time-series
anomaly-detection
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use thu-sail-lab/Time-RCD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thu-sail-lab/Time-RCD with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="thu-sail-lab/Time-RCD", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("thu-sail-lab/Time-RCD", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Time-RCD / time_rcd.egg-info
19.3 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Lantian72's picture
Lantian72
Align inference API with official GitHub implementation
0880420 verified 7 days ago
  • PKG-INFO
    18.8 kB
    Align inference API with official GitHub implementation 7 days ago
  • SOURCES.txt
    459 Bytes
    Align inference API with official GitHub implementation 7 days ago
  • dependency_links.txt
    1 Bytes
    Align inference API with official GitHub implementation 7 days ago
  • requires.txt
    83 Bytes
    Align inference API with official GitHub implementation 7 days ago
  • top_level.txt
    9 Bytes
    Align inference API with official GitHub implementation 7 days ago