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

LuGot16
/
spermatogenesis-classifier

Image Classification
Transformers
TensorBoard
Safetensors
dinov2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use LuGot16/spermatogenesis-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LuGot16/spermatogenesis-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="LuGot16/spermatogenesis-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("LuGot16/spermatogenesis-classifier")
    model = AutoModelForImageClassification.from_pretrained("LuGot16/spermatogenesis-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
spermatogenesis-classifier / runs
32.1 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
LuGot16's picture
LuGot16
DINOv2-base fine-tuned for seminiferous tubule staging
14908ad verified about 1 month ago
  • Apr24_00-33-24_r-lugot16-sandbox-4d31a98d-wsln9re9-a5c05-kj65p
    DINOv2-base fine-tuned for seminiferous tubule staging about 1 month ago
  • Apr24_00-35-16_r-lugot16-sandbox-4d31a98d-wsln9re9-a5c05-kj65p
    DINOv2-base fine-tuned for seminiferous tubule staging about 1 month ago