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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

prithivMLmods
/
MetaCLIP-2-Age-Range-Estimator

Image Classification
Transformers
Safetensors
English
metaclip_2
text-generation-inference
age-ange-estimator
Model card Files Files and versions
xet
Community

Instructions to use prithivMLmods/MetaCLIP-2-Age-Range-Estimator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use prithivMLmods/MetaCLIP-2-Age-Range-Estimator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="prithivMLmods/MetaCLIP-2-Age-Range-Estimator")
    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/MetaCLIP-2-Age-Range-Estimator")
    model = AutoModelForImageClassification.from_pretrained("prithivMLmods/MetaCLIP-2-Age-Range-Estimator", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
MetaCLIP-2-Age-Range-Estimator
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
prithivMLmods's picture
prithivMLmods
Update README.md
7b80ac7 verified 9 months ago
  • checkpoint-1190
    Upload folder using huggingface_hub 9 months ago
  • checkpoint-1785
    Upload folder using huggingface_hub 9 months ago
  • checkpoint-2380
    Upload folder using huggingface_hub 9 months ago
  • checkpoint-2975
    Upload folder using huggingface_hub 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    4.72 kB
    Update README.md 9 months ago
  • config.json
    1.48 kB
    Upload folder using huggingface_hub 9 months ago
  • model.safetensors
    86.7 MB
    xet
    Upload folder using huggingface_hub 9 months ago
  • preprocessor_config.json
    515 Bytes
    Upload folder using huggingface_hub 9 months ago
  • training_args.bin
    5.78 kB
    xet
    Upload folder using huggingface_hub 9 months ago