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

Robys01
/
facial_age_estimator

Image Classification
Transformers
Safetensors
vit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Robys01/facial_age_estimator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Robys01/facial_age_estimator")
    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("Robys01/facial_age_estimator")
    model = AutoModelForImageClassification.from_pretrained("Robys01/facial_age_estimator")
  • Notebooks
  • Google Colab
  • Kaggle
facial_age_estimator
5.49 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Robys01's picture
Robys01
Upload folder using huggingface_hub
2e84926 verified almost 2 years ago
  • checkpoint-10011
    Upload folder using huggingface_hub almost 2 years ago
  • checkpoint-1200
    Upload folder using huggingface_hub about 2 years ago
  • checkpoint-2130
    Upload folder using huggingface_hub almost 2 years ago
  • checkpoint-3450
    Upload folder using huggingface_hub almost 2 years ago
  • checkpoint-639
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    1.36 kB
    Upload folder using huggingface_hub almost 2 years ago
  • model.safetensors
    343 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • preprocessor_config.json
    578 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    5.05 kB
    xet
    Upload folder using huggingface_hub almost 2 years ago