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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mikga
/
pattern1

Image Classification
Transformers
PyTorch
TensorBoard
resnet
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use mikga/pattern1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="mikga/pattern1")
    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("mikga/pattern1")
    model = AutoModelForImageClassification.from_pretrained("mikga/pattern1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pattern1 / runs
849 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 607 commits
mikga's picture
mikga
Training in progress, epoch 197
04f1030 almost 3 years ago
  • Aug31_19-27-23_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Aug31_20-48-49_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Aug31_21-04-13_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep04_21-23-25_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep04_22-05-48_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep04_23-11-00_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep05_19-21-07_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep06_19-14-38_isei20230630-1255-hang
    Training in progress, epoch 197 almost 3 years ago