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

nonl
/
dfine-cppe5

Object Detection
Transformers
Safetensors
d_fine
vision
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use nonl/dfine-cppe5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nonl/dfine-cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="nonl/dfine-cppe5")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForObjectDetection
    
    tokenizer = AutoTokenizer.from_pretrained("nonl/dfine-cppe5")
    model = AutoModelForObjectDetection.from_pretrained("nonl/dfine-cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
dfine-cppe5
41.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 294 commits
nonl's picture
nonl
Training in progress, epoch 293
de0a452 verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • config.json
    3.8 kB
    Training in progress, epoch 1 5 days ago
  • model.safetensors
    41.1 MB
    xet
    Training in progress, epoch 293 5 days ago
  • preprocessor_config.json
    488 Bytes
    Training in progress, epoch 1 5 days ago
  • training_args.bin
    5.33 kB
    xet
    Training in progress, epoch 1 5 days ago