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

  • Log In
  • Sign Up

hanad
/
self_harm_detection

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use hanad/self_harm_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="hanad/self_harm_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("hanad/self_harm_detection")
    model = AutoModelForImageClassification.from_pretrained("hanad/self_harm_detection")
  • Notebooks
  • Google Colab
  • Kaggle
self_harm_detection / runs
21.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
hanad's picture
hanad
Training in progress, epoch 2
e916240 verified almost 2 years ago
  • Jul24_05-39-37_145dbb98ec61
    Training in progress, epoch 0 almost 2 years ago
  • Jul24_05-48-17_145dbb98ec61
    Training in progress, epoch 2 almost 2 years ago