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

nuttcutee
/
nut_grounding-dino-tiny

Zero-Shot Object Detection
Transformers
Safetensors
grounding-dino
Model card Files Files and versions
xet
Community

Instructions to use nuttcutee/nut_grounding-dino-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nuttcutee/nut_grounding-dino-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="nuttcutee/nut_grounding-dino-tiny")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("nuttcutee/nut_grounding-dino-tiny")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("nuttcutee/nut_grounding-dino-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
nut_grounding-dino-tiny
690 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nuttcutee's picture
nuttcutee
Upload processor
c334b0a verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload GroundingDinoForObjectDetection almost 2 years ago
  • config.json
    1.57 kB
    Upload GroundingDinoForObjectDetection almost 2 years ago
  • model.safetensors
    689 MB
    xet
    Upload GroundingDinoForObjectDetection almost 2 years ago
  • preprocessor_config.json
    872 Bytes
    Upload processor almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload processor almost 2 years ago
  • tokenizer.json
    711 kB
    Upload processor almost 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload processor almost 2 years ago
  • vocab.txt
    232 kB
    Upload processor almost 2 years ago