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

Rareshika
/
yolos_finetuned_cppe5

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

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

  • Libraries
  • Transformers

    How to use Rareshika/yolos_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Rareshika/yolos_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Rareshika/yolos_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("Rareshika/yolos_finetuned_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
yolos_finetuned_cppe5 / runs
70.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Rareshika's picture
Rareshika
Training in progress, epoch 4
dc42904 verified almost 2 years ago
  • Jul10_15-52-57_46cd198cc083
    End of training almost 2 years ago
  • Jul10_16-01-01_46cd198cc083
    Training in progress, epoch 1 almost 2 years ago
  • Jul10_16-05-40_46cd198cc083
    Training in progress, epoch 1 almost 2 years ago
  • Jul10_16-12-38_46cd198cc083
    Training in progress, epoch 2 almost 2 years ago
  • Jul11_16-32-44_b5d03d059c40
    Training in progress, epoch 1 almost 2 years ago
  • Jul11_16-42-19_b5d03d059c40
    Training in progress, epoch 1 almost 2 years ago
  • Jul11_16-47-55_b5d03d059c40
    Training in progress, epoch 4 almost 2 years ago