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-v2

Image Classification
Transformers
TensorBoard
Safetensors
dinov2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use LuGot16/spermatogenesis-classifier-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="LuGot16/spermatogenesis-classifier-v2")
    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-v2")
    model = AutoModelForImageClassification.from_pretrained("LuGot16/spermatogenesis-classifier-v2")
  • Notebooks
  • Google Colab
  • Kaggle
spermatogenesis-classifier-v2 / runs
55.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
LuGot16's picture
LuGot16
v2: acc=0.8506, f1=0.8497 (fresh DINOv2-base, augmented, updated dataset)
cc128be verified about 1 month ago
  • Apr25_00-24-44_r-lugot16-sandbox-2a334748-goil2bp7-00d07-fmb9l
    Training in progress, epoch 1 about 1 month ago
  • Apr25_00-59-06_r-lugot16-sandbox-2a334748-goil2bp7-00d07-fmb9l
    Training in progress, epoch 1 about 1 month ago
  • Apr25_02-23-36_r-lugot16-sandbox-2a334748-goil2bp7-00d07-fmb9l
    v2: acc=0.8506, f1=0.8497 (fresh DINOv2-base, augmented, updated dataset) about 1 month ago