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

bpdevai
/
test_detr_finetuned_cppe5

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

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

  • Libraries
  • Transformers

    How to use bpdevai/test_detr_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="bpdevai/test_detr_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("bpdevai/test_detr_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("bpdevai/test_detr_finetuned_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
test_detr_finetuned_cppe5
2.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
bpdevai's picture
bpdevai
Training in progress, epoch 12, checkpoint
6d2b8d0 verified almost 2 years ago
  • checkpoint-107
    Training in progress, epoch 1, checkpoint almost 2 years ago
  • checkpoint-1284
    Training in progress, epoch 12, checkpoint almost 2 years ago
  • checkpoint-321
    Training in progress, epoch 3, checkpoint almost 2 years ago
  • checkpoint-963
    Training in progress, epoch 9, checkpoint almost 2 years ago
  • runs
    Training in progress, epoch 12 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    1.56 kB
    Training in progress, epoch 1 almost 2 years ago
  • model.safetensors
    174 MB
    xet
    Training in progress, epoch 12 almost 2 years ago
  • preprocessor_config.json
    865 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    5.18 kB
    xet
    Training in progress, epoch 1 almost 2 years ago