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
Ctrl+K
- Sep15_00-47-58_isei20230630-1255-hang
- Sep15_01-30-01_isei20230630-1255-hang
- Sep15_01-45-18_isei20230630-1255-hang
- Sep15_01-47-24_isei20230630-1255-hang
- Sep15_01-51-18_isei20230630-1255-hang
- Sep15_01-59-18_isei20230630-1255-hang
- Sep15_03-09-30_isei20230630-1255-hang
- Sep28_19-00-10_isei20230630-1255-hang
- Sep28_19-02-33_isei20230630-1255-hang