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

  • Log In
  • Sign Up

tcvrishank
/
fun

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

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

  • Libraries
  • Transformers

    How to use tcvrishank/fun with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="tcvrishank/fun")
    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("tcvrishank/fun")
    model = AutoModelForImageClassification.from_pretrained("tcvrishank/fun")
  • Notebooks
  • Google Colab
  • Kaggle
fun / runs
51 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
tcvrishank's picture
tcvrishank
Model save
6aa7279 about 3 years ago
  • Mar24_05-54-12_9dfcedc904d2
    Model save about 3 years ago
  • Mar24_16-07-35_3bb035357639
    Model save about 3 years ago
  • Mar24_16-31-26_d93de1d7f0c4
    Model save about 3 years ago
  • Mar24_22-34-25_4607776f2363
    Model save about 3 years ago
  • Mar24_22-45-53_9a07efa6fb9b
    Model save about 3 years ago