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

  • Log In
  • Sign Up

dima806
/
faces_age_detection

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

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

  • Libraries
  • Transformers

    How to use dima806/faces_age_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="dima806/faces_age_detection")
    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("dima806/faces_age_detection")
    model = AutoModelForImageClassification.from_pretrained("dima806/faces_age_detection")
  • Notebooks
  • Google Colab
  • Kaggle
faces_age_detection
4.81 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
dima806's picture
dima806
Update README.md
ee8ce07 verified over 1 year ago
  • checkpoint-13224
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-4060
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-4864
    Upload folder using huggingface_hub over 1 year ago
  • checkpoint-912
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    787 Bytes
    Update README.md over 1 year ago
  • config.json
    749 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • model.safetensors
    343 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • preprocessor_config.json
    325 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model.bin
    343 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.73 kB
    xet
    Upload folder using huggingface_hub over 1 year ago