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

tonyassi
/
celebrity-classifier

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use tonyassi/celebrity-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tonyassi/celebrity-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="tonyassi/celebrity-classifier")
    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("tonyassi/celebrity-classifier")
    model = AutoModelForImageClassification.from_pretrained("tonyassi/celebrity-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
celebrity-classifier / runs
685 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 61 commits
tonyassi's picture
tonyassi
Training in progress, epoch 2
b60bc2c over 2 years ago
  • Jan06_19-16-12_140a826fca72
    Training in progress, epoch 9 over 2 years ago
  • Jan06_19-56-11_140a826fca72
    Training in progress, epoch 9 over 2 years ago
  • Jan06_20-31-08_140a826fca72
    Training in progress, epoch 19 over 2 years ago
  • Jan06_21-40-38_140a826fca72
    Training in progress, epoch 19 over 2 years ago
  • Jan06_23-07-13_140a826fca72
    Training in progress, epoch 19 over 2 years ago
  • Jan07_00-42-04_140a826fca72
    Training in progress, epoch 2 over 2 years ago