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

hirmr
/
pattern1

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

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

  • Libraries
  • Transformers

    How to use hirmr/pattern1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="hirmr/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("hirmr/pattern1")
    model = AutoModelForImageClassification.from_pretrained("hirmr/pattern1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pattern1 / runs
529 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
hirmr's picture
hirmr
Training in progress, epoch 6
8a1db24 almost 3 years ago
  • Sep15_00-47-58_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep15_01-30-01_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep15_01-45-18_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep15_01-47-24_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep15_01-51-18_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep15_01-59-18_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep15_03-09-30_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep28_19-00-10_isei20230630-1255-hang
    Training in progress, epoch 0 almost 3 years ago
  • Sep28_19-02-33_isei20230630-1255-hang
    Training in progress, epoch 6 almost 3 years ago