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

gghsgn
/
helm

Object Detection
Transformers
PyTorch
Safetensors
yolos
Model card Files Files and versions
xet
Community
5

Instructions to use gghsgn/helm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gghsgn/helm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="gghsgn/helm")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("gghsgn/helm")
    model = AutoModelForObjectDetection.from_pretrained("gghsgn/helm")
  • Notebooks
  • Google Colab
  • Kaggle
helm
7.01 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
gghsgn's picture
gghsgn
Adding `safetensors` variant of this model
a9f2e9c verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    24 Bytes
    initial commit about 2 years ago
  • model.safetensors
    1.95 kB
    xet
    Adding `safetensors` variant of this model about 2 years ago
  • pytorch_model.bin
    3.52 kB
    xet
    Rename pytorch_model (2).bin to pytorch_model.bin about 2 years ago