Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

prithivMLmods
/
Gender-Classifier-Mini

Image Classification
Transformers
Safetensors
English
siglip
gender
male
female
siglip2
Model card Files Files and versions
xet
Community

Instructions to use prithivMLmods/Gender-Classifier-Mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use prithivMLmods/Gender-Classifier-Mini with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="prithivMLmods/Gender-Classifier-Mini")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageClassification
    
    processor = AutoProcessor.from_pretrained("prithivMLmods/Gender-Classifier-Mini")
    model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Gender-Classifier-Mini")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Gender-Classifier-Mini / checkpoint-314
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
prithivMLmods's picture
prithivMLmods
Upload folder using huggingface_hub
8b86869 verified about 1 year ago
  • config.json
    1.14 kB
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    372 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • optimizer.pt
    687 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • preprocessor_config.json
    394 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • rng_state.pth
    14.2 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • scheduler.pt
    1.06 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • trainer_state.json
    1.37 kB
    Upload folder using huggingface_hub about 1 year ago
  • training_args.bin
    5.3 kB
    xet
    Upload folder using huggingface_hub about 1 year ago