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

Yuqii
/
finetuned_model

Object Detection
Transformers
PyTorch
TensorBoard
detr
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use Yuqii/finetuned_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Yuqii/finetuned_model")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Yuqii/finetuned_model")
    model = AutoModelForObjectDetection.from_pretrained("Yuqii/finetuned_model")
  • Notebooks
  • Google Colab
  • Kaggle
finetuned_model / runs
53.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
Yuqii's picture
Yuqii
Model save
e394f18 almost 3 years ago
  • Jul04_15-48-44_f05411b1f0be
    Training in progress, step 200 almost 3 years ago
  • Jul04_16-40-39_f05411b1f0be
    Model save almost 3 years ago
  • Jul04_17-31-20_f05411b1f0be
    Model save almost 3 years ago
  • Jul04_17-45-03_f05411b1f0be
    Model save almost 3 years ago
  • Jul05_02-44-56_4c8ccf53165d
    Model save almost 3 years ago
  • Jul05_04-46-45_3c3cb1a89872
    Model save almost 3 years ago
  • Jul05_05-40-53_3c3cb1a89872
    Training in progress, step 200 almost 3 years ago
  • Jul05_05-42-37_3c3cb1a89872
    Model save almost 3 years ago