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

defefekt
/
PDLO_Classifier

Image Classification
Transformers
Safetensors
swin
biology
organoids
vitamin-o
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use defefekt/PDLO_Classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="defefekt/PDLO_Classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("defefekt/PDLO_Classifier")
    model = AutoModelForImageClassification.from_pretrained("defefekt/PDLO_Classifier")
  • Notebooks
  • Google Colab
  • Kaggle
PDLO_Classifier
781 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
defefekt's picture
defefekt
Update README.md
3be083c verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    665 Bytes
    Update README.md about 1 month ago
  • best_metric_tracker.json
    36 Bytes
    ViTAMIn-O Auto-Upload: Seed 42 about 1 month ago
  • config.json
    979 Bytes
    ViTAMIn-O Auto-Upload: Seed 42 about 1 month ago
  • history_seed_42.csv
    882 Bytes
    ViTAMIn-O Auto-Upload: Seed 42 about 1 month ago
  • model.safetensors
    781 MB
    xet
    ViTAMIn-O Auto-Upload: Seed 42 about 1 month ago
  • predictions_seed_42.csv
    4.16 kB
    ViTAMIn-O Auto-Upload: Seed 42 about 1 month ago
  • preprocessor_config.json
    364 Bytes
    ViTAMIn-O Auto-Upload: Seed 42 about 1 month ago
  • results_seed_42.json
    740 Bytes
    ViTAMIn-O Auto-Upload: Seed 42 about 1 month ago