Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

juhi7ag
/
idea-model

Zero-Shot Object Detection
Transformers
PyTorch
owlvit
Model card Files Files and versions
xet
Community
1

Instructions to use juhi7ag/idea-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use juhi7ag/idea-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="juhi7ag/idea-model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("juhi7ag/idea-model")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("juhi7ag/idea-model")
  • Notebooks
  • Google Colab
  • Kaggle
idea-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
juhi7ag's picture
juhi7ag
Upload 6 files
6dc4d17 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    21 Bytes
    initial commit almost 3 years ago
  • config.json
    4.42 kB
    Upload 6 files almost 3 years ago
  • preprocessor_config.json
    392 Bytes
    Upload 6 files almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    613 MB
    xet
    Upload 6 files almost 3 years ago
  • special_tokens_map.json
    460 Bytes
    Upload 6 files almost 3 years ago
  • tokenizer_config.json
    775 Bytes
    Upload 6 files almost 3 years ago
  • vocab.json
    1.06 MB
    Upload 6 files almost 3 years ago