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

  • Log In
  • Sign Up

nonpawith
/
detr_finetuned_cppe5

Object Detection
Transformers
TensorBoard
Safetensors
conditional_detr
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use nonpawith/detr_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="nonpawith/detr_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("nonpawith/detr_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("nonpawith/detr_finetuned_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
detr_finetuned_cppe5
174 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
nonpawith's picture
nonpawith
End of training
6104763 verified 8 months ago
  • runs
    Training in progress, epoch 2 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    3.14 kB
    End of training 8 months ago
  • config.json
    1.49 kB
    Training in progress, epoch 1 8 months ago
  • model.safetensors
    174 MB
    xet
    Training in progress, epoch 2 8 months ago
  • preprocessor_config.json
    776 Bytes
    Training in progress, epoch 1 8 months ago
  • training_args.bin
    5.78 kB
    xet
    Training in progress, epoch 1 8 months ago