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

  • Log In
  • Sign Up

dima806
/
skin_types_image_detection

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

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

  • Libraries
  • Transformers

    How to use dima806/skin_types_image_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="dima806/skin_types_image_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/skin_types_image_detection")
    model = AutoModelForImageClassification.from_pretrained("dima806/skin_types_image_detection")
  • Notebooks
  • Google Colab
  • Kaggle
skin_types_image_detection
4.46 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
dima806's picture
dima806
Update README.md
5aace4f verified over 1 year ago
  • checkpoint-1260
    Upload folder using huggingface_hub about 2 years ago
  • checkpoint-180
    Upload folder using huggingface_hub about 2 years ago
  • checkpoint-420
    Upload folder using huggingface_hub about 2 years ago
  • checkpoint-640
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    783 Bytes
    Update README.md over 1 year ago
  • config.json
    754 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    343 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • preprocessor_config.json
    578 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.92 kB
    xet
    Upload folder using huggingface_hub about 2 years ago