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

AlexLien
/
trained_model

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

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

  • Libraries
  • Transformers

    How to use AlexLien/trained_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="AlexLien/trained_model")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("AlexLien/trained_model")
    model = AutoModelForObjectDetection.from_pretrained("AlexLien/trained_model")
  • Notebooks
  • Google Colab
  • Kaggle
trained_model
167 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
AlexLien's picture
AlexLien
Training in progress, step 400
7ec6a4d almost 3 years ago
  • runs
    Training in progress, step 400 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Model save almost 3 years ago
  • README.md
    1.06 kB
    update model card README.md almost 3 years ago
  • config.json
    1.6 kB
    Model save almost 3 years ago
  • preprocessor_config.json
    401 Bytes
    Model save almost 3 years ago
  • pytorch_model.bin
    167 MB
    xet
    Training in progress, step 400 almost 3 years ago
  • training_args.bin
    3.9 kB
    xet
    Training in progress, step 200 almost 3 years ago